Spaces:
Sleeping
Sleeping
| [[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" | |