From 62bab1d0c03c406bd5fe06f7b7b91526aaf08197 Mon Sep 17 00:00:00 2001 From: neo Date: Fri, 28 Apr 2023 14:28:54 +0500 Subject: [PATCH 1/2] test new pyactiveresource repo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dae5a810..a83a0175 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ scripts=["scripts/shopify_api.py"], license="MIT License", install_requires=[ - "pyactiveresource>=2.2.2", + "pyactiveresource @ git+ssh://git@github.com:righttechsoft/pyactiveresource.git", "PyJWT >= 2.0.0", "PyYAML", "six", From 4e16c8a960810ff7e84c460eab0c56bdd5c48fb6 Mon Sep 17 00:00:00 2001 From: neo Date: Fri, 28 Apr 2023 14:50:23 +0500 Subject: [PATCH 2/2] test new pyactiveresource repo --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a83a0175..4d9b6cd4 100755 --- a/setup.py +++ b/setup.py @@ -22,11 +22,14 @@ scripts=["scripts/shopify_api.py"], license="MIT License", install_requires=[ - "pyactiveresource @ git+ssh://git@github.com:righttechsoft/pyactiveresource.git", + "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",