-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #545 from kubilus1/redep
Update versions
- Loading branch information
Showing
10 changed files
with
76 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
nuitka==1.6.6 | ||
nuitka==2.4.8 | ||
zstandard | ||
ordered-set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
refuse | ||
psutil | ||
pysimplegui | ||
pysimplegui<5.0.0 | ||
Flask | ||
flask-socketio | ||
eventlet | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,82 +1,84 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.10 | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.12 | ||
# by the following command: | ||
# | ||
# pip-compile requirements.in | ||
# | ||
bidict==0.22.1 | ||
bidict==0.23.1 | ||
# via python-socketio | ||
certifi==2023.7.22 | ||
blinker==1.8.2 | ||
# via flask | ||
certifi==2024.8.30 | ||
# via requests | ||
charset-normalizer==3.2.0 | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
click==8.1.3 | ||
click==8.1.7 | ||
# via | ||
# flask | ||
# geocoder | ||
decorator==5.1.1 | ||
# via ratelim | ||
dnspython==2.3.0 | ||
dnspython==2.6.1 | ||
# via eventlet | ||
eventlet==0.33.3 | ||
eventlet==0.37.0 | ||
# via -r requirements.in | ||
exceptiongroup==1.1.3 | ||
# via pytest | ||
flask==2.2.2 | ||
flask==3.0.3 | ||
# via | ||
# -r requirements.in | ||
# flask-socketio | ||
flask-socketio==5.3.4 | ||
flask-socketio==5.3.7 | ||
# via -r requirements.in | ||
future==0.18.3 | ||
future==1.0.0 | ||
# via geocoder | ||
geocoder==1.38.1 | ||
# via -r requirements.in | ||
greenlet==2.0.2 | ||
greenlet==3.1.1 | ||
# via eventlet | ||
idna==3.4 | ||
h11==0.14.0 | ||
# via wsproto | ||
idna==3.10 | ||
# via requests | ||
iniconfig==2.0.0 | ||
# via pytest | ||
itsdangerous==2.1.2 | ||
itsdangerous==2.2.0 | ||
# via flask | ||
jinja2==3.1.2 | ||
jinja2==3.1.4 | ||
# via flask | ||
markupsafe==2.1.1 | ||
markupsafe==2.1.5 | ||
# via | ||
# jinja2 | ||
# werkzeug | ||
packaging==23.1 | ||
packaging==24.1 | ||
# via | ||
# -r requirements.in | ||
# pytest | ||
pluggy==1.2.0 | ||
pluggy==1.5.0 | ||
# via pytest | ||
psutil==5.9.2 | ||
psutil==6.0.0 | ||
# via -r requirements.in | ||
pysimplegui==4.60.4 | ||
pysimplegui==4.70.1 | ||
# via -r requirements.in | ||
pytest==7.4.0 | ||
pytest==8.3.3 | ||
# via -r requirements.in | ||
python-engineio==4.4.1 | ||
python-engineio==4.9.1 | ||
# via python-socketio | ||
python-socketio==5.8.0 | ||
python-socketio==5.11.4 | ||
# via flask-socketio | ||
ratelim==0.1.6 | ||
# via geocoder | ||
refuse==0.0.4 | ||
# via -r requirements.in | ||
requests==2.31.0 | ||
requests==2.32.3 | ||
# via | ||
# -r requirements.in | ||
# geocoder | ||
simple-websocket==1.0.0 | ||
# via python-engineio | ||
six==1.16.0 | ||
# via | ||
# eventlet | ||
# geocoder | ||
tomli==2.0.1 | ||
# via pytest | ||
urllib3==2.0.4 | ||
# via geocoder | ||
urllib3==2.2.3 | ||
# via requests | ||
werkzeug==2.2.2 | ||
werkzeug==3.0.4 | ||
# via flask | ||
wsproto==1.2.0 | ||
# via simple-websocket |