Skip to content

Commit

Permalink
Made dependency versioning more flexible
Browse files Browse the repository at this point in the history
  • Loading branch information
citruz committed Feb 13, 2018
1 parent f501de1 commit 93ee871
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 @@ -53,7 +53,7 @@
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=[
'construct==2.9.30'
'construct>=2.8.16,<2.10'
],

# List additional groups of dependencies here (e.g. development
Expand Down

0 comments on commit 93ee871

Please sign in to comment.