From 2b06311f7abc0b5c5f1e84d9704937dc8156ea1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Ram=C3=ADrez=20Norambuena?= Date: Sat, 7 Sep 2019 22:43:04 -0300 Subject: [PATCH 2/5] add Pyyaml dependency. This is required by ./manage.py loaddata diff --git a/requirements.txt b/requirements.txt index 996abc2..5770d1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,4 @@ requests-oauthlib==0.4.0 cvss==1.9 pytidylib==0.3.2 pycodestyle==2.2.0 +PyYAML==5.1.2 -- 2.11.0