diff --git a/Makefile b/Makefile index 9d79a2f2..b2dc95a8 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ format: test: pytest -rf --cov=CTFd --cov-context=test --ignore=node_modules/ --disable-warnings -n auto bandit -r CTFd -x CTFd/uploads + pipdeptree yarn verify coverage: diff --git a/development.txt b/development.txt index a88d966b..0fa3170f 100644 --- a/development.txt +++ b/development.txt @@ -16,4 +16,5 @@ pytest-cov==2.8.1 sphinx_rtd_theme==0.4.3 flask-debugtoolbar==0.10.1 flake8-isort==2.8.0 -Faker==3.0.1 \ No newline at end of file +Faker==3.0.1 +pipdeptree==0.13.2 diff --git a/requirements.txt b/requirements.txt index f04d3a0f..0ffc196b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,5 +23,5 @@ flask-restx==0.1.1 pathlib2==2.3.5 flask-marshmallow==0.10.1 marshmallow-sqlalchemy==0.17.0 -boto3==1.10.39 +boto3==1.13.9 marshmallow==2.20.2