Skip to content

Commit

Permalink
Trying to avoid the deprecated 'dependency_links' by changing to 'PEP…
Browse files Browse the repository at this point in the history
… 508 URL dependencies' - see: pypa/pip#4187
  • Loading branch information
newskylabs committed Mar 6, 2019
1 parent fd5c58e commit 6426d50
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,8 @@ def find_packages(namespace):
],
platforms=['Posix', 'Unix', 'Linux', 'MacOS X', 'Windows'],
install_requires=[
'newskylabs-utilities>=0.0.1.dev1',
'newskylabs-utilities @ git+https://github.com/newskylabs/newskylabs-utilities#egg=newskylabs-utilities-0.0.1.dev1',
],
dependency_links=[
'git+https://github.com/newskylabs/newskylabs-utilities#egg=newskylabs-utilities-0.0.1.dev1',
]
)

## =========================================================
Expand Down

0 comments on commit 6426d50

Please sign in to comment.