浏览代码

Fix CI build (#474)

Vince Salvino 3 年之前
父节点
当前提交
52b495eb0f
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 0 1
      coderedcms/models/integration_models.py
  2. 1 0
      requirements-ci.txt

+ 0 - 1
coderedcms/models/integration_models.py

@@ -9,7 +9,6 @@ from wagtail.core import hooks
 
 from coderedcms.api.mailchimp import MailchimpApi
 
-from ast import literal_eval
 import json
 
 

+ 1 - 0
requirements-ci.txt

@@ -7,3 +7,4 @@ flake8
 pytest-cov
 pytest-django
 sphinx==3.*  # Docs are currently broken in sphinx 4.
+jinja2==3.0.*  # This seems to be the only version that works with sphinx 3.