Skip to content

Commit

Permalink
#15: update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
aschuma committed Mar 28, 2024
1 parent 2e4f255 commit 4e0e563
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

print(f"\n\n")
print(f"----- VVS Direct Connect -----------------------------------")
print(f"Copyright (c) 2021-2023 aschuma (https://github.com/aschuma)")
print(f"Copyright (c) 2021-2024 aschuma (https://github.com/aschuma)")
print(f"------------------------------------------------------------")
print(f"\nSettings:")
print(f"\t- VVS_FROM={from_id}\n\t- VVS_TO={to_id}\n\t- VVS_LIMIT={limit}\n\t- VVS_TIME_OFFSET_MINUTES={check_time_offset}\n\n")
Expand Down
22 changes: 10 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
blinker==1.6.2
certifi==2023.7.22
charset-normalizer==3.1.0
click==8.1.3
Flask==2.3.2
idna==3.4
blinker==1.7.0
certifi==2024.2.2
charset-normalizer==3.3.2
click==8.1.7
Flask==3.0.2
idna==3.6
itsdangerous==2.1.2
Jinja2==3.1.3
MarkupSafe==2.1.2
pytz==2023.3
MarkupSafe==2.1.5
requests==2.31.0
typing==3.7.4.3
urllib3==2.0.7
urllib3==2.2.1
vvspy==1.2.0
waitress==2.1.2
Werkzeug==2.3.4
zope.interface==6.0
waitress==3.0.0
Werkzeug==3.0.1

0 comments on commit 4e0e563

Please sign in to comment.