Stop installing typing on Python 3.5+

This commit is contained in:
Quentin Pradet 2020-05-25 09:15:00 +04:00
parent 7c80b713dc
commit a42b92b3c2
No known key found for this signature in database
GPG key ID: E328ACB1EC7E57C2

View file

@ -8,7 +8,7 @@
# should see if there is a conda package that suits your needs.
pathlib2
typing
typing; python_version < "3.5"
click
toml
six