From 4cb1facb6aa88ceee857ed9e63e6e9536885f604 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 16 Jan 2020 12:23:36 -0500 Subject: [PATCH] Add PyYAML as a required package --- base_requirements.txt | 4 ++++ requirements.txt | 1 + 2 files changed, 5 insertions(+) diff --git a/base_requirements.txt b/base_requirements.txt index 3d54e4847..8b42c835d 100644 --- a/base_requirements.txt +++ b/base_requirements.txt @@ -83,6 +83,10 @@ py-gfm # https://github.com/Legrandin/pycryptodome pycryptodome +# YAML rendering library +# https://github.com/yaml/pyyaml +PyYAML + # In-memory key/value store used for caching and queuing # https://github.com/andymccurdy/redis-py redis diff --git a/requirements.txt b/requirements.txt index eeae8d9e4..9c5f624f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,5 +19,6 @@ Pillow==7.0.0 psycopg2-binary==2.8.4 py-gfm==0.1.4 pycryptodome==3.9.4 +PyYAML==5.3 redis==3.3.11 svgwrite==1.3.1