Spaces:
Running
Running
Upload 2 files
Browse files- pyproject.toml +16 -0
- uv.lock +0 -0
pyproject.toml
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[project]
|
| 2 |
+
name = "ai-gf"
|
| 3 |
+
version = "0.1.0"
|
| 4 |
+
description = "Add your description here"
|
| 5 |
+
readme = "README.md"
|
| 6 |
+
requires-python = ">=3.13"
|
| 7 |
+
dependencies = [
|
| 8 |
+
"edge-tts>=7.2.3",
|
| 9 |
+
"fastapi>=0.121.3",
|
| 10 |
+
"huggingface-hub>=1.1.5",
|
| 11 |
+
"python-dotenv>=1.2.1",
|
| 12 |
+
"python-multipart>=0.0.20",
|
| 13 |
+
"uvicorn>=0.38.0",
|
| 14 |
+
"sqlalchemy>=2.0.0",
|
| 15 |
+
"psycopg2-binary>=2.9.0",
|
| 16 |
+
]
|
uv.lock
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|