diff --git a/poc_modbus_server/setup.py b/poc_modbus_server/setup.py index 1294d4f..eba6fc0 100644 --- a/poc_modbus_server/setup.py +++ b/poc_modbus_server/setup.py @@ -82,8 +82,11 @@ setup( 'pymodbus', 'cryptography', 'pyasn1', + 'pycomm_helper', ], - + dependency_links=[ + 'https://github.com/Henry-Pump/Pycomm-Helper/tarball/master#egg=pycomm_helper-0.1', + ], # List additional groups of dependencies here (e.g. development # dependencies). You can install these using the following syntax, # for example: diff --git a/poc_scraper/setup.py b/poc_scraper/setup.py index 65885f2..0412d31 100644 --- a/poc_scraper/setup.py +++ b/poc_scraper/setup.py @@ -29,7 +29,7 @@ setup( 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application', ], - dependency_links=['https://github.com/Henry-Pump/Pycomm-Helper/tarball/master#egg=pycomm_helper'], + dependency_links=['https://github.com/Henry-Pump/Pycomm-Helper/tarball/master#egg=pycomm_helper-0.1'], author='', author_email='', url='',