fix: fix setup.py 2

This commit is contained in:
jar3b 2019-08-23 11:14:57 +03:00
parent 63b59baad0
commit 7b2dedb06a

View File

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