paijo77 commited on
Commit
daa4dd3
·
verified ·
1 Parent(s): e509f4e

update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +26 -0
requirements.txt ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core framework
2
+ fastapi>=0.115.0
3
+ uvicorn>=0.32.0
4
+ pydantic>=2.10.0
5
+ pydantic-settings>=2.6.0
6
+
7
+ # Async HTTP
8
+ aiohttp==3.9.1
9
+ aiofiles==23.2.1
10
+ beautifulsoup4>=4.12.0
11
+ lxml>=4.9.0
12
+
13
+ # Rate Limiting
14
+ slowapi>=0.1.9
15
+
16
+ # Utilities
17
+ python-dotenv>=1.0.0
18
+ python-dateutil==2.8.2
19
+ sqlalchemy>=2.0.23
20
+ alembic>=1.13.1
21
+ aiosqlite>=0.19.0
22
+ python-jose[cryptography]>=3.3.0
23
+ passlib[bcrypt]>=1.7.4
24
+ authlib>=1.3.0
25
+ httpx>=0.25.2
26
+ greenlet>=3.0.0