Niansuh commited on
Commit
74ec9a1
·
verified ·
1 Parent(s): fa56da3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
- fastapi
2
- uvicorn
3
- aiohttp
4
- pydantic
5
- tenacity
 
 
1
+ fastapi==0.95.1
2
+ uvicorn==0.22.0
3
+ aiohttp==3.8.5
4
+ pydantic==1.10.7
5
+ python-dotenv==1.0.0
6
+ Pillow==9.5.0