mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-10 08:13:47 +02:00
Require typing only for Python < 3.5
This commit is contained in:
parent
70cbc0260b
commit
2a1b9e7232
@ -6,5 +6,5 @@ Jinja2>=2.7.3
|
|||||||
raven>=5.23.0
|
raven>=5.23.0
|
||||||
psutil>=3.0.0
|
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;python_version<"3.5" # Otherwise yarl fails with python 3.4
|
||||||
prompt-toolkit==1.0.15
|
prompt-toolkit==1.0.15
|
||||||
|
Loading…
Reference in New Issue
Block a user