fix: fix setup.py 3
This commit is contained in:
parent
7b2dedb06a
commit
f28c0efc03
5
setup.py
5
setup.py
@ -10,6 +10,9 @@ setup(
|
||||
author_email='jar3b@outlook.com',
|
||||
description='Python handler for logag',
|
||||
install_requires=[
|
||||
'xid==1.0.5 @ git+https://github.com/graham/python_xid.git#egg=xid',
|
||||
'xid==1.0.5',
|
||||
],
|
||||
dependency_links=[
|
||||
'git+https://github.com/graham/python_xid.git#egg=xid'
|
||||
]
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user