danicor commited on
Commit
9c48f0a
·
verified ·
1 Parent(s): 7a60b6b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
- ffmpeg-python>=0.2.0
2
- Pillow>=9.0.0
3
- fastapi>=0.95.0
4
- uvicorn>=0.21.0
5
- python-multipart>=0.0.6
6
- nest-asyncio>=1.5.0
7
- requests>=2.28.0
 
 
1
+ fastapi==0.104.1
2
+ uvicorn[standard]==0.24.0
3
+ python-multipart==0.0.6
4
+ ffmpeg-python==0.2.0
5
+ pillow>=10.0.0
6
+ nest-asyncio==1.5.8
7
+ python-jose[cryptography]==3.3.0
8
+ passlib[bcrypt]==1.7.4