X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=2a85f8394b52fc6d315ade23ba1110f2122f64dc;hb=f3d077b407c594cdeabe267f73d61c355cb70066;hp=c3c735d955b9468bacda1bd5696cda5e441baafc;hpb=bd499e01b67f2eb3cd9263f5d5d819fb118c5756;p=osm%2FPOL.git diff --git a/setup.py b/setup.py index c3c735d..2a85f83 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ from setuptools import setup _name = 'osm_policy_module' -_version_command = ('git describe --match v* --tags --long --dirty', 'pep440-git') +_version_command = ('git describe --match v* --tags --long --dirty', 'pep440-git-full') _author = "Benjamín Díaz" _author_email = 'bdiaz@whitestack.com' _description = 'OSM Policy Module' @@ -47,7 +47,7 @@ setup( packages=[_name], include_package_data=True, install_requires=[ - "kafka==1.3.*", + "aiokafka==0.4.*", "peewee==3.1.*", "jsonschema==2.6.*", "six==1.11.*",