Fixes dependencies
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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='',
|
||||
|
||||
Reference in New Issue
Block a user