Skip to content

Commit

Permalink
Use libhxl-python dev HEAD for development, instead of pulling from P…
Browse files Browse the repository at this point in the history
…yPi.
  • Loading branch information
davidmegginson committed May 17, 2023
1 parent 0b51cd6 commit 4bb8e4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
urllib3>=1.21.1<1.27 # version required by requests
#git+https://github.com/HXLStandard/libhxl-python.git@dev#egg=libhxl # for development
libhxl==4.29 # for release
git+https://github.com/HXLStandard/libhxl-python.git@dev#egg=libhxl # for development
#libhxl==4.29 # for release
ckanapi>=3.5
flask-caching
flask>=2.1.2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
zip_safe = False,
install_requires=[
'urllib3>=1.21.1,<1.27', # version required by requests
#'libhxl @ git+https://github.com/HXLStandard/libhxl-python.git@dev', # for development
'libhxl==4.29', # for release
'libhxl @ git+https://github.com/HXLStandard/libhxl-python.git@dev', # for development
#'libhxl==4.29', # for release
'ckanapi>=3.5',
'flask-caching',
'flask>=2.1.2',
Expand Down

0 comments on commit 4bb8e4f

Please sign in to comment.