Skip to content

Commit

Permalink
Bump required version of libhxl.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmegginson committed Jun 6, 2017
1 parent 47f36ee commit 32352cb
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 @@ -19,7 +19,7 @@
url='https://github.com/HXLStandard/hxl-proxy',
include_package_data = True,
zip_safe = False,
install_requires=['flask-cache>=0.13', 'libhxl>=4.1', 'ckanapi>=3.5', 'flask>=0.10', 'requests_cache'],
install_requires=['flask-cache>=0.13', 'libhxl>=4.2', 'ckanapi>=3.5', 'flask>=0.10', 'requests_cache'],
test_suite = "tests",
tests_require = ['mock']
)

0 comments on commit 32352cb

Please sign in to comment.