Skip to content

Commit

Permalink
Upgrade python packages to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
subhashb committed Mar 16, 2020
1 parent ba8b8da commit 99ff2d0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,18 @@ def read(*names, **kwargs):
# eg: 'keyword1', 'keyword2', 'keyword3',
],
install_requires=[
'click==7.0',
'cookiecutter==1.6.0',
'elasticsearch-dsl==7.0.0',
'flask==1.0.3',
'inflect==2.1.0',
'marshmallow==3.0.0rc8',
'psycopg2==2.8.3',
'python-dateutil==2.8.0',
'rq==1.1.0',
'sendgrid==6.1.0',
'sqlalchemy==1.3.4',
'werkzeug==0.15.4',
'click==7.1.1',
'cookiecutter==1.7.0',
'elasticsearch-dsl==7.1.0',
'flask==1.1.1',
'inflect==4.1.0',
'marshmallow==3.5.1',
'psycopg2==2.8.4',
'python-dateutil==2.8.1',
'rq==1.3.0',
'sendgrid==6.1.3',
'sqlalchemy==1.3.15',
'werkzeug==1.0.0',
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 99ff2d0

Please sign in to comment.