From 30f594e6406e5a4e62252103fda060a9fdb6d5f2 Mon Sep 17 00:00:00 2001 From: Natha Paquette Date: Fri, 10 May 2024 17:43:54 -0300 Subject: [PATCH] remove version requirements --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 26c2c633..76152862 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ cryptography="36.0.2" bcrypt="3.1.7" defusedxml="0.7.1" dnspython="2.2.1" -eventlet="^0.33.1" +eventlet="*" Flask="3.0.2" Flask-Cors="4.0.0" Flask-HTTPAuth="4.8.0" @@ -27,7 +27,7 @@ Flask-SocketIO="5.3.6" Flask-SQLAlchemy="3.1.1" geographiclib="1.52" geopy="2.2.0" -greenlet="^2.0.2" +greenlet="*" itsdangerous=">=2.0.1" testresources="2.0.1" Jinja2="3.1.3" @@ -51,7 +51,7 @@ WTForms="2.3.3" pyOpenSSL="22.0.0" qrcode="7.3.1" pillow="9.3.0" -asyncio="3.4.3" +asyncio="*" xmltodict="*" pyzmq="*" digitalpy="0.3.13.7"