Skip to content

Commit

Permalink
Merge pull request #1 from pgilad/restrict-typing-install
Browse files Browse the repository at this point in the history
Restrict typing install on python < 3.7
  • Loading branch information
dankilman committed May 25, 2020
2 parents 83c4dd9 + 072eea5 commit 7bb89e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'pyyaml',
'txaio',
'pydash',
'typing',
'typing;python_version<"3.7"',
'requests',
'click'
],
Expand Down

0 comments on commit 7bb89e1

Please sign in to comment.