diff --git a/setup.py b/setup.py index dae5a810..4d9b6cd4 100755 --- a/setup.py +++ b/setup.py @@ -22,11 +22,14 @@ scripts=["scripts/shopify_api.py"], license="MIT License", install_requires=[ - "pyactiveresource>=2.2.2", + "pyactiveresource @ git+https://github.com/righttechsoft/pyactiveresource.git#egg=pyactiveresource", "PyJWT >= 2.0.0", "PyYAML", "six", ], + dependency_links = [ + "git+https://github.com/righttechsoft/pyactiveresource.git" + ], test_suite="test", tests_require=[ "mock>=1.0.1",