mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
aiocontextvars is only necessary for Python < 3.7
This commit is contained in:
parent
c63aad8eca
commit
16ca0fd915
@ -4,7 +4,7 @@ jsonschema==2.6.0; python_version < '3.8' # pyup: ignore
|
||||
aiohttp==3.6.2
|
||||
aiohttp-cors==0.7.0
|
||||
aiofiles==0.4.0
|
||||
aiocontextvars==0.2.2
|
||||
aiocontextvars==0.2.2; python_version < '3.7'
|
||||
async_generator>=1.10
|
||||
Jinja2>=2.7.3
|
||||
sentry-sdk>=0.14.4
|
||||
|
Loading…
Reference in New Issue
Block a user