File size: 459 Bytes
4753515 aee77fd 4753515 aee77fd 4753515 aee77fd 4753515 aee77fd 4753515 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "ankigen"
version = "0.1.0"
description = ""
authors = [
{name = "Justin", email = "9146678+brickfrog@users.noreply.github.com"}
]
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"openai>=1.35.10",
"gradio>=4.44.1",
]
[project.optional-dependencies]
dev = [
"ipykernel>=6.29.5",
]
[tool.setuptools]
py-modules = ["app"] |