diff options
author | Daniel Schadt <kingdread@gmx.de> | 2022-11-17 18:47:38 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2022-11-17 18:47:38 +0100 |
commit | 55aad97b75351b671e7c3ab3a05c43d2decc05c5 (patch) | |
tree | 40675e1db1bd083bafcda01c4290b8337184aa11 /pyproject.toml | |
parent | 3eb21aaf91e9201c54f0cfe5b16b99f5975bf698 (diff) | |
download | fietsboek-55aad97b75351b671e7c3ab3a05c43d2decc05c5.tar.gz fietsboek-55aad97b75351b671e7c3ab3a05c43d2decc05c5.tar.bz2 fietsboek-55aad97b75351b671e7c3ab3a05c43d2decc05c5.zip |
initial support for proxying OSM tiles
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 9fab1a6..3504164 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,6 +37,7 @@ SQLAlchemy = "^1.4" alembic = "^1.8" transaction = "^3" "zope.sqlalchemy" = "^1.6" +redis = "^4.3.4" importlib_resources = "^5.10" Babel = "^2.11" @@ -45,6 +46,7 @@ gpxpy = "^1.5" markdown = "^3.4" bleach = "^5" Click = "^8.1" +requests = "^2.28.1" WebTest = {version = "^3", optional = true} pytest = {version = "^7.2", optional = true} |