yym68686 commited on
Commit
94c81e3
·
1 Parent(s): 819abc0

fixed bug: ModuleNotFoundError: No module named 'aiofiles'

Browse files
Files changed (1) hide show
  1. 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