Skip to content

Commit

Permalink
Update app requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
daumie committed Apr 9, 2019
1 parent dc1c1ae commit 27604da
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 7 deletions.
47 changes: 43 additions & 4 deletions src/coveralls/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,39 +1,78 @@
alembic==0.9.5
amqp==2.3.2
aniso8601==1.3.0
appnope==0.1.0
astroid==2.0.4
Babel==2.6.0
backcall==0.1.0
billiard>=3.6.0
blinker==1.4
certifi==2018.1.18
chardet==3.0.4
click==6.7
coverage==4.5
coveralls==1.2.0
decorator==4.3.0
docopt==0.6.2
ecdsa==0.13
Flask==0.12.2
flake8==3.6.0
Flask==0.12.4
Flask-CLI==0.4.0
Flask-Cors==3.0.3
Flask-Mail==0.9.1
Flask-Migrate==2.1.1
Flask-RESTful==0.3.6
flask-restplus==0.10.1
Flask-Script==2.0.6
Flask-SQLAlchemy==2.2
Flask-SSLify==0.1.5
flower==0.9.2
future==0.16.0
gunicorn==19.7.1
idna==2.6
ipython==6.3.1
ipython-genutils==0.2.0
isort==4.3.4
itsdangerous==0.24
jedi==0.12.0
Jinja2==2.9.6
jsonschema==2.6.0
kombu>=4.4.0
lazy-object-proxy==1.3.1
Mako==1.0.7
MarkupSafe==1.0
marshmallow==2.15.0
mccabe==0.6.1
parso==0.2.0
pexpect==4.5.0
pickleshare==0.7.4
pipenv==2018.7.1
prompt-toolkit==1.0.15
psycopg2==2.7.3.1
ptyprocess==0.5.2
py==1.4.34
pycodestyle==2.4.0
pycryptodome==3.6.6
pyflakes==2.0.0
Pygments==2.2.0
pylint==2.1.1
pytest==3.2.2
python-dateutil==2.6.1
python-dotenv==0.7.1
python-editor==1.0.3
python-jose==1.4.0
python-jose==2.0.2
pytz==2017.2
PyYAML==3.12
requests==2.18.4
six==1.10.0
simplegeneric==0.8.1
six==1.11.0
slackclient==1.3.0
SQLAlchemy==1.1.14
tornado==5.1
traitlets==4.3.2
typed-ast==1.1.0
urllib3==1.22
websocket-client==0.47.0
virtualenv-clone==0.3.0
wcwidth==0.1.7
Werkzeug==0.12.2
wrapt==1.10.11
6 changes: 3 additions & 3 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
alembic==0.9.5
amqp==2.3.2
amqp==2.4.0
aniso8601==1.3.0
appnope==0.1.0
astroid==2.0.4
Babel==2.6.0
backcall==0.1.0
billiard==3.5.0.3
billiard>=3.6.0
blinker==1.4
certifi==2018.1.18
chardet==3.0.4
Expand Down Expand Up @@ -36,7 +36,7 @@ itsdangerous==0.24
jedi==0.12.0
Jinja2==2.9.6
jsonschema==2.6.0
kombu==4.2.1
kombu>=4.4.0
lazy-object-proxy==1.3.1
Mako==1.0.7
MarkupSafe==1.0
Expand Down

0 comments on commit 27604da

Please sign in to comment.