diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/pyproject.toml b/pyproject.toml index 41236f3..e6dcf34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ repository = "https://gitlab.com/dunj3/fietsboek" keywords = ["web", "gpx"] [tool.poetry.dependencies] -python = "^3.7.2" +python = "^3.9" pyramid = "^2" pyramid_jinja2 = "^2.10" @@ -40,10 +40,6 @@ transaction = "^3" "zope.sqlalchemy" = "^1.6" redis = "^4.3.4" -# Compatibility with old Python versions -importlib_resources = "^5.10" -importlib_metadata = "^6.0.0" - Babel = "^2.11" cryptography = "^39" gpxpy = "^1.5" |