jerrrycans commited on
Commit
de78e50
·
verified ·
1 Parent(s): 851bbe0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -7
requirements.txt CHANGED
@@ -1,7 +1,6 @@
1
- fastapi
2
- uvicorn[standard]
3
- requests
4
- python-multipart
5
- cryptography
6
- aiohttp
7
- pillow
 
1
+ motor==3.3.2
2
+ pymongo==4.6.1
3
+ aiohttp==3.9.1
4
+ fastapi==0.109.0
5
+ uvicorn==0.27.0
6
+ pydantic==2.5.3