Merge pull request #1368 from sbraz/typing

Require typing only for Python < 3.5
This commit is contained in:
Jeremy Grossmann 2018-07-13 11:34:30 +08:00 committed by GitHub
commit a494f8257b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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