mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 05:54:19 +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:
|
||||
pytest -rf --cov=CTFd --cov-context=test --ignore=node_modules/ --disable-warnings -n auto
|
||||
bandit -r CTFd -x CTFd/uploads
|
||||
pipdeptree
|
||||
yarn verify
|
||||
|
||||
coverage:
|
||||
|
||||
@@ -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
|
||||
Faker==3.0.1
|
||||
pipdeptree==0.13.2
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user