From 58a869e63c7316faf653a13ba6311157153caffb Mon Sep 17 00:00:00 2001 From: jar3b Date: Tue, 27 Aug 2019 00:07:05 +0300 Subject: [PATCH] fix: fix setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b94fc72..208ad19 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,6 @@ setup( author_email='jar3b@outlook.com', description='Python handler for logag', install_requires=[ - 'xid @ git+https://github.com/graham/python_xid.git@master#egg=xid', + 'xid==1.0.5 @ git+https://github.com/graham/python_xid.git@master#egg=xid', ] )