[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" | |