diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 3504164..515c83b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,10 @@ transaction = "^3" "zope.sqlalchemy" = "^1.6" redis = "^4.3.4" +# Compatibility with old Python versions importlib_resources = "^5.10" +importlib_metadata = "^5.0.0" + Babel = "^2.11" cryptography = "^38" gpxpy = "^1.5" |