feat: use motor instead of pymongo

This commit is contained in:
swve 2023-02-28 23:32:17 +01:00
parent 0a7aafcc00
commit 05bc83d6c6
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,8 @@
fastapi==0.92.0
pydantic>=1.8.0,<2.0.0
uvicorn==0.20.0
pymongo==4.1.1
pymongo==4.3.3
motor==3.1.1
python-multipart
python-jose
passlib