dev-libre-is/poetry.lock
2024-08-31 12:28:41 -06:00

1057 lines
26 KiB
TOML

[[package]]
category = "main"
description = "A light, configurable Sphinx theme"
name = "alabaster"
optional = false
python-versions = ">=3.9"
version = "0.7.16"
[[package]]
category = "main"
description = "High level compatibility layer for multiple asynchronous event loop implementations"
name = "anyio"
optional = false
python-versions = ">=3.8"
version = "4.4.0"
[package.dependencies]
idna = ">=2.8"
sniffio = ">=1.1"
[package.dependencies.exceptiongroup]
python = "<3.11"
version = ">=1.0.2"
[package.dependencies.typing-extensions]
python = "<3.11"
version = ">=4.1"
[package.extras]
doc = ["packaging", "Sphinx (>=7)", "sphinx-rtd-theme", "sphinx-autodoc-typehints (>=1.2.0)"]
test = ["anyio", "coverage (>=7)", "exceptiongroup (>=1.2.0)", "hypothesis (>=4.0)", "psutil (>=5.9)", "pytest (>=7.0)", "pytest-mock (>=3.6.1)", "trustme", "uvloop (>=0.17)"]
trio = ["trio (>=0.23)"]
[[package]]
category = "dev"
description = "Classes Without Boilerplate"
name = "attrs"
optional = false
python-versions = ">=3.7"
version = "24.2.0"
[package.extras]
benchmark = ["cloudpickle", "hypothesis", "mypy (>=1.11.1)", "pympler", "pytest-codspeed", "pytest-mypy-plugins", "pytest-xdist", "pytest (>=4.3.0)"]
cov = ["cloudpickle", "coverage (>=5.3)", "hypothesis", "mypy (>=1.11.1)", "pympler", "pytest-mypy-plugins", "pytest-xdist", "pytest (>=4.3.0)"]
dev = ["cloudpickle", "hypothesis", "mypy (>=1.11.1)", "pre-commit", "pympler", "pytest-mypy-plugins", "pytest-xdist", "pytest (>=4.3.0)"]
docs = ["cogapp", "furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-towncrier", "towncrier (<24.7)"]
tests = ["cloudpickle", "hypothesis", "mypy (>=1.11.1)", "pympler", "pytest-mypy-plugins", "pytest-xdist", "pytest (>=4.3.0)"]
tests-mypy = ["mypy (>=1.11.1)", "pytest-mypy-plugins"]
[[package]]
category = "main"
description = "Internationalization utilities"
name = "babel"
optional = false
python-versions = ">=3.8"
version = "2.16.0"
[package.extras]
dev = ["pytest (>=6.0)", "pytest-cov", "freezegun (>=1.0,<2.0)"]
[[package]]
category = "dev"
description = "The uncompromising code formatter."
name = "black"
optional = false
python-versions = ">=3.8"
version = "24.8.0"
[package.dependencies]
click = ">=8.0.0"
mypy-extensions = ">=0.4.3"
packaging = ">=22.0"
pathspec = ">=0.9.0"
platformdirs = ">=2"
[package.dependencies.tomli]
python = "<3.11"
version = ">=1.1.0"
[package.dependencies.typing-extensions]
python = "<3.11"
version = ">=4.0.1"
[package.extras]
colorama = ["colorama (>=0.4.3)"]
d = ["aiohttp (>=3.7.4,<3.9.0 || >3.9.0)", "aiohttp (>=3.7.4)"]
jupyter = ["ipython (>=7.8.0)", "tokenize-rt (>=3.2.0)"]
uvloop = ["uvloop (>=0.15.2)"]
[[package]]
category = "dev"
description = "httplib2 caching for requests"
name = "cachecontrol"
optional = false
python-versions = ">=3.6"
version = "0.12.14"
[package.dependencies]
msgpack = ">=0.5.2"
requests = "*"
[package.dependencies.lockfile]
optional = true
version = ">=0.9"
[package.extras]
filecache = ["lockfile (>=0.9)"]
redis = ["redis (>=2.10.5)"]
[[package]]
category = "dev"
description = "Cachy provides a simple yet effective caching library."
name = "cachy"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "0.3.0"
[package.extras]
memcached = ["python-memcached (>=1.59,<2.0)"]
msgpack = ["msgpack-python (>=0.5,<0.6)"]
redis = ["redis (>=3.3.6,<4.0.0)"]
[[package]]
category = "main"
description = "Python package for providing Mozilla's CA Bundle."
name = "certifi"
optional = false
python-versions = ">=3.6"
version = "2024.8.30"
[[package]]
category = "dev"
description = "Foreign Function Interface for Python calling C code."
marker = "python_version >= \"3.5\" and python_version < \"4.0\" and sys_platform == \"linux\" and platform_python_implementation != \"PyPy\""
name = "cffi"
optional = false
python-versions = ">=3.8"
version = "1.17.0"
[package.dependencies]
pycparser = "*"
[[package]]
category = "main"
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
name = "charset-normalizer"
optional = false
python-versions = ">=3.7.0"
version = "3.3.2"
[[package]]
category = "dev"
description = "Cleo allows you to create beautiful and testable command-line interfaces."
name = "cleo"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "0.7.6"
[package.dependencies]
clikit = ">=0.4.0,<0.5.0"
[[package]]
category = "main"
description = "Composable command line interface toolkit"
name = "click"
optional = false
python-versions = ">=3.7"
version = "8.1.7"
[package.dependencies]
colorama = "*"
[[package]]
category = "dev"
description = "CliKit is a group of utilities to build beautiful and testable command line interfaces."
name = "clikit"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "0.4.3"
[package.dependencies]
pastel = ">=0.2.0,<0.3.0"
pylev = ">=1.3,<2.0"
[[package]]
category = "main"
description = "Cross-platform colored terminal text."
name = "colorama"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
version = "0.4.6"
[[package]]
category = "dev"
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
marker = "python_version >= \"3.5\" and python_version < \"4.0\" and sys_platform == \"linux\""
name = "cryptography"
optional = false
python-versions = ">=3.7"
version = "43.0.0"
[package.dependencies]
cffi = ">=1.12"
[package.extras]
docs = ["sphinx (>=5.3.0)", "sphinx-rtd-theme (>=1.1.1)"]
docstest = ["pyenchant (>=1.6.11)", "readme-renderer", "sphinxcontrib-spelling (>=4.0.1)"]
nox = ["nox"]
pep8test = ["ruff", "mypy", "check-sdist", "click"]
sdist = ["build"]
ssh = ["bcrypt (>=3.1.5)"]
test = ["cryptography-vectors (43.0.0)", "pytest (>=6.2.0)", "pytest-benchmark", "pytest-cov", "pytest-xdist", "pretend", "certifi"]
test-randomorder = ["pytest-randomly"]
[[package]]
category = "main"
description = "Docutils -- Python Documentation Utilities"
name = "docutils"
optional = false
python-versions = ">=3.7"
version = "0.20.1"
[[package]]
category = "main"
description = "Backport of PEP 654 (exception groups)"
marker = "python_version < \"3.11\""
name = "exceptiongroup"
optional = false
python-versions = ">=3.7"
version = "1.2.2"
[package.extras]
test = ["pytest (>=6)"]
[[package]]
category = "main"
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
name = "h11"
optional = false
python-versions = ">=3.7"
version = "0.14.0"
[[package]]
category = "dev"
description = "HTML parser based on the WHATWG HTML specification"
name = "html5lib"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
version = "1.1"
[package.dependencies]
six = ">=1.9"
webencodings = "*"
[package.extras]
all = ["genshi", "chardet (>=2.2)", "lxml"]
chardet = ["chardet (>=2.2)"]
genshi = ["genshi"]
lxml = ["lxml"]
[[package]]
category = "main"
description = "Internationalized Domain Names in Applications (IDNA)"
name = "idna"
optional = false
python-versions = ">=3.6"
version = "3.8"
[[package]]
category = "main"
description = "Getting image size from png/jpeg/jpeg2000/gif file"
name = "imagesize"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "1.4.1"
[[package]]
category = "dev"
description = "Low-level, pure Python DBus protocol wrapper."
marker = "python_version >= \"3.5\" and python_version < \"4.0\" and sys_platform == \"linux\""
name = "jeepney"
optional = false
python-versions = ">=3.7"
version = "0.8.0"
[package.extras]
test = ["pytest", "pytest-trio", "pytest-asyncio (>=0.17)", "testpath", "trio", "async-timeout"]
trio = ["trio", "async-generator"]
[[package]]
category = "main"
description = "A very fast and expressive template engine."
name = "jinja2"
optional = false
python-versions = ">=3.7"
version = "3.1.4"
[package.dependencies]
MarkupSafe = ">=2.0"
[package.extras]
i18n = ["Babel (>=2.7)"]
[[package]]
category = "dev"
description = "An implementation of JSON Schema validation for Python"
name = "jsonschema"
optional = false
python-versions = "*"
version = "3.2.0"
[package.dependencies]
attrs = ">=17.4.0"
pyrsistent = ">=0.14.0"
setuptools = "*"
six = ">=1.11.0"
[package.extras]
format = ["idna", "jsonpointer (>1.13)", "rfc3987", "strict-rfc3339", "webcolors"]
format_nongpl = ["idna", "jsonpointer (>1.13)", "webcolors", "rfc3986-validator (>0.1.0)", "rfc3339-validator"]
[[package]]
category = "dev"
description = "Store and access your passwords safely."
marker = "python_version >= \"3.5\" and python_version < \"4.0\""
name = "keyring"
optional = false
python-versions = ">=3.5"
version = "20.0.1"
[package.dependencies]
pywin32-ctypes = "<0.1.0 || >0.1.0,<0.1.1 || >0.1.1"
secretstorage = "*"
[package.extras]
docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
testing = ["pytest (>=3.5,<3.7.3 || >3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pytest-black-multipy", "pytest-cov"]
[[package]]
category = "dev"
description = "Platform-independent file locking module"
name = "lockfile"
optional = false
python-versions = "*"
version = "0.12.2"
[[package]]
category = "main"
description = "Python implementation of John Gruber's Markdown."
name = "markdown"
optional = false
python-versions = ">=3.8"
version = "3.7"
[package.extras]
docs = ["mkdocs (>=1.5)", "mkdocs-nature (>=0.6)", "mdx-gh-links (>=0.2)", "mkdocstrings", "mkdocs-gen-files", "mkdocs-section-index", "mkdocs-literate-nav"]
testing = ["coverage", "pyyaml"]
[[package]]
category = "main"
description = "Safely add untrusted strings to HTML/XML markup."
name = "markupsafe"
optional = false
python-versions = ">=3.7"
version = "2.1.5"
[[package]]
category = "dev"
description = "MessagePack serializer"
name = "msgpack"
optional = false
python-versions = ">=3.8"
version = "1.0.8"
[[package]]
category = "dev"
description = "Type system extensions for programs checked with the mypy type checker."
name = "mypy-extensions"
optional = false
python-versions = ">=3.5"
version = "1.0.0"
[[package]]
category = "main"
description = "Core utilities for Python packages"
name = "packaging"
optional = false
python-versions = ">=3.8"
version = "24.1"
[[package]]
category = "dev"
description = "Bring colors to your terminal."
name = "pastel"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "0.2.1"
[[package]]
category = "dev"
description = "Utility library for gitignore style pattern matching of file paths."
name = "pathspec"
optional = false
python-versions = ">=3.8"
version = "0.12.1"
[[package]]
category = "dev"
description = "Pexpect allows easy control of interactive console applications."
name = "pexpect"
optional = false
python-versions = "*"
version = "4.9.0"
[package.dependencies]
ptyprocess = ">=0.5"
[[package]]
category = "dev"
description = "Query metadata from sdists / bdists / installed packages."
name = "pkginfo"
optional = false
python-versions = ">=3.8"
version = "1.11.1"
[package.extras]
testing = ["pytest", "pytest-cov", "wheel"]
[[package]]
category = "dev"
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`."
name = "platformdirs"
optional = false
python-versions = ">=3.8"
version = "4.2.2"
[package.extras]
docs = ["furo (>=2023.9.10)", "proselint (>=0.13)", "sphinx-autodoc-typehints (>=1.25.2)", "sphinx (>=7.2.6)"]
test = ["appdirs (1.4.4)", "covdefaults (>=2.3)", "pytest-cov (>=4.1)", "pytest-mock (>=3.12)", "pytest (>=7.4.3)"]
type = ["mypy (>=1.8)"]
[[package]]
category = "dev"
description = "Python dependency management and packaging made easy."
name = "poetry"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "1.0.10"
[package.dependencies]
cachy = ">=0.3.0,<0.4.0"
cleo = ">=0.7.6,<0.8.0"
clikit = ">=0.4.2,<0.5.0"
html5lib = ">=1.0,<2.0"
jsonschema = ">=3.1,<4.0"
pexpect = ">=4.7.0,<5.0.0"
pkginfo = ">=1.4,<2.0"
pyparsing = ">=2.2,<3.0"
pyrsistent = ">=0.14.2,<0.15.0"
requests = ">=2.18,<3.0"
requests-toolbelt = ">=0.8.0,<0.9.0"
shellingham = ">=1.1,<2.0"
tomlkit = ">=0.5.11,<0.6.0"
[package.dependencies.cachecontrol]
extras = ["filecache"]
version = ">=0.12.4,<0.13.0"
[package.dependencies.keyring]
python = ">=3.5,<4.0"
version = ">=20.0.1,<21.0.0"
[[package]]
category = "main"
description = "A library to manipulate gettext files (po and mo files)."
name = "polib"
optional = false
python-versions = "*"
version = "1.2.0"
[[package]]
category = "dev"
description = "Run a subprocess in a pseudo terminal"
name = "ptyprocess"
optional = false
python-versions = "*"
version = "0.7.0"
[[package]]
category = "main"
description = "ISO country, subdivision, language, currency and script definitions and their translations"
name = "pycountry"
optional = false
python-versions = ">=3.8"
version = "24.6.1"
[[package]]
category = "dev"
description = "C parser in Python"
marker = "python_version >= \"3.5\" and python_version < \"4.0\" and sys_platform == \"linux\" and platform_python_implementation != \"PyPy\""
name = "pycparser"
optional = false
python-versions = ">=3.8"
version = "2.22"
[[package]]
category = "main"
description = "Pygments is a syntax highlighting package written in Python."
name = "pygments"
optional = false
python-versions = ">=3.8"
version = "2.18.0"
[package.extras]
windows-terminal = ["colorama (>=0.4.6)"]
[[package]]
category = "dev"
description = "A pure Python Levenshtein implementation that's not freaking GPL'd."
name = "pylev"
optional = false
python-versions = "*"
version = "1.4.0"
[[package]]
category = "dev"
description = "Python parsing module"
name = "pyparsing"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
version = "2.4.7"
[[package]]
category = "dev"
description = "Help visualize profiling data from cProfile with kcachegrind and qcachegrind"
name = "pyprof2calltree"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "1.4.5"
[[package]]
category = "dev"
description = "Persistent/Functional/Immutable data structures"
name = "pyrsistent"
optional = false
python-versions = "*"
version = "0.14.11"
[package.dependencies]
six = "*"
[[package]]
category = "dev"
description = "A (partial) reimplementation of pywin32 using ctypes/cffi"
marker = "python_version >= \"3.5\" and python_version < \"4.0\" and sys_platform == \"win32\""
name = "pywin32-ctypes"
optional = false
python-versions = ">=3.6"
version = "0.2.3"
[[package]]
category = "main"
description = "Python HTTP for Humans."
name = "requests"
optional = false
python-versions = ">=3.8"
version = "2.32.3"
[package.dependencies]
certifi = ">=2017.4.17"
charset-normalizer = ">=2,<4"
idna = ">=2.5,<4"
urllib3 = ">=1.21.1,<3"
[package.extras]
socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7)"]
use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
[[package]]
category = "dev"
description = "A utility belt for advanced users of python-requests"
name = "requests-toolbelt"
optional = false
python-versions = "*"
version = "0.8.0"
[package.dependencies]
requests = ">=2.0.1,<3.0.0"
[[package]]
category = "dev"
description = "Python bindings to FreeDesktop.org Secret Service API"
marker = "python_version >= \"3.5\" and python_version < \"4.0\" and sys_platform == \"linux\""
name = "secretstorage"
optional = false
python-versions = ">=3.6"
version = "3.3.3"
[package.dependencies]
cryptography = ">=2.0"
jeepney = ">=0.6"
[[package]]
category = "main"
description = "the blessed package to manage your versions by scm tags"
name = "setuptools-scm"
optional = false
python-versions = ">=3.8"
version = "8.1.0"
[package.dependencies]
packaging = ">=20"
setuptools = "*"
[package.dependencies.tomli]
python = "<3.11"
version = ">=1"
[package.extras]
docs = ["entangled-cli (>=2.0,<3.0)", "mkdocs", "mkdocs-entangled-plugin", "mkdocs-material", "mkdocstrings", "pygments"]
rich = ["rich"]
test = ["build", "pytest", "rich", "wheel", "typing-extensions"]
[[package]]
category = "dev"
description = "Tool to Detect Surrounding Shell"
name = "shellingham"
optional = false
python-versions = ">=3.7"
version = "1.5.4"
[[package]]
category = "dev"
description = "Python 2 and 3 compatibility utilities"
name = "six"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
version = "1.16.0"
[[package]]
category = "main"
description = "Sniff out which async library your code is running under"
name = "sniffio"
optional = false
python-versions = ">=3.7"
version = "1.3.1"
[[package]]
category = "main"
description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms."
name = "snowballstemmer"
optional = false
python-versions = "*"
version = "2.2.0"
[[package]]
category = "main"
description = "Python documentation generator"
name = "sphinx"
optional = false
python-versions = ">=3.9"
version = "7.4.7"
[package.dependencies]
Jinja2 = ">=3.1"
Pygments = ">=2.17"
alabaster = ">=0.7.14,<0.8.0"
babel = ">=2.13"
colorama = ">=0.4.6"
docutils = ">=0.20,<0.22"
imagesize = ">=1.3"
packaging = ">=23.0"
requests = ">=2.30.0"
snowballstemmer = ">=2.2"
sphinxcontrib-applehelp = "*"
sphinxcontrib-devhelp = "*"
sphinxcontrib-htmlhelp = ">=2.0.0"
sphinxcontrib-jsmath = "*"
sphinxcontrib-qthelp = "*"
sphinxcontrib-serializinghtml = ">=1.1.9"
[package.dependencies.tomli]
python = "<3.11"
version = ">=2"
[package.extras]
docs = ["sphinxcontrib-websupport"]
lint = ["flake8 (>=6.0)", "ruff (0.5.2)", "mypy (1.10.1)", "sphinx-lint (>=0.9)", "types-docutils (0.21.0.20240711)", "types-requests (>=2.30.0)", "importlib-metadata (>=6.0)", "tomli (>=2)", "pytest (>=6.0)"]
test = ["pytest (>=8.0)", "defusedxml (>=0.7.1)", "cython (>=3.0)", "setuptools (>=70.0)", "typing_extensions (>=4.9)"]
[[package]]
category = "main"
description = "Rebuild Sphinx documentation on changes, with hot reloading in the browser."
name = "sphinx-autobuild"
optional = false
python-versions = ">=3.9"
version = "2024.4.16"
[package.dependencies]
colorama = "*"
sphinx = "*"
starlette = ">=0.35"
uvicorn = ">=0.25"
watchfiles = ">=0.20"
websockets = ">=11"
[package.extras]
test = ["pytest (>=6)"]
[[package]]
category = "main"
description = "Type hints (PEP 484) support for the Sphinx autodoc extension"
name = "sphinx-autodoc-typehints"
optional = false
python-versions = ">=3.9"
version = "2.3.0"
[package.dependencies]
sphinx = ">=7.3.5"
[package.extras]
docs = ["furo (>=2024.1.29)"]
numpy = ["nptyping (>=2.5)"]
testing = ["covdefaults (>=2.3)", "coverage (>=7.4.4)", "defusedxml (>=0.7.1)", "diff-cover (>=9)", "pytest-cov (>=5)", "pytest (>=8.1.1)", "sphobjinv (>=2.3.1)", "typing-extensions (>=4.11)"]
[[package]]
category = "main"
description = "Sphinx utility that make it easy to translate and to apply translation."
name = "sphinx-intl"
optional = false
python-versions = ">=3.7"
version = "2.2.0"
[package.dependencies]
babel = "*"
click = "*"
setuptools = "*"
sphinx = "*"
[package.extras]
test = ["pytest", "mock"]
[[package]]
category = "main"
description = "Sphinx extension to build a 404 page with absolute URLs"
name = "sphinx-notfound-page"
optional = false
python-versions = ">=3.8"
version = "1.0.4"
[package.dependencies]
sphinx = ">=5"
[package.extras]
doc = ["sphinx-tabs", "sphinx-rtd-theme", "sphinxemoji", "sphinx-autoapi"]
test = ["tox"]
[[package]]
category = "main"
description = "Read the Docs theme for Sphinx"
name = "sphinx-rtd-theme"
optional = false
python-versions = ">=3.6"
version = "2.0.0"
[package.dependencies]
docutils = "<0.21"
sphinx = ">=5,<8"
sphinxcontrib-jquery = ">=4,<5"
[package.extras]
dev = ["transifex-client", "sphinxcontrib-httpdomain", "bump2version", "wheel"]
[[package]]
category = "main"
description = "sphinxcontrib-applehelp is a Sphinx extension which outputs Apple help books"
name = "sphinxcontrib-applehelp"
optional = false
python-versions = ">=3.9"
version = "2.0.0"
[package.extras]
lint = ["ruff (0.5.5)", "mypy", "types-docutils"]
standalone = ["Sphinx (>=5)"]
test = ["pytest"]
[[package]]
category = "main"
description = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp documents"
name = "sphinxcontrib-devhelp"
optional = false
python-versions = ">=3.9"
version = "2.0.0"
[package.extras]
lint = ["ruff (0.5.5)", "mypy", "types-docutils"]
standalone = ["Sphinx (>=5)"]
test = ["pytest"]
[[package]]
category = "main"
description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files"
name = "sphinxcontrib-htmlhelp"
optional = false
python-versions = ">=3.9"
version = "2.1.0"
[package.extras]
lint = ["ruff (0.5.5)", "mypy", "types-docutils"]
standalone = ["Sphinx (>=5)"]
test = ["pytest", "html5lib"]
[[package]]
category = "main"
description = "Extension to include jQuery on newer Sphinx releases"
name = "sphinxcontrib-jquery"
optional = false
python-versions = ">=2.7"
version = "4.1"
[package.dependencies]
Sphinx = ">=1.8"
[[package]]
category = "main"
description = "A sphinx extension which renders display math in HTML via JavaScript"
name = "sphinxcontrib-jsmath"
optional = false
python-versions = ">=3.5"
version = "1.0.1"
[package.extras]
test = ["pytest", "flake8", "mypy"]
[[package]]
category = "main"
description = "Yet another markdown processor for Sphinx"
name = "sphinxcontrib-markdown"
optional = false
python-versions = "*"
version = "0.1.0"
[package.dependencies]
Markdown = "*"
Sphinx = ">=0.6"
[[package]]
category = "main"
description = "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp documents"
name = "sphinxcontrib-qthelp"
optional = false
python-versions = ">=3.9"
version = "2.0.0"
[package.extras]
lint = ["ruff (0.5.5)", "mypy", "types-docutils"]
standalone = ["Sphinx (>=5)"]
test = ["pytest", "defusedxml (>=0.7.1)"]
[[package]]
category = "main"
description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle)"
name = "sphinxcontrib-serializinghtml"
optional = false
python-versions = ">=3.9"
version = "2.0.0"
[package.extras]
lint = ["ruff (0.5.5)", "mypy", "types-docutils"]
standalone = ["Sphinx (>=5)"]
test = ["pytest"]
[[package]]
category = "main"
description = "The little ASGI library that shines."
name = "starlette"
optional = false
python-versions = ">=3.8"
version = "0.38.2"
[package.dependencies]
anyio = ">=3.4.0,<5"
[package.extras]
full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.7)", "pyyaml"]
[[package]]
category = "main"
description = "A lil' TOML parser"
marker = "python_version < \"3.11\""
name = "tomli"
optional = false
python-versions = ">=3.7"
version = "2.0.1"
[[package]]
category = "dev"
description = "Style preserving TOML library"
name = "tomlkit"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "0.5.11"
[[package]]
category = "main"
description = "Backported and Experimental Type Hints for Python 3.8+"
marker = "python_version < \"3.11\""
name = "typing-extensions"
optional = false
python-versions = ">=3.8"
version = "4.12.2"
[[package]]
category = "main"
description = "HTTP library with thread-safe connection pooling, file post, and more."
name = "urllib3"
optional = false
python-versions = ">=3.8"
version = "2.2.2"
[package.extras]
brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)"]
h2 = ["h2 (>=4,<5)"]
socks = ["pysocks (>=1.5.6,<1.5.7 || >1.5.7,<2.0)"]
zstd = ["zstandard (>=0.18.0)"]
[[package]]
category = "main"
description = "The lightning-fast ASGI server."
name = "uvicorn"
optional = false
python-versions = ">=3.8"
version = "0.30.6"
[package.dependencies]
click = ">=7.0"
h11 = ">=0.8"
[package.dependencies.typing-extensions]
python = "<3.11"
version = ">=4.0"
[package.extras]
standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,<0.15.0 || >0.15.0,<0.15.1 || >0.15.1)", "watchfiles (>=0.13)", "websockets (>=10.4)"]
[[package]]
category = "main"
description = "Simple, modern and high performance file watching and code reload in python."
name = "watchfiles"
optional = false
python-versions = ">=3.8"
version = "0.24.0"
[package.dependencies]
anyio = ">=3.0.0"
[[package]]
category = "dev"
description = "Character encoding aliases for legacy web content"
name = "webencodings"
optional = false
python-versions = "*"
version = "0.5.1"
[[package]]
category = "main"
description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)"
name = "websockets"
optional = false
python-versions = ">=3.8"
version = "13.0.1"
[metadata]
content-hash = "c4126ef307e95f9be7e412c0ca32cea1231149beaf564a7b9343e29dba671068"
lock-version = "1.0"
python-versions = ">=3.10"
[metadata.files]
alabaster = []
anyio = []
attrs = []
babel = []
black = []
cachecontrol = []
cachy = []
certifi = []
cffi = []
charset-normalizer = []
cleo = []
click = []
clikit = []
colorama = []
cryptography = []
docutils = []
exceptiongroup = []
h11 = []
html5lib = []
idna = []
imagesize = []
jeepney = []
jinja2 = []
jsonschema = []
keyring = []
lockfile = []
markdown = []
markupsafe = []
msgpack = []
mypy-extensions = []
packaging = []
pastel = []
pathspec = []
pexpect = []
pkginfo = []
platformdirs = []
poetry = []
polib = []
ptyprocess = []
pycountry = []
pycparser = []
pygments = []
pylev = []
pyparsing = []
pyprof2calltree = []
pyrsistent = []
pywin32-ctypes = []
requests = []
requests-toolbelt = []
secretstorage = []
setuptools-scm = []
shellingham = []
six = []
sniffio = []
snowballstemmer = []
sphinx = []
sphinx-autobuild = []
sphinx-autodoc-typehints = []
sphinx-intl = []
sphinx-notfound-page = []
sphinx-rtd-theme = []
sphinxcontrib-applehelp = []
sphinxcontrib-devhelp = []
sphinxcontrib-htmlhelp = []
sphinxcontrib-jquery = []
sphinxcontrib-jsmath = []
sphinxcontrib-markdown = []
sphinxcontrib-qthelp = []
sphinxcontrib-serializinghtml = []
starlette = []
tomli = []
tomlkit = []
typing-extensions = []
urllib3 = []
uvicorn = []
watchfiles = []
webencodings = []
websockets = []