diff --git a/setup.py b/setup.py index b615272..b3db071 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ packages=find_packages(include=['hsclient', 'hsclient.*'], exclude=("tests",)), install_requires=[ - 'hsmodels>=1.0.3', + 'hsmodels>=1.0.4', 'requests', 'requests_oauthlib', ],