Skip to content

Commit

Permalink
Updated dependencies in setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
mborho committed Jun 20, 2017
1 parent ea1b5fe commit 59b2b87
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions setup.py
Expand Up @@ -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
""",
""",
)

0 comments on commit 59b2b87

Please sign in to comment.