Skip to content

Commit

Permalink
[#62] pinning hsmodels to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdash committed May 1, 2024
1 parent 9da2a23 commit e0b3284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
hsmodels @ git+https://github.com/hydroshare/hsmodels.git@main
hsmodels >= 1.0.3
pytest == 6.0.2
requests == 2.24.0
email-validator
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
packages=find_packages(include=['hsclient', 'hsclient.*'],
exclude=("tests",)),
install_requires=[
'hsmodels>=1.0.1',
'hsmodels>=1.0.3',
'requests',
'requests_oauthlib',
],
Expand Down

0 comments on commit e0b3284

Please sign in to comment.