mirror of https://github.com/CIRCL/lookyloo
chg: Bump flask-restx
parent
7ea37ec617
commit
66816ba205
|
@ -314,7 +314,7 @@ Flask = "*"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "flask-restx"
|
name = "flask-restx"
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
description = "Fully featured framework for fast, easy and documented API development with Flask"
|
description = "Fully featured framework for fast, easy and documented API development with Flask"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
|
@ -1300,7 +1300,7 @@ misp = ["python-magic", "pydeep"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.8"
|
python-versions = "^3.8"
|
||||||
content-hash = "45847baf6fb2e8963b6cea41ad681434dff4fb0948fd48864778f4865a14bd50"
|
content-hash = "d1deaa48e99cae9f6bf72a5f3d4df4260ae4938b6f3db6bdbe026a6b2c67ce72"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiohttp = [
|
aiohttp = [
|
||||||
|
@ -1529,8 +1529,8 @@ flask-login = [
|
||||||
{file = "Flask_Login-0.5.0-py2.py3-none-any.whl", hash = "sha256:7451b5001e17837ba58945aead261ba425fdf7b4f0448777e597ddab39f4fba0"},
|
{file = "Flask_Login-0.5.0-py2.py3-none-any.whl", hash = "sha256:7451b5001e17837ba58945aead261ba425fdf7b4f0448777e597ddab39f4fba0"},
|
||||||
]
|
]
|
||||||
flask-restx = [
|
flask-restx = [
|
||||||
{file = "flask-restx-0.5.0.tar.gz", hash = "sha256:7e9f7cd5e843dd653a71fafb7c8ce9d7b4fef29f982a2254b1e0ebb3fac1fe12"},
|
{file = "flask-restx-0.5.1.tar.gz", hash = "sha256:63c69a61999a34f1774eaccc6fc8c7f504b1aad7d56a8ec672264e52d9ac05f4"},
|
||||||
{file = "flask_restx-0.5.0-py2.py3-none-any.whl", hash = "sha256:c3c2b724e688c0a50ee5e78f2a508b7f0c34644f00f64170fa8a3d0cdc34f67a"},
|
{file = "flask_restx-0.5.1-py2.py3-none-any.whl", hash = "sha256:96157547acaa8892adcefd8c60abf9040212ac2a8634937a82946e07b46147fd"},
|
||||||
]
|
]
|
||||||
gunicorn = [
|
gunicorn = [
|
||||||
{file = "gunicorn-20.1.0.tar.gz", hash = "sha256:e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8"},
|
{file = "gunicorn-20.1.0.tar.gz", hash = "sha256:e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8"},
|
||||||
|
|
|
@ -22,17 +22,17 @@ classifiers = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
start_website = "bin.start_website:main"
|
|
||||||
start = "bin.start:main"
|
start = "bin.start:main"
|
||||||
|
stop = "bin.stop:main"
|
||||||
|
update = "bin.update:main"
|
||||||
|
rebuild_caches = "bin.rebuild_caches:main"
|
||||||
|
shutdown = "bin.shutdown:main"
|
||||||
run_backend = "bin.run_backend:main"
|
run_backend = "bin.run_backend:main"
|
||||||
async_capture = "bin.async_capture:main"
|
async_capture = "bin.async_capture:main"
|
||||||
shutdown = "bin.shutdown:main"
|
|
||||||
stop = "bin.stop:main"
|
|
||||||
rebuild_caches = "bin.rebuild_caches:main"
|
|
||||||
update = "bin.update:main"
|
|
||||||
background_indexer = "bin.background_indexer:main"
|
background_indexer = "bin.background_indexer:main"
|
||||||
archiver = "bin.archiver:main"
|
archiver = "bin.archiver:main"
|
||||||
processing = "bin.background_processing:main"
|
processing = "bin.background_processing:main"
|
||||||
|
start_website = "bin.start_website:main"
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
|
@ -60,7 +60,7 @@ pydeep = {version = "^0.4", optional = true}
|
||||||
Pillow = "^8.3.1"
|
Pillow = "^8.3.1"
|
||||||
lief = "^0.11.4"
|
lief = "^0.11.4"
|
||||||
Flask-Login = "^0.5.0"
|
Flask-Login = "^0.5.0"
|
||||||
flask-restx = "^0.5.0"
|
flask-restx = "^0.5.1"
|
||||||
hiredis = "^2.0.0"
|
hiredis = "^2.0.0"
|
||||||
rich = "^10.9.0"
|
rich = "^10.9.0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue