fixed bug: ModuleNotFoundError: No module named 'aiofiles'
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -2,5 +2,6 @@ pyyaml
|
|
| 2 |
pytest
|
| 3 |
uvicorn
|
| 4 |
fastapi
|
|
|
|
| 5 |
httpx[http2]
|
| 6 |
cryptography
|
|
|
|
| 2 |
pytest
|
| 3 |
uvicorn
|
| 4 |
fastapi
|
| 5 |
+
aiofiles
|
| 6 |
httpx[http2]
|
| 7 |
cryptography
|