Skip to content

Commit

Permalink
remove version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
naman108 authored May 10, 2024
1 parent 62944e6 commit 30f594e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 30f594e

Please sign in to comment.