Skip to content

Commit

Permalink
Merge pull request #46 from hydroshare/optional_value
Browse files Browse the repository at this point in the history
pick up latest hsmodels
  • Loading branch information
devincowan authored Apr 4, 2023
2 parents 89f6c69 + c378b23 commit ecdde96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
hsmodels >= 0.4.2
hsmodels == 0.5.4
pytest == 6.0.2
requests == 2.24.0
email-validator
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

setup(
name='hsclient',
version='0.3.1',
version='0.3.2',
packages=find_packages(include=['hsclient', 'hsclient.*'],
exclude=("tests",)),
install_requires=[
'hsmodels>=0.5.1',
'hsmodels==0.5.4',
'requests',
'requests_oauthlib',
'pandas'
Expand Down

0 comments on commit ecdde96

Please sign in to comment.