print local and remote app urls when app host is set to "0.0.0.0"

+ update app version in settings.py
This commit is contained in:
geoffrey45
2023-01-20 22:21:40 +03:00
parent 5dad45f188
commit 3dc9bc1f15
8 changed files with 790 additions and 650 deletions
+3 -2
View File
@@ -5,7 +5,7 @@ description = ""
authors = ["geoffrey45 <geoffreymungai45@gmail.com>"]
[tool.poetry.dependencies]
python = ">=3.10"
python = ">=3.10,<3.12"
Flask = "^2.0.2"
Flask-Cors = "^3.0.10"
requests = "^2.27.1"
@@ -18,11 +18,12 @@ rapidfuzz = "^2.13.7"
tinytag = "^1.8.1"
hypothesis = "^6.56.3"
pytest = "^7.1.3"
pylint = "^2.15.5"
Unidecode = "^1.3.6"
pyinstaller = "^5.7.0"
caribou = "^0.3.0"
[tool.poetry.dev-dependencies]
pylint = "^2.15.5"
black = {version = "^22.6.0", allow-prereleases = true}
[build-system]