diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2020-05-04 13:10:24 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2020-05-04 13:10:24 +1000 |
commit | 7e10cddee0415eeddf51854c5f2a3f1938bab553 (patch) | |
tree | 51d4f6c74ec0dd051f30a55324487d58507a64b8 /setup.py | |
parent | e77430eb273f352f5e777888b73c95ca0beda593 (diff) | |
download | mediagoblin-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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |