Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
fastapi==0.68.1
|
| 2 |
uvicorn==0.15.0
|
| 3 |
git+https://github.com/glomatico/gamdl.git
|
| 4 |
-
python-multipart
|
|
|
|
|
|
| 1 |
fastapi==0.68.1
|
| 2 |
uvicorn==0.15.0
|
| 3 |
git+https://github.com/glomatico/gamdl.git
|
| 4 |
+
python-multipart
|
| 5 |
+
aiofiles
|