Skip to content

Commit

Permalink
Fix dependency ranges (see #45)
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Jan 17, 2018
1 parent d8387d7 commit a41c609
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 @@ -36,5 +36,5 @@ def readme():
author_email='[email protected]',
license='MIT',
packages=['mappyfile'],
install_requires=['lark-parser>=0.5.2', 'jsonschema'],
install_requires=['lark-parser>=0.5, <0.6', 'jsonschema >=2.0, <3.0"'],
zip_safe=False)

0 comments on commit a41c609

Please sign in to comment.