Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Install typing package on all environments.
Browse files Browse the repository at this point in the history
Python-version-specific dependencies were only added to a recent version of setuptools; this approach is more compatible.
  • Loading branch information
todofixthis committed Jan 5, 2017
1 parent 89270a2 commit 161c0f0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,9 @@
'filters',
'requests',
'six',
'typing',
],

# http://stackoverflow.com/a/33451105/
extras_require = {
':python_version < "3.5"': [
'typing',
],
},

test_suite = 'test',
test_loader = 'nose.loader:TestLoader',
tests_require = [
Expand Down

0 comments on commit 161c0f0

Please sign in to comment.