fix: use github package for xid (with py3 support)

This commit is contained in:
jar3b 2019-08-21 19:36:10 +03:00
parent ff8a08f35f
commit 98e9c9a122
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
xid==1.0.4 git+https://github.com/graham/python_xid.git

View File

@ -2,7 +2,7 @@ from setuptools import setup
setup( setup(
name='logag-python-handler', name='logag-python-handler',
version='0.1.0', version='0.1.1',
packages=['logag_handler'], packages=['logag_handler'],
url='https://gitlab.com/logag/logag-python-handler', url='https://gitlab.com/logag/logag-python-handler',
license='MIT', license='MIT',