Package websockets 10.0 requires Python >= 3.7

This commit is contained in:
grossmj 2021-09-15 17:11:24 +09:30
parent 0b4dbf27e0
commit 898af32cd1

View File

@ -1,6 +1,7 @@
uvicorn==0.15.0
fastapi==0.68.1
websockets==10.0
websockets==10.0 ; python_version >= "3.7"
websockets==9.1 ; python_version < "3.7"
python-multipart==0.0.5
aiohttp==3.7.4.post0
aiofiles==0.7.0