mirror of
https://github.com/GNS3/gns3-server
synced 2025-06-06 16:18:51 +00:00
Locks down async-timeout<3.0.0 for P3.4 support; Fixes: #1331
This commit is contained in:
parent
202e7362a5
commit
5a0e21f58d
@ -8,3 +8,4 @@ psutil>=3.0.0
|
|||||||
zipstream>=1.1.4
|
zipstream>=1.1.4
|
||||||
typing>=3.5.3.0 # Otherwise yarl fails with python 3.4
|
typing>=3.5.3.0 # Otherwise yarl fails with python 3.4
|
||||||
prompt-toolkit
|
prompt-toolkit
|
||||||
|
async-timeout<3.0.0 # pyup: ignore; 3.0 drops support for python 3.4
|
Loading…
Reference in New Issue
Block a user