diff options
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |