|
|
|
|
@ -52,8 +52,10 @@ files = [
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
exceptiongroup = {version = ">=1.0.2", markers = "python_version < \"3.11\""}
|
|
|
|
|
idna = ">=2.8"
|
|
|
|
|
sniffio = ">=1.1"
|
|
|
|
|
typing-extensions = {version = ">=4.1", markers = "python_version < \"3.11\""}
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
doc = ["Sphinx (>=7)", "packaging", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx-rtd-theme"]
|
|
|
|
|
@ -97,6 +99,8 @@ mypy-extensions = ">=0.4.3"
|
|
|
|
|
packaging = ">=22.0"
|
|
|
|
|
pathspec = ">=0.9.0"
|
|
|
|
|
platformdirs = ">=2"
|
|
|
|
|
tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""}
|
|
|
|
|
typing-extensions = {version = ">=4.0.1", markers = "python_version < \"3.11\""}
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
colorama = ["colorama (>=0.4.3)"]
|
|
|
|
|
@ -653,6 +657,20 @@ files = [
|
|
|
|
|
{file = "easydict-1.11.tar.gz", hash = "sha256:dcb1d2ed28eb300c8e46cd371340373abc62f7c14d6dea74fdfc6f1069061c78"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "exceptiongroup"
|
|
|
|
|
version = "1.2.0"
|
|
|
|
|
description = "Backport of PEP 654 (exception groups)"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
files = [
|
|
|
|
|
{file = "exceptiongroup-1.2.0-py3-none-any.whl", hash = "sha256:4bfd3996ac73b41e9b9628b04e079f193850720ea5945fc96a08633c66912f14"},
|
|
|
|
|
{file = "exceptiongroup-1.2.0.tar.gz", hash = "sha256:91f5c769735f051a4290d52edd0858999b57e5876e9f85937691bd4c9fa3ed68"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
test = ["pytest (>=6)"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "fastapi"
|
|
|
|
|
version = "0.95.2"
|
|
|
|
|
@ -915,7 +933,10 @@ files = [
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
cffi = {version = ">=1.12.2", markers = "platform_python_implementation == \"CPython\" and sys_platform == \"win32\""}
|
|
|
|
|
greenlet = {version = ">=3.0rc3", markers = "platform_python_implementation == \"CPython\" and python_version >= \"3.11\""}
|
|
|
|
|
greenlet = [
|
|
|
|
|
{version = ">=3.0rc3", markers = "platform_python_implementation == \"CPython\" and python_version >= \"3.11\""},
|
|
|
|
|
{version = ">=2.0.0", markers = "platform_python_implementation == \"CPython\" and python_version < \"3.11\""},
|
|
|
|
|
]
|
|
|
|
|
"zope.event" = "*"
|
|
|
|
|
"zope.interface" = "*"
|
|
|
|
|
|
|
|
|
|
@ -1833,6 +1854,7 @@ files = [
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
mypy-extensions = ">=1.0.0"
|
|
|
|
|
tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""}
|
|
|
|
|
typing-extensions = ">=4.1.0"
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
@ -2014,7 +2036,11 @@ files = [
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
numpy = {version = ">=1.23.5", markers = "python_version >= \"3.11\""}
|
|
|
|
|
numpy = [
|
|
|
|
|
{version = ">=1.23.5", markers = "python_version >= \"3.11\""},
|
|
|
|
|
{version = ">=1.21.4", markers = "python_version >= \"3.10\" and platform_system == \"Darwin\" and python_version < \"3.11\""},
|
|
|
|
|
{version = ">=1.21.2", markers = "platform_system != \"Darwin\" and python_version >= \"3.10\" and python_version < \"3.11\""},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "orjson"
|
|
|
|
|
@ -2387,9 +2413,11 @@ files = [
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
colorama = {version = "*", markers = "sys_platform == \"win32\""}
|
|
|
|
|
exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""}
|
|
|
|
|
iniconfig = "*"
|
|
|
|
|
packaging = "*"
|
|
|
|
|
pluggy = ">=0.12,<2.0"
|
|
|
|
|
tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""}
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"]
|
|
|
|
|
@ -3513,5 +3541,5 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|
|
|
|
|
|
|
|
|
[metadata]
|
|
|
|
|
lock-version = "2.0"
|
|
|
|
|
python-versions = "=3.11.*"
|
|
|
|
|
content-hash = "dbd6985df091bcf647f0e3739d9bddd5b146d94494b2f8b574b3fbd7279a6a10"
|
|
|
|
|
python-versions = ">=3.10,<3.12"
|
|
|
|
|
content-hash = "50692ad0259ad0c541e5fe8727160223ab75a0194fa84e1bd321b061acae9f1c"
|
|
|
|
|
|