Skip to content

Commit

Permalink
Atualiza dependências
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Fonseca committed Jul 30, 2018
1 parent 17663c5 commit ddf4839
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 12 deletions.
32 changes: 24 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit ddf4839

Please sign in to comment.