diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index cb173d9..5b03507 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [ keywords = ["web", "gpx"] requires-python = ">=3.11, <4" dependencies = [ - "pyramid (>=2, <3)", + "pyramid @ git+https://github.com/Kingdread/pyramid.git@7f5a499ccc63a10302fcc8021dcfae90ee97866f", "pyramid_jinja2 (>=2.10, <3.0)", "pyramid_debugtoolbar (>=4.9, <5.0)", "pyramid_retry (>=2.1, <3.0)", |
