Create requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
pydantic-settings
|
| 3 |
+
requests
|
| 4 |
+
jinja2
|
| 5 |
+
aiofiles
|
| 6 |
+
uvicorn
|
| 7 |
+
sqlalchemy
|
| 8 |
+
fastapi-utilities
|
| 9 |
+
bs4
|
| 10 |
+
httpx
|
| 11 |
+
datetime
|
| 12 |
+
cachelib
|
| 13 |
+
python-multipart
|
| 14 |
+
hashids
|
| 15 |
+
asyncio
|