diff --git a/requirements.txt b/requirements.txt index ccad777..cd9725b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -git+https://github.com/graham/python_xid.git#egg=xid==1.0.5 \ No newline at end of file +git+https://github.com/graham/python_xid.git#egg=xid \ No newline at end of file diff --git a/setup.py b/setup.py index fc21052..b94fc72 100644 --- a/setup.py +++ b/setup.py @@ -10,9 +10,6 @@ setup( author_email='jar3b@outlook.com', description='Python handler for logag', install_requires=[ - 'python_xid==1.0.5', - ], - dependency_links=[ - 'git+https://github.com/graham/python_xid.git#egg=xid' + 'xid @ git+https://github.com/graham/python_xid.git@master#egg=xid', ] )