Carbaz's picture
Sync from GitHub
26bead7 verified
Raw
History Blame Contribute Delete
499 Bytes
[[source]]
name = "pypi"
verify_ssl = true
url = "https://pypi.org/simple"
[packages]
# Environment.
python-dotenv = "*"
# Networking.
requests = "*"
# Models SDK.
openai = "*"
# UI Framework.
gradio = "*"
[dev-packages]
# Formatters.
isort = "*"
# Linters.
mypy = "*"
mccabe = "*"
pyflakes = "*"
pydocstyle = "*"
pycodestyle = "*"
# Testing.
pytest = "*"
coverage = "*"
# Interactive Notebook.
ipykernel = "*"
ipywidgets = "*"
# Build Tools.
setuptools = "*"
[requires]
python_version = "3.13"