Move from querry lib urllib3 to requests

This commit is contained in:
2019-10-27 01:42:59 +02:00
parent 6d8330a2b5
commit 602b081dd7
4 changed files with 39 additions and 67 deletions

View File

@@ -19,7 +19,7 @@ CURRENT_DIR = os.path.dirname(__file__)
setup(
name='georideapilib',
packages=['georideapilib'], # this must be the same as the name above
version='0.1.0',
version='0.2.0',
description='Lib to control georide tracker devices with their rest api',
author='Matthieu DUVAL',
author_email='georideapilib@duval-dev.fr',