Skip to content

Commit

Permalink
minimal dependency changes to make the repository installable (#703)
Browse files Browse the repository at this point in the history
* minimal dependency changes to make the repository installable

* updating eventlet fixed the ssl issue
  • Loading branch information
erentar authored Jun 14, 2024
1 parent 30a0cd1 commit 3a03bf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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="0.36.1"
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="3.0.3"
itsdangerous=">=2.0.1"
testresources="2.0.1"
Jinja2="3.1.3"
Expand All @@ -42,7 +42,7 @@ python-engineio="4.9.0"
python-socketio="5.11.1"
PyYAML="6.0.1"
"ruamel.yaml"="0.17.21"
"ruamel.yaml.clib"="0.2.7"
"ruamel.yaml.clib"="0.2.8"
six="1.16.0"
SQLAlchemy="2.0.29"
tabulate="0.8.7"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"Flask-Classy==0.6.10",
"geographiclib==1.52",
"geopy==2.2.0",
"greenlet==2.0.2",
"greenlet==3.0.3",
"itsdangerous==2.1.2",
"testresources==2.0.1",
"Jinja2==3.1.3",
Expand All @@ -54,7 +54,7 @@
"python-socketio==4.6.0",
"PyYAML==6.0.1",
"ruamel.yaml==0.17.21",
"ruamel.yaml.clib==0.2.7",
"ruamel.yaml.clib==0.2.8",
"six==1.16.0",
"SQLAlchemy==2.0.28",
"tabulate==0.8.7",
Expand Down

0 comments on commit 3a03bf0

Please sign in to comment.