fix: fix setup.py

This commit is contained in:
jar3b 2019-08-23 11:18:23 +03:00
parent a6a623710c
commit 391f78bb35
2 changed files with 2 additions and 5 deletions

View File

@ -1 +1 @@
git+https://github.com/graham/python_xid.git#egg=xid==1.0.5 git+https://github.com/graham/python_xid.git#egg=xid

View File

@ -10,9 +10,6 @@ setup(
author_email='jar3b@outlook.com', author_email='jar3b@outlook.com',
description='Python handler for logag', description='Python handler for logag',
install_requires=[ install_requires=[
'python_xid==1.0.5', 'xid @ git+https://github.com/graham/python_xid.git@master#egg=xid',
],
dependency_links=[
'git+https://github.com/graham/python_xid.git#egg=xid'
] ]
) )