fix: fix setup.py

This commit is contained in:
jar3b 2019-08-23 11:16:43 +03:00
parent f28c0efc03
commit a6a623710c

View File

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