Skip to content

Commit

Permalink
Merge pull request #12 from gfrances/typing_conditional_import
Browse files Browse the repository at this point in the history
Install typing module only for python<3.5
  • Loading branch information
thiagopbueno committed May 12, 2021
2 parents bde0513 + fa32e28 commit 9ccab6a
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 @@ -25,7 +25,7 @@ def read(filename):
scripts=['scripts/pyrddl'],
install_requires=[
'ply',
'typing'
'typing; python_version<"3.5"'
],
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit 9ccab6a

Please sign in to comment.