File size: 425 Bytes
aee77fd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
[tool.poetry]
name = "ankigen"
version = "0.1.0"
description = ""
authors = ["Justin <9146678+brickfrog@users.noreply.github.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
polars = "^1.0.0"
openai = "^1.35.10"
python-dotenv = "^1.0.1"
gradio = "^4.44.0"
[tool.poetry.group.dev.dependencies]
ipykernel = "^6.29.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|