mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 14:04:20 +01:00
Bump boto3 version to 1.13.9 and install pipdeptree for development (#1415)
* Bump boto3 version to 1.13.9
This commit is contained in:
1
Makefile
1
Makefile
@@ -10,6 +10,7 @@ format:
|
|||||||
test:
|
test:
|
||||||
pytest -rf --cov=CTFd --cov-context=test --ignore=node_modules/ --disable-warnings -n auto
|
pytest -rf --cov=CTFd --cov-context=test --ignore=node_modules/ --disable-warnings -n auto
|
||||||
bandit -r CTFd -x CTFd/uploads
|
bandit -r CTFd -x CTFd/uploads
|
||||||
|
pipdeptree
|
||||||
yarn verify
|
yarn verify
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
|
|||||||
@@ -17,3 +17,4 @@ sphinx_rtd_theme==0.4.3
|
|||||||
flask-debugtoolbar==0.10.1
|
flask-debugtoolbar==0.10.1
|
||||||
flake8-isort==2.8.0
|
flake8-isort==2.8.0
|
||||||
Faker==3.0.1
|
Faker==3.0.1
|
||||||
|
pipdeptree==0.13.2
|
||||||
|
|||||||
@@ -23,5 +23,5 @@ flask-restx==0.1.1
|
|||||||
pathlib2==2.3.5
|
pathlib2==2.3.5
|
||||||
flask-marshmallow==0.10.1
|
flask-marshmallow==0.10.1
|
||||||
marshmallow-sqlalchemy==0.17.0
|
marshmallow-sqlalchemy==0.17.0
|
||||||
boto3==1.10.39
|
boto3==1.13.9
|
||||||
marshmallow==2.20.2
|
marshmallow==2.20.2
|
||||||
|
|||||||
Reference in New Issue
Block a user