Skip to content

Commit

Permalink
Make Python 3.5 depend on typing~=3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Larralde committed Mar 24, 2018
1 parent 1b1e624 commit d2abf71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ install_requires =
six ~=1.4
tqdm ~=4.19
tenacity ~=4.9
typing ~=3.6 ; python_version < '3.5'
typing ~=3.6 ; python_version < '3.6'
tests_require =
instalooter[test]

Expand Down

0 comments on commit d2abf71

Please sign in to comment.