diff options
author | 2018-09-04 22:06:07 +0200 | |
---|---|---|
committer | 2018-09-04 22:06:07 +0200 | |
commit | e211cbf6dbbe3a28ef1276af69c4f387db52d596 (patch) | |
tree | 8bb441e8528056806e129c5d45b3770bbaa0fd31 /Pipfile | |
parent | Add job tags. (diff) |
Set up GitLab CI properly.
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ djangorestframework-bulk = "==0.2.1" "flake8-tidy-imports" = "==1.1.0" "flake8-string-format" = "==0.2.3" coverage = "==4.5.1" +"pep8-naming" = "==0.7.0" +mccabe = "==0.6.1" [requires] python_version = "3.7" |