Merge pull request #148 from pquentin/conditional-typing-install

Stop installing typing on Python 3.5+
This commit is contained in:
mbarkhau 2020-05-25 07:33:15 +00:00 committed by GitHub
commit 85801f1a2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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