From 9d3872568856cf5f57d35d9653a937368393a22a Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Mon, 2 Oct 2023 20:07:15 +0200 Subject: [PATCH] WebHost: update ponyorm (#2241) --- WebHostLib/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/WebHostLib/requirements.txt b/WebHostLib/requirements.txt index a3695e33..55669f10 100644 --- a/WebHostLib/requirements.txt +++ b/WebHostLib/requirements.txt @@ -1,6 +1,5 @@ flask>=2.2.3 -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' +pony>=0.7.17 waitress>=2.1.2 Flask-Caching>=2.0.2 Flask-Compress>=1.14