| [project] | |
| name = "keyvault" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.12" | |
| dependencies = [ | |
| "fastapi>=0.135.1", | |
| "psycopg2-binary>=2.9.11", | |
| "pydantic>=2.12.5", | |
| "python-dotenv>=1.2.2", | |
| "sqlalchemy>=2.0.48", | |
| "uvicorn>=0.42.0", | |
| "gradio>=5.0.0", | |
| "requests>=2.31.0", | |
| ] | |