Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
python-dotenv
|
4 |
+
pymongo
|
5 |
+
passlib
|
6 |
+
python-jose
|
7 |
+
longtrainer
|
8 |
+
pydantic[email]
|