Spaces:
Sleeping
Sleeping
| [project] | |
| name = "testing" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.13" | |
| dependencies = [ | |
| "fastapi>=0.136.1", | |
| "openai>=2.33.0", | |
| "python-dotenv>=1.2.2", | |
| "uvicorn>=0.27.0", | |
| "sqlalchemy>=2.0.0", | |
| "pydantic>=2.0.0", | |
| "python-jose>=3.3.0", | |
| "passlib>=1.7.4", | |
| "bcrypt>=4.0.0", | |
| ] | |