fix: fix setup.py

This commit is contained in:
jar3b 2019-08-27 00:15:34 +03:00
parent 58a869e63c
commit 04e103788e

View File

@ -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@master#egg=xid',
'xid==1.0.5',
],
dependency_links=[
'git+https://github.com/graham/python_xid.git@master#egg=xid'
]
)