Add safety check Python package
This commit is contained in:
7
Makefile
7
Makefile
@@ -34,6 +34,8 @@ help:
|
||||
@echo "runserver - Run the development server."
|
||||
@echo "shell_plus - Run the shell_plus command."
|
||||
|
||||
@echo "safety_check - Run a package safety check."
|
||||
|
||||
|
||||
# Cleaning
|
||||
|
||||
@@ -117,3 +119,8 @@ shell_plus:
|
||||
./manage.py shell_plus --settings=mayan.settings.development
|
||||
|
||||
|
||||
# Security
|
||||
|
||||
safety_check:
|
||||
safety check
|
||||
|
||||
|
||||
@@ -8,6 +8,8 @@ django-rosetta==0.7.8
|
||||
|
||||
ipython==4.0.3
|
||||
|
||||
safety==0.3.0
|
||||
|
||||
transifex-client==0.11
|
||||
|
||||
wheel==0.26.0
|
||||
|
||||
Reference in New Issue
Block a user