Fixes dependencies

This commit is contained in:
Patrick McDonagh
2017-04-05 11:57:49 -05:00
parent 0bbd9749dd
commit 802345448a
2 changed files with 5 additions and 2 deletions

View File

@@ -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:

View File

@@ -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='',