fix MarkupSafe and Jinja2 dependency (#3876)

This commit is contained in:
Matthew Davis 2021-04-24 22:24:32 +10:00 committed by GitHub
parent ede2579836
commit f5e3cd891f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ install_requires = [
"pytz",
"python-dateutil<3.0.0,>=2.1",
"responses>=0.9.0",
"MarkupSafe<2.0", # This is a Jinja2 dependency, 2.0.0a1 currently seems broken
"MarkupSafe!=2.0.0a1", # This is a Jinja2 dependency, 2.0.0a1 currently seems broken
]
#