bluenevus commited on
Commit
f5ad955
·
verified ·
1 Parent(s): 4179133

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.104.1
2
+ uvicorn[standard]==0.24.0
3
+ python-multipart==0.0.6
4
+ pikepdf==8.10.1 # Python wrapper for qpdf
5
+ aiofiles==23.2.1
6
+ pydantic==2.5.0
7
+ python-jose[cryptography]==3.3.0
8
+ passlib[bcrypt]==1.7.4
9
+ redis==5.0.1
10
+ celery==5.3.4
11
+ prometheus-client==0.19.0
12
+ python-dotenv==1.0.0