feat/auth #6

Merged
quadfaselt merged 2 commits from feat/auth into main 2024-09-03 14:07:39 +00:00
2 changed files with 21 additions and 1 deletions
Showing only changes of commit 0b7a8218e7 - Show all commits

21
poetry.lock generated
View File

@@ -294,6 +294,25 @@ dev = ["PyYAML (>=5.4.1)", "coloredlogs (>=15.0.1)", "fire (>=0.4.0)"]
diskcache = ["diskcache (>=5.2.1)", "multiprocess (>=0.70.12)", "psutil (>=5.8.0)"] diskcache = ["diskcache (>=5.2.1)", "multiprocess (>=0.70.12)", "psutil (>=5.8.0)"]
testing = ["beautifulsoup4 (>=4.8.2)", "cryptography", "dash-testing-stub (>=0.0.2)", "lxml (>=4.6.2)", "multiprocess (>=0.70.12)", "percy (>=2.0.2)", "psutil (>=5.8.0)", "pytest (>=6.0.2)", "requests[security] (>=2.21.0)", "selenium (>=3.141.0,<=4.2.0)", "waitress (>=1.4.4)"] testing = ["beautifulsoup4 (>=4.8.2)", "cryptography", "dash-testing-stub (>=0.0.2)", "lxml (>=4.6.2)", "multiprocess (>=0.70.12)", "percy (>=2.0.2)", "psutil (>=5.8.0)", "pytest (>=6.0.2)", "requests[security] (>=2.21.0)", "selenium (>=3.141.0,<=4.2.0)", "waitress (>=1.4.4)"]
[[package]]
name = "dash-auth"
version = "2.3.0"
description = "Dash Authorization Package."
optional = false
python-versions = ">=3.8"
files = [
{file = "dash_auth-2.3.0-py3-none-any.whl", hash = "sha256:2fa72d4ee128b4f9cf0c958157a986ffcd0b93d43b54d64e3cef5976ab7e0abe"},
{file = "dash_auth-2.3.0.tar.gz", hash = "sha256:72df43248c15e121f8d5d710981e880deb2df546b564f2951a10ca50d7d92f6d"},
]
[package.dependencies]
dash = ">=1.1.1"
flask = "*"
werkzeug = "*"
[package.extras]
oidc = ["authlib"]
[[package]] [[package]]
name = "dash-core-components" name = "dash-core-components"
version = "2.0.0" version = "2.0.0"
@@ -2143,4 +2162,4 @@ type = ["pytest-mypy"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "a6af9cf3858b3e05a3ac81716c79d6a3ed8e797da13391b2fc3e8c383741d00b" content-hash = "ba2dd726c43c7c463de4924ac99d989972a002033106b6918824eaee0100bb03"

View File

@@ -35,6 +35,7 @@ gunicorn = "^23.0.0"
pyodbc = "^5.1.0" pyodbc = "^5.1.0"
pandas = "^2.2.2" pandas = "^2.2.2"
openai = "^1.43.0" openai = "^1.43.0"
dash-auth = "^2.3.0"
[tool.poetry.group.docs.dependencies] [tool.poetry.group.docs.dependencies]
mkdocs = "^1.6.0" mkdocs = "^1.6.0"