aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 5bb7083b..5f9f0408 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -36,6 +36,7 @@ classifiers=[
[options]
packages = find:
+# We now use f-strings internally and allow Python requirements do too.
python_requires = >=3.6
zip_safe = False
include_package_data = True
@@ -50,7 +51,7 @@ install_requires =
ExifRead>=2.0.0
feedgenerator
itsdangerous
- jinja2<3.0.0 # 3.0.0 uses f-strings (Python >= 3.7) breaking Debian 9.
+ jinja2
jsonschema
Markdown
oauthlib