1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-15 21:08:55 +00:00

Require typing only for Python < 3.5

This commit is contained in:
Louis Sautier 2018-07-12 23:43:27 +02:00
parent 70cbc0260b
commit 2a1b9e7232
No known key found for this signature in database
GPG Key ID: A777716B30AE82E3

View File

@ -6,5 +6,5 @@ Jinja2>=2.7.3
raven>=5.23.0
psutil>=3.0.0
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