Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Flask
# ------------------------------------------------------------------------------
flask==1.1.1 # https://pypi.org/project/Flask/
environs==7.1.0 # https://github.com/sloria/environs
Flask-RESTful==0.3.7 # https://github.com/flask-restful/flask-restful/
environs==7.2.0 # https://github.com/sloria/environs
Flask-RESTful==0.3.8 # https://github.com/flask-restful/flask-restful/
Flask-Cors==3.0.8 # https://github.com/corydolphin/flask-cors
requests-oauthlib==1.3.0 # https://pypi.org/project/requests-oauthlib/

# Elasticsearch 7
elasticsearch-dsl==7.1.0 # https://github.com/elastic/elasticsearch-dsl-py
requests==2.22.0 # https://2.python-requests.org/en/master/
requests==2.23.0 # https://2.python-requests.org/en/master/
6 changes: 3 additions & 3 deletions requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
-r ./base.txt

Sphinx==2.3.1 # https://github.com/sphinx-doc/sphinx
Sphinx==2.4.3 # https://github.com/sphinx-doc/sphinx
sphinx-rtd-theme==0.4.3 # https://github.com/readthedocs/sphinx_rtd_theme

# Testing
# ------------------------------------------------------------------------------
mypy==0.761 # https://github.com/python/mypy
pytest==5.3.5 # https://github.com/pytest-dev/pytest
pytest-flask==0.15.0 # https://github.com/pytest-dev/pytest-flask
pytest-flask==0.15.1 # https://github.com/pytest-dev/pytest-flask
pytest-sugar==0.9.2 # https://github.com/Frozenball/pytest-sugar
requests-mock==1.7.0 # https://github.com/jamielennox/requests-mock
pytest-httpserver==0.3.4 # https://github.com/csernazs/pytest-httpserver
Expand All @@ -16,6 +16,6 @@ pytest-httpserver==0.3.4 # https://github.com/csernazs/pytest-httpserver
# ------------------------------------------------------------------------------
flake8==3.7.9 # https://github.com/PyCQA/flake8
black==19.10b0 # https://github.com/ambv/black
pre-commit==2.0.1 # https://github.com/pre-commit/pre-commit
pre-commit==2.1.0 # https://github.com/pre-commit/pre-commit
coverage==5.0.3 # https://github.com/nedbat/coveragepy
codacy-coverage==1.3.11 # https://github.com/codacy/python-codacy-coverage