From f28c0efc03d4d4fd29610e2a421a6235d0d99175 Mon Sep 17 00:00:00 2001 From: jar3b Date: Fri, 23 Aug 2019 11:16:03 +0300 Subject: [PATCH] fix: fix setup.py 3 --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 98477c4..d90dd19 100644 --- a/setup.py +++ b/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' ] )