From e9f8b1ed28b64c59feecf8391a1e05b60059dc54 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Mon, 22 May 2023 19:00:13 +0200 Subject: [PATCH] WebHost: use Py3.11 compatible ponyorm --- WebHostLib/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WebHostLib/requirements.txt b/WebHostLib/requirements.txt index f1da3627..9e3551db 100644 --- a/WebHostLib/requirements.txt +++ b/WebHostLib/requirements.txt @@ -1,5 +1,6 @@ flask>=2.2.3 -pony>=0.7.16 +pony>=0.7.16; python_version <= '3.10' +pony @ https://github.com/Berserker66/pony/releases/download/v0.7.16/pony-0.7.16-py3-none-any.whl#0.7.16 ; python_version >= '3.11' waitress>=2.1.2 Flask-Caching>=2.0.2 Flask-Compress>=1.13