God Mode+ v3 fix: requirements.txt
Browse files- requirements.txt +7 -15
requirements.txt
CHANGED
|
@@ -1,27 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
fastapi==0.111.0
|
| 2 |
uvicorn[standard]==0.29.0
|
| 3 |
websockets==12.0
|
| 4 |
pydantic==2.7.1
|
| 5 |
pydantic-settings==2.2.1
|
| 6 |
-
|
| 7 |
-
python-multipart==0.0.9
|
| 8 |
-
aiohttp==3.9.5
|
| 9 |
aiosqlite==0.20.0
|
| 10 |
sqlalchemy[asyncio]==2.0.30
|
| 11 |
-
alembic==1.13.1
|
| 12 |
-
httpx==0.27.0
|
| 13 |
-
openai==1.30.1
|
| 14 |
-
anthropic==0.26.1
|
| 15 |
-
gitpython==3.1.43
|
| 16 |
-
pygithub==2.3.0
|
| 17 |
python-dotenv==1.0.1
|
| 18 |
slowapi==0.1.9
|
| 19 |
structlog==24.1.0
|
| 20 |
rich==13.7.1
|
| 21 |
-
asyncio-mqtt==0.16.2
|
| 22 |
-
redis==5.0.4
|
| 23 |
-
passlib[bcrypt]==1.7.4
|
| 24 |
-
cryptography==42.0.7
|
| 25 |
-
typer==0.12.3
|
| 26 |
-
watchfiles==0.21.0
|
| 27 |
psutil==5.9.8
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""
|
| 2 |
+
Requirements — Updated with all needed packages
|
| 3 |
+
"""
|
| 4 |
fastapi==0.111.0
|
| 5 |
uvicorn[standard]==0.29.0
|
| 6 |
websockets==12.0
|
| 7 |
pydantic==2.7.1
|
| 8 |
pydantic-settings==2.2.1
|
| 9 |
+
httpx==0.27.0
|
|
|
|
|
|
|
| 10 |
aiosqlite==0.20.0
|
| 11 |
sqlalchemy[asyncio]==2.0.30
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
python-dotenv==1.0.1
|
| 13 |
slowapi==0.1.9
|
| 14 |
structlog==24.1.0
|
| 15 |
rich==13.7.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
psutil==5.9.8
|
| 17 |
+
pygithub==2.3.0
|
| 18 |
+
gitpython==3.1.43
|
| 19 |
+
python-multipart==0.0.9
|