From ddf4839f3804e21a979ced7136f8e75598ba90bb Mon Sep 17 00:00:00 2001 From: Gustavo Fonseca Date: Mon, 30 Jul 2018 10:39:08 -0300 Subject: [PATCH] =?UTF-8?q?Atualiza=20depend=C3=AAncias?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 32 ++++++++++++++++++++++++-------- setup.py | 8 ++++---- 2 files changed, 28 insertions(+), 12 deletions(-) diff --git a/requirements.txt b/requirements.txt index 69ff0ee..1788264 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,26 +1,42 @@ -alembic==0.9.10 +alembic==1.0.0 +amqp==2.3.2 articlemetaapi==1.26.2 -Babel==2.6.0 -billiard==3.5.0.3 -celery==4.2.0 +billiard==3.5.0.4 +celery==4.2.1 +certifi==2018.4.16 +chardet==3.0.4 +hupper==1.3 +idna==2.7 kombu==4.2.1 +legendarium==2.0.2 lxml==4.2.3 Mako==1.0.7 +MarkupSafe==1.0 +PasteDeploy==1.5.2 +plaster==1.0 +plaster-pastedeploy==0.6 +ply==3.11 psycopg2==2.7.5 pyramid==1.9.2 -pyramid-debugtoolbar==4.4 pyramid-mako==1.0.2 python-dateutil==2.7.3 python-editor==1.0.3 pytz==2018.5 +raven==6.9.0 +redis==2.10.6 +repoze.lru==0.7 requests==2.19.1 six==1.11.0 -SQLAlchemy==1.2.9 +SQLAlchemy==1.2.10 thriftpy==0.3.9 transaction==2.2.1 +translationstring==1.3 +urllib3==1.23 +venusian==1.1.0 +vine==1.1.4 waitress==1.1.0 +WebOb==1.8.2 xylose==1.33.1 +zope.deprecation==4.3.0 zope.interface==4.5.0 zope.sqlalchemy==1.0 -raven==6.9.0 -redis==2.10.6 diff --git a/setup.py b/setup.py index 75e1db1..b54d97f 100644 --- a/setup.py +++ b/setup.py @@ -8,17 +8,17 @@ README = f.read() install_requires = [ - 'requests==2.19.1', + 'requests', 'pyramid', 'pyramid_mako', 'waitress', - 'articlemetaapi>=1.24.0', + 'articlemetaapi', 'lxml', - 'celery', + 'celery[redis]', 'SQLAlchemy', 'psycopg2', 'zope.sqlalchemy', - 'alembic' + 'alembic', ] tests_require = [