aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2020-05-04 13:10:24 +1000
committerBen Sturmfels <ben@sturm.com.au>2020-05-04 13:10:24 +1000
commit7e10cddee0415eeddf51854c5f2a3f1938bab553 (patch)
tree51d4f6c74ec0dd051f30a55324487d58507a64b8 /setup.py
parente77430eb273f352f5e777888b73c95ca0beda593 (diff)
downloadmediagoblin-7e10cddee0415eeddf51854c5f2a3f1938bab553.tar.lz
mediagoblin-7e10cddee0415eeddf51854c5f2a3f1938bab553.tar.xz
mediagoblin-7e10cddee0415eeddf51854c5f2a3f1938bab553.zip
docs: Tweak the release notes and deployment docs following testing.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 6dd7ce51..62365123 100644
--- a/setup.py
+++ b/setup.py
@@ -149,6 +149,7 @@ install_requires = [
'PasteDeploy',
'PasteScript',
'requests>=2.6.0',
+ 'certifi>=2017.4.17', # Reported to be a requirement on Fedora 31 (TODO: test)
'PyLD<2.0.0', # Python 2, but also breaks a Python 3 test if >= 2.0.0.
'ExifRead>=2.0.0',
'email-validator', # Seems that WTForms must have dropped this.