From 0eae33d99dcbaf7f414efca9406cbf16af5a9812 Mon Sep 17 00:00:00 2001 From: Longze Chen Date: Wed, 27 Jul 2022 16:43:23 -0400 Subject: [PATCH] Add PyYAML to requirements --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index f814c65a0e3..2229e239f2b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,6 +37,7 @@ citeproc-py==0.4.0 boto3==1.4.7 django-waffle==0.13.0 pymongo==3.7.1 +PyYAML==6.0 tqdm==4.28.1 # Python markdown extensions for comment emails git+https://github.com/CenterForOpenScience/mdx_del_ins.git