mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 08:44:52 +02:00
Fix aiohttp dependency for Python 3.7
This commit is contained in:
parent
93520b4d6c
commit
c93aafc9af
@ -1,5 +1,6 @@
|
||||
jsonschema>=4.17.3,<4.18 # v4.17.3 is the last version to support Python 3.7
|
||||
aiohttp>=3.9.0,<3.10
|
||||
aiohttp>=3.8.6,<3.9; python_version == '3.7' # v3.8.6 is the last version to support Python 3.7
|
||||
aiohttp>=3.9.0,<3.10; python_version > '3.7'
|
||||
aiohttp-cors>=0.7.0,<0.8
|
||||
aiofiles>=23.2.1,<23.3
|
||||
Jinja2>=3.1.2,<3.2
|
||||
|
Loading…
Reference in New Issue
Block a user