From 59b2b8775a364ecd3d9021c80118f8b86dc39f92 Mon Sep 17 00:00:00 2001 From: Martin Borho Date: Tue, 20 Jun 2017 17:16:28 +0200 Subject: [PATCH] Updated dependencies in setup.py. --- setup.py | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/setup.py b/setup.py index 4103880..38a119b 100644 --- a/setup.py +++ b/setup.py @@ -43,19 +43,18 @@ include_package_data=True, zip_safe=False, install_requires=[ - 'aiohttp==1.0.5', - 'asynctest==0.9.0', - 'bleach==1.4.3', + 'aiobotocore==0.3.3', + 'aiohttp==2.1.0', + 'asynctest==0.10.0', + 'bleach==2.0.0', 'PyYAML==3.12', - 'aiobotocore==0.0.5', - 'boto3==1.3.1', - 'websockets==3.2', - 'sqlalchemy-aio==0.1b1', - 'python-dateutil==2.5.3', + 'websockets==3.3', + 'sqlalchemy-aio==0.11.0', + 'python-dateutil==2.6.0', ], entry_points=""" - [console_scripts] + [console_scripts] livebridge = livebridge.run:main - """, + """, )