|
|
@@ -2143,6 +2143,25 @@ tokenizers = "*"
|
|
|
extra-proxy = ["azure-identity (>=1.15.0,<2.0.0)", "azure-keyvault-secrets (>=4.8.0,<5.0.0)", "google-cloud-kms (>=2.21.3,<3.0.0)", "prisma (==0.11.0)", "resend (>=0.8.0,<0.9.0)"]
|
|
|
proxy = ["PyJWT (>=2.8.0,<3.0.0)", "apscheduler (>=3.10.4,<4.0.0)", "backoff", "cryptography (>=43.0.1,<44.0.0)", "fastapi (>=0.115.5,<0.116.0)", "fastapi-sso (>=0.16.0,<0.17.0)", "gunicorn (>=22.0.0,<23.0.0)", "orjson (>=3.9.7,<4.0.0)", "pynacl (>=1.5.0,<2.0.0)", "python-multipart (>=0.0.18,<0.0.19)", "pyyaml (>=6.0.1,<7.0.0)", "rq", "uvicorn (>=0.29.0,<0.30.0)", "uvloop (>=0.21.0,<0.22.0)"]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "loguru"
|
|
|
+version = "0.7.3"
|
|
|
+description = "Python logging made (stupidly) simple"
|
|
|
+optional = false
|
|
|
+python-versions = "<4.0,>=3.5"
|
|
|
+groups = ["main"]
|
|
|
+files = [
|
|
|
+ {file = "loguru-0.7.3-py3-none-any.whl", hash = "sha256:31a33c10c8e1e10422bfd431aeb5d351c7cf7fa671e3c4df004162264b28220c"},
|
|
|
+ {file = "loguru-0.7.3.tar.gz", hash = "sha256:19480589e77d47b8d85b2c827ad95d49bf31b0dcde16593892eb51dd18706eb6"},
|
|
|
+]
|
|
|
+
|
|
|
+[package.dependencies]
|
|
|
+colorama = {version = ">=0.3.4", markers = "sys_platform == \"win32\""}
|
|
|
+win32-setctime = {version = ">=1.0.0", markers = "sys_platform == \"win32\""}
|
|
|
+
|
|
|
+[package.extras]
|
|
|
+dev = ["Sphinx (==8.1.3)", "build (==1.2.2)", "colorama (==0.4.5)", "colorama (==0.4.6)", "exceptiongroup (==1.1.3)", "freezegun (==1.1.0)", "freezegun (==1.5.0)", "mypy (==v0.910)", "mypy (==v0.971)", "mypy (==v1.13.0)", "mypy (==v1.4.1)", "myst-parser (==4.0.0)", "pre-commit (==4.0.1)", "pytest (==6.1.2)", "pytest (==8.3.2)", "pytest-cov (==2.12.1)", "pytest-cov (==5.0.0)", "pytest-cov (==6.0.0)", "pytest-mypy-plugins (==1.9.3)", "pytest-mypy-plugins (==3.1.0)", "sphinx-rtd-theme (==3.0.2)", "tox (==3.27.1)", "tox (==4.23.2)", "twine (==6.0.1)"]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "lxml"
|
|
|
version = "5.3.1"
|
|
|
@@ -4136,6 +4155,18 @@ files = [
|
|
|
[package.extras]
|
|
|
cli = ["click (>=5.0)"]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "python-multipart"
|
|
|
+version = "0.0.20"
|
|
|
+description = "A streaming multipart parser for Python"
|
|
|
+optional = false
|
|
|
+python-versions = ">=3.8"
|
|
|
+groups = ["main"]
|
|
|
+files = [
|
|
|
+ {file = "python_multipart-0.0.20-py3-none-any.whl", hash = "sha256:8a62d3a8335e06589fe01f2a3e178cdcc632f3fbe0d492ad9ee0ec35aab1f104"},
|
|
|
+ {file = "python_multipart-0.0.20.tar.gz", hash = "sha256:8dd0cab45b8e23064ae09147625994d090fa46f5b0d1e13af944c331a7fa9d13"},
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "python-pptx"
|
|
|
version = "1.0.2"
|
|
|
@@ -4830,14 +4861,15 @@ tqdm = "*"
|
|
|
|
|
|
[[package]]
|
|
|
name = "setuptools"
|
|
|
-version = "75.8.0"
|
|
|
+version = "75.8.2"
|
|
|
description = "Easily download, build, install, upgrade, and uninstall Python packages"
|
|
|
optional = false
|
|
|
python-versions = ">=3.9"
|
|
|
groups = ["main"]
|
|
|
+markers = "python_version >= \"3.12\""
|
|
|
files = [
|
|
|
- {file = "setuptools-75.8.0-py3-none-any.whl", hash = "sha256:e3982f444617239225d675215d51f6ba05f845d4eec313da4418fdbb56fb27e3"},
|
|
|
- {file = "setuptools-75.8.0.tar.gz", hash = "sha256:c5afc8f407c626b8313a86e10311dd3f661c6cd9c09d4bf8c15c0e11f9f2b0e6"},
|
|
|
+ {file = "setuptools-75.8.2-py3-none-any.whl", hash = "sha256:558e47c15f1811c1fa7adbd0096669bf76c1d3f433f58324df69f3f5ecac4e8f"},
|
|
|
+ {file = "setuptools-75.8.2.tar.gz", hash = "sha256:4880473a969e5f23f2a2be3646b2dfd84af9028716d398e46192f84bc36900d2"},
|
|
|
]
|
|
|
|
|
|
[package.extras]
|
|
|
@@ -5869,6 +5901,22 @@ docs = ["Sphinx (>=6.0)", "myst-parser (>=2.0.0)", "sphinx-rtd-theme (>=1.1.0)"]
|
|
|
optional = ["python-socks", "wsaccel"]
|
|
|
test = ["websockets"]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "win32-setctime"
|
|
|
+version = "1.2.0"
|
|
|
+description = "A small Python utility to set file creation time on Windows"
|
|
|
+optional = false
|
|
|
+python-versions = ">=3.5"
|
|
|
+groups = ["main"]
|
|
|
+markers = "sys_platform == \"win32\""
|
|
|
+files = [
|
|
|
+ {file = "win32_setctime-1.2.0-py3-none-any.whl", hash = "sha256:95d644c4e708aba81dc3704a116d8cbc974d70b3bdb8be1d150e36be6e9d1390"},
|
|
|
+ {file = "win32_setctime-1.2.0.tar.gz", hash = "sha256:ae1fdf948f5640aae05c511ade119313fb6a30d7eabe25fef9764dca5873c4c0"},
|
|
|
+]
|
|
|
+
|
|
|
+[package.extras]
|
|
|
+dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "xlsxwriter"
|
|
|
version = "3.2.2"
|
|
|
@@ -6246,5 +6294,5 @@ cffi = ["cffi (>=1.11)"]
|
|
|
|
|
|
[metadata]
|
|
|
lock-version = "2.1"
|
|
|
-python-versions = "3.12"
|
|
|
-content-hash = "8e7e98071910481d87f2c698eade5544d8fa0c84c8b7b64120a243ccbea6dd11"
|
|
|
+python-versions = "3.12.*"
|
|
|
+content-hash = "8c3ba2aeebbc2e7e7a8d4d8defb2228336d503ee1163cc73402b237b750fe1d1"
|