From 98e9c9a122c3552da128289e9697552d68608a75 Mon Sep 17 00:00:00 2001 From: jar3b Date: Wed, 21 Aug 2019 19:36:10 +0300 Subject: [PATCH] fix: use github package for xid (with py3 support) --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 111ce66..3e03ac0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -xid==1.0.4 \ No newline at end of file +git+https://github.com/graham/python_xid.git \ No newline at end of file diff --git a/setup.py b/setup.py index aed43a7..5f7cd9c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='logag-python-handler', - version='0.1.0', + version='0.1.1', packages=['logag_handler'], url='https://gitlab.com/logag/logag-python-handler', license='MIT',