Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/hydroshare/hsclient into …
Browse files Browse the repository at this point in the history
…44-aggregation-data-processing-object
  • Loading branch information
pkdash committed Apr 18, 2023
2 parents 72f36fe + ecdde96 commit 657f599
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',
],
Expand Down

0 comments on commit 657f599

Please sign in to comment.