Add safety check Python package

This commit is contained in:
Roberto Rosario
2016-10-29 15:17:22 -04:00
parent e556c16117
commit 6b6a238039
2 changed files with 9 additions and 0 deletions

View File

@@ -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

View File

@@ -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