cmsmanage/pdm.lock

2647 lines
96 KiB
Plaintext
Raw Normal View History

2023-02-02 22:33:13 -05:00
# This file is @generated by PDM.
# It is not intended for manual editing.
2023-09-07 10:54:59 -04:00
[metadata]
groups = ["default", "debug", "dev", "lint", "server", "typing"]
strategy = ["inherit_metadata"]
lock_version = "4.5.0"
content_hash = "sha256:3426371550c0b7215623ca93958c30dfa60f948c234edfdea80e7a43941abfc7"
[[metadata.targets]]
requires_python = "==3.11.*"
platform = "manylinux_2_36_x86_64"
implementation = "cpython"
gil_disabled = false
[[package]]
name = "aiohappyeyeballs"
version = "2.4.4"
2024-11-04 01:02:17 -05:00
requires_python = ">=3.8"
summary = "Happy Eyeballs for asyncio"
groups = ["default"]
marker = "python_version == \"3.11\""
files = [
{file = "aiohappyeyeballs-2.4.4-py3-none-any.whl", hash = "sha256:a980909d50efcd44795c4afeca523296716d50cd756ddca6af8c65b996e27de8"},
{file = "aiohappyeyeballs-2.4.4.tar.gz", hash = "sha256:5fdd7d87889c63183afc18ce9271f9b0a7d32c2303e394468dd45d514a757745"},
]
[[package]]
name = "aiohttp"
version = "3.11.10"
requires_python = ">=3.9"
summary = "Async http client/server framework (asyncio)"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"aiohappyeyeballs>=2.3.0",
"aiosignal>=1.1.2",
"async-timeout<6.0,>=4.0; python_version < \"3.11\"",
"attrs>=17.3.0",
"frozenlist>=1.1.1",
"multidict<7.0,>=4.5",
"propcache>=0.2.0",
"yarl<2.0,>=1.17.0",
]
files = [
{file = "aiohttp-3.11.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:98f5635f7b74bcd4f6f72fcd85bea2154b323a9f05226a80bc7398d0c90763b0"},
{file = "aiohttp-3.11.10.tar.gz", hash = "sha256:b1fc6b45010a8d0ff9e88f9f2418c6fd408c99c211257334aff41597ebece42e"},
]
[[package]]
name = "aiosignal"
version = "1.3.1"
requires_python = ">=3.7"
summary = "aiosignal: a list of registered asynchronous callbacks"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"frozenlist>=1.1.0",
]
files = [
{file = "aiosignal-1.3.1-py3-none-any.whl", hash = "sha256:f8376fb07dd1e86a584e4fcdec80b36b7f81aac666ebc724e2c090300dd83b17"},
{file = "aiosignal-1.3.1.tar.gz", hash = "sha256:54cd96e15e1649b75d6c87526a6ff0b6c1b0dd3459f43d9ca11d48c339b68cfc"},
]
2023-11-09 13:01:47 -05:00
[[package]]
name = "annotated-types"
version = "0.7.0"
requires_python = ">=3.8"
summary = "Reusable constraint types to use with typing.Annotated"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"typing-extensions>=4.0.0; python_version < \"3.9\"",
]
files = [
{file = "annotated_types-0.7.0-py3-none-any.whl", hash = "sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53"},
{file = "annotated_types-0.7.0.tar.gz", hash = "sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89"},
]
[[package]]
name = "anyio"
version = "4.7.0"
2024-11-04 01:02:17 -05:00
requires_python = ">=3.9"
summary = "High level compatibility layer for multiple asynchronous event loop implementations"
groups = ["server"]
marker = "python_version == \"3.11\""
dependencies = [
"exceptiongroup>=1.0.2; python_version < \"3.11\"",
"idna>=2.8",
"sniffio>=1.1",
"typing-extensions>=4.5; python_version < \"3.13\"",
]
files = [
{file = "anyio-4.7.0-py3-none-any.whl", hash = "sha256:ea60c3723ab42ba6fff7e8ccb0488c898ec538ff4df1f1d5e642c3601d07e352"},
{file = "anyio-4.7.0.tar.gz", hash = "sha256:2f834749c602966b7d456a7567cafcb309f96482b5081d14ac93ccd457f9dd48"},
]
2022-02-11 23:52:31 -05:00
[[package]]
name = "asgiref"
version = "3.8.1"
requires_python = ">=3.8"
2022-02-11 23:52:31 -05:00
summary = "ASGI specs, helper code, and adapters"
groups = ["default", "debug", "dev", "typing"]
marker = "python_version == \"3.11\""
dependencies = [
"typing-extensions>=4; python_version < \"3.11\"",
]
2023-09-07 10:54:59 -04:00
files = [
{file = "asgiref-3.8.1-py3-none-any.whl", hash = "sha256:3e1e3ecc849832fe52ccf2cb6686b7a55f82bb1d6aee72a58826471390335e47"},
{file = "asgiref-3.8.1.tar.gz", hash = "sha256:c343bd80a0bec947a9860adb4c432ffa7db769836c64238fc34bdc3fec84d590"},
2023-09-07 10:54:59 -04:00
]
2022-02-11 23:52:31 -05:00
2023-11-09 13:01:47 -05:00
[[package]]
name = "asttokens"
version = "3.0.0"
requires_python = ">=3.8"
2023-11-09 13:01:47 -05:00
summary = "Annotate AST trees with source code positions"
groups = ["dev"]
marker = "python_version == \"3.11\""
2023-11-09 13:01:47 -05:00
files = [
{file = "asttokens-3.0.0-py3-none-any.whl", hash = "sha256:e3078351a059199dd5138cb1c706e6430c05eff2ff136af5eb4790f9d28932e2"},
{file = "asttokens-3.0.0.tar.gz", hash = "sha256:0dcd8baa8d62b0c1d118b399b2ddba3c4aff271d0d7a9e0d4c1681c79035bbc7"},
2023-11-09 13:01:47 -05:00
]
[[package]]
name = "async-property"
version = "0.2.2"
summary = "Python decorator for async properties."
groups = ["default"]
marker = "python_version == \"3.11\""
files = [
{file = "async_property-0.2.2-py2.py3-none-any.whl", hash = "sha256:8924d792b5843994537f8ed411165700b27b2bd966cefc4daeefc1253442a9d7"},
{file = "async_property-0.2.2.tar.gz", hash = "sha256:17d9bd6ca67e27915a75d92549df64b5c7174e9dc806b30a3934dc4ff0506380"},
]
[[package]]
name = "attrs"
2024-11-04 01:02:17 -05:00
version = "24.2.0"
requires_python = ">=3.7"
summary = "Classes Without Boilerplate"
groups = ["default", "dev"]
marker = "python_version == \"3.11\""
dependencies = [
"importlib-metadata; python_version < \"3.8\"",
]
files = [
2024-11-04 01:02:17 -05:00
{file = "attrs-24.2.0-py3-none-any.whl", hash = "sha256:81921eb96de3191c8258c199618104dd27ac608d9366f5e35d011eae1867ede2"},
{file = "attrs-24.2.0.tar.gz", hash = "sha256:5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346"},
]
[[package]]
name = "beautifulsoup4"
version = "4.12.3"
2022-05-05 02:13:48 -04:00
requires_python = ">=3.6.0"
summary = "Screen-scraping library"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"soupsieve>1.2",
]
2023-09-07 10:54:59 -04:00
files = [
{file = "beautifulsoup4-4.12.3-py3-none-any.whl", hash = "sha256:b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed"},
{file = "beautifulsoup4-4.12.3.tar.gz", hash = "sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051"},
2023-09-07 10:54:59 -04:00
]
[[package]]
name = "bitarray"
2024-11-04 01:02:17 -05:00
version = "2.9.3"
summary = "efficient arrays of booleans -- C extension"
groups = ["default"]
marker = "python_version == \"3.11\""
files = [
2024-11-04 01:02:17 -05:00
{file = "bitarray-2.9.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:64e19c6a99c32f460c2613f797f77aa37d8e298891d00ea5355158cce80e11ec"},
{file = "bitarray-2.9.3.tar.gz", hash = "sha256:9eff55cf189b0c37ba97156a00d640eb7392db58a8049be6f26ff2712b93fa89"},
]
[[package]]
name = "bitstring"
2024-06-05 10:18:25 -04:00
version = "4.2.3"
2024-04-29 22:38:10 -04:00
requires_python = ">=3.8"
summary = "Simple construction, analysis and modification of binary data."
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
2024-04-29 22:38:10 -04:00
"bitarray<3.0.0,>=2.9.0",
]
files = [
2024-06-05 10:18:25 -04:00
{file = "bitstring-4.2.3-py3-none-any.whl", hash = "sha256:20ed0036e2fcf0323acb0f92f0b7b178516a080f3e91061470aa019ac4ede404"},
{file = "bitstring-4.2.3.tar.gz", hash = "sha256:e0c447af3fda0d114f77b88c2d199f02f97ee7e957e6d719f40f41cf15fbb897"},
]
[[package]]
name = "brotli"
version = "1.1.0"
summary = "Python bindings for the Brotli compression library"
groups = ["default"]
marker = "platform_python_implementation == \"CPython\" and python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
{file = "Brotli-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a469274ad18dc0e4d316eefa616d1d0c2ff9da369af19fa6f3daa4f09671fd61"},
{file = "Brotli-1.1.0.tar.gz", hash = "sha256:81de08ac11bcb85841e440c13611c00b67d3bf82698314928d0b676362546724"},
2023-09-07 10:54:59 -04:00
]
[[package]]
name = "cachetools"
2024-11-04 01:02:17 -05:00
version = "5.5.0"
requires_python = ">=3.7"
summary = "Extensible memoizing collections and decorators"
groups = ["default", "typing"]
marker = "python_version == \"3.11\""
files = [
2024-11-04 01:02:17 -05:00
{file = "cachetools-5.5.0-py3-none-any.whl", hash = "sha256:02134e8439cdc2ffb62023ce1debca2944c3f289d66bb17ead3ab3dede74b292"},
{file = "cachetools-5.5.0.tar.gz", hash = "sha256:2cc24fb4cbe39633fb7badd9db9ca6295d766d9c2995f245725a46715d050f2a"},
]
[[package]]
name = "certifi"
2024-11-04 01:02:17 -05:00
version = "2024.8.30"
requires_python = ">=3.6"
summary = "Python package for providing Mozilla's CA Bundle."
groups = ["default", "typing"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
2024-11-04 01:02:17 -05:00
{file = "certifi-2024.8.30-py3-none-any.whl", hash = "sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8"},
{file = "certifi-2024.8.30.tar.gz", hash = "sha256:bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9"},
2023-09-07 10:54:59 -04:00
]
[[package]]
name = "cffi"
2024-11-04 01:02:17 -05:00
version = "1.17.1"
requires_python = ">=3.8"
summary = "Foreign Function Interface for Python calling C code."
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"pycparser",
]
2023-09-07 10:54:59 -04:00
files = [
2024-11-04 01:02:17 -05:00
{file = "cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:610faea79c43e44c71e1ec53a554553fa22321b65fae24889706c0a84d4ad86d"},
{file = "cffi-1.17.1.tar.gz", hash = "sha256:1c39c6016c32bc48dd54561950ebd6836e1670f2ae46128f67cf49e789c52824"},
2023-09-07 10:54:59 -04:00
]
[[package]]
name = "charset-normalizer"
2024-11-04 01:02:17 -05:00
version = "3.4.0"
requires_python = ">=3.7.0"
summary = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
groups = ["default", "typing"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
2024-11-04 01:02:17 -05:00
{file = "charset_normalizer-3.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3710a9751938947e6327ea9f3ea6332a09bf0ba0c09cae9cb1f250bd1f1549bc"},
{file = "charset_normalizer-3.4.0-py3-none-any.whl", hash = "sha256:fe9f97feb71aa9896b81973a7bbada8c49501dc73e58a10fcef6663af95e5079"},
{file = "charset_normalizer-3.4.0.tar.gz", hash = "sha256:223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e"},
2023-09-07 10:54:59 -04:00
]
2022-02-11 23:52:31 -05:00
[[package]]
name = "click"
version = "8.1.7"
2022-05-05 02:13:48 -04:00
requires_python = ">=3.7"
2022-02-11 23:52:31 -05:00
summary = "Composable command line interface toolkit"
groups = ["default", "lint", "server"]
marker = "python_version == \"3.11\""
2022-02-11 23:52:31 -05:00
dependencies = [
"colorama; platform_system == \"Windows\"",
"importlib-metadata; python_version < \"3.8\"",
2022-02-11 23:52:31 -05:00
]
2023-09-07 10:54:59 -04:00
files = [
{file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"},
{file = "click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"},
2023-09-07 10:54:59 -04:00
]
2022-02-11 23:52:31 -05:00
[[package]]
name = "colorama"
2022-11-07 11:40:45 -05:00
version = "0.4.6"
requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
2022-02-11 23:52:31 -05:00
summary = "Cross-platform colored terminal text."
groups = ["lint"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
]
2022-02-11 23:52:31 -05:00
[[package]]
name = "coverage"
version = "7.6.9"
2024-11-04 01:02:17 -05:00
requires_python = ">=3.9"
summary = "Code coverage measurement for Python"
groups = ["dev"]
marker = "python_version == \"3.11\""
files = [
{file = "coverage-7.6.9-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0824a28ec542a0be22f60c6ac36d679e0e262e5353203bea81d44ee81fe9c6d4"},
{file = "coverage-7.6.9.tar.gz", hash = "sha256:4a8d8977b0c6ef5aeadcb644da9e69ae0dcfe66ec7f368c89c72e058bd71164d"},
]
2022-09-02 23:40:36 -04:00
[[package]]
name = "cssbeautifier"
version = "1.15.1"
2022-09-02 23:40:36 -04:00
summary = "CSS unobfuscator and beautifier."
groups = ["lint"]
marker = "python_version == \"3.11\""
2022-09-02 23:40:36 -04:00
dependencies = [
"editorconfig>=0.12.2",
"jsbeautifier",
"six>=1.13.0",
]
2023-09-07 10:54:59 -04:00
files = [
{file = "cssbeautifier-1.15.1.tar.gz", hash = "sha256:9f7064362aedd559c55eeecf6b6bed65e05f33488dcbe39044f0403c26e1c006"},
2023-09-07 10:54:59 -04:00
]
2022-09-02 23:40:36 -04:00
2024-05-04 16:38:51 -04:00
[[package]]
name = "cssselect"
version = "1.2.0"
requires_python = ">=3.7"
summary = "cssselect parses CSS3 Selectors and translates them to XPath 1.0"
groups = ["typing"]
marker = "python_version == \"3.11\""
2024-05-04 16:38:51 -04:00
files = [
{file = "cssselect-1.2.0-py2.py3-none-any.whl", hash = "sha256:da1885f0c10b60c03ed5eccbb6b68d6eff248d91976fcde348f395d54c9fd35e"},
{file = "cssselect-1.2.0.tar.gz", hash = "sha256:666b19839cfaddb9ce9d36bfe4c969132c647b92fc9088c4e23f786b30f1b3dc"},
]
[[package]]
name = "cssselect2"
2022-11-07 11:40:45 -05:00
version = "0.7.0"
requires_python = ">=3.7"
summary = "CSS selectors for Python ElementTree"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"tinycss2",
"webencodings",
]
2023-09-07 10:54:59 -04:00
files = [
{file = "cssselect2-0.7.0-py3-none-any.whl", hash = "sha256:fd23a65bfd444595913f02fc71f6b286c29261e354c41d722ca7a261a49b5969"},
{file = "cssselect2-0.7.0.tar.gz", hash = "sha256:1ccd984dab89fc68955043aca4e1b03e0cf29cad9880f6e28e3ba7a74b14aa5a"},
]
2023-11-09 13:01:47 -05:00
[[package]]
name = "decorator"
version = "5.1.1"
requires_python = ">=3.5"
summary = "Decorators for Humans"
groups = ["dev"]
marker = "python_version == \"3.11\""
2023-11-09 13:01:47 -05:00
files = [
{file = "decorator-5.1.1-py3-none-any.whl", hash = "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186"},
{file = "decorator-5.1.1.tar.gz", hash = "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330"},
]
[[package]]
name = "defusedxml"
version = "0.7.1"
requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
summary = "XML bomb protection for Python stdlib modules"
groups = ["default"]
marker = "python_version == \"3.11\""
files = [
{file = "defusedxml-0.7.1-py2.py3-none-any.whl", hash = "sha256:a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61"},
{file = "defusedxml-0.7.1.tar.gz", hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69"},
]
[[package]]
name = "dj-database-url"
2024-11-04 01:02:17 -05:00
version = "2.3.0"
summary = "Use Database URLs in your Django Application."
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
2024-11-04 01:02:17 -05:00
"Django>=4.2",
"typing-extensions>=3.10.0.0",
]
files = [
2024-11-04 01:02:17 -05:00
{file = "dj_database_url-2.3.0-py3-none-any.whl", hash = "sha256:bb0d414ba0ac5cd62773ec7f86f8cc378a9dbb00a80884c2fc08cc570452521e"},
{file = "dj_database_url-2.3.0.tar.gz", hash = "sha256:ae52e8e634186b57e5a45e445da5dc407a819c2ceed8a53d1fac004cc5288787"},
]
[[package]]
name = "dj-email-url"
version = "1.0.6"
summary = "Use an URL to configure email backend settings in your Django Application."
groups = ["default"]
marker = "python_version == \"3.11\""
files = [
{file = "dj-email-url-1.0.6.tar.gz", hash = "sha256:55ffe3329e48f54f8a75aa36ece08f365e09d61f8a209773ef09a1d4760e699a"},
{file = "dj_email_url-1.0.6-py2.py3-none-any.whl", hash = "sha256:cbd08327fbb08b104eac160fb4703f375532e4c0243eb230f5b960daee7a96db"},
]
2022-02-11 23:52:31 -05:00
[[package]]
name = "django"
2024-12-06 02:12:50 -05:00
version = "5.1.4"
2023-12-04 11:38:32 -05:00
requires_python = ">=3.10"
2022-02-11 23:52:31 -05:00
summary = "A high-level Python web framework that encourages rapid development and clean, pragmatic design."
groups = ["default", "debug", "dev", "typing"]
marker = "python_version == \"3.11\""
2022-02-11 23:52:31 -05:00
dependencies = [
2024-08-07 13:17:22 -04:00
"asgiref<4,>=3.8.1",
2023-04-03 10:53:29 -04:00
"sqlparse>=0.3.1",
2022-02-11 23:52:31 -05:00
"tzdata; sys_platform == \"win32\"",
]
2023-09-07 10:54:59 -04:00
files = [
2024-12-06 02:12:50 -05:00
{file = "Django-5.1.4-py3-none-any.whl", hash = "sha256:236e023f021f5ce7dee5779de7b286565fdea5f4ab86bae5338e3f7b69896cf0"},
{file = "Django-5.1.4.tar.gz", hash = "sha256:de450c09e91879fa5a307f696e57c851955c910a438a35e6b4c895e86bedc82a"},
2023-09-07 10:54:59 -04:00
]
2022-02-11 23:52:31 -05:00
[[package]]
name = "django-admin-logs"
2024-08-14 12:00:32 -04:00
version = "1.3.0"
requires_python = ">=3.8"
2022-02-11 23:52:31 -05:00
summary = "View, delete or disable Django admin log entries."
groups = ["default"]
marker = "python_version == \"3.11\""
2022-02-11 23:52:31 -05:00
dependencies = [
2024-08-14 12:00:32 -04:00
"Django>=4.2",
2022-02-11 23:52:31 -05:00
]
2023-09-07 10:54:59 -04:00
files = [
2024-08-14 12:00:32 -04:00
{file = "django_admin_logs-1.3.0-py3-none-any.whl", hash = "sha256:e9619f185beb09397223bf973f6574db29da50c3066cc25f800f04d58af4c595"},
{file = "django_admin_logs-1.3.0.tar.gz", hash = "sha256:57cd55f2dcc04592729b2778c03b86ba94cc64f5c2e286993114ca16464ff7e9"},
2023-09-07 10:54:59 -04:00
]
2022-02-11 23:52:31 -05:00
[[package]]
name = "django-auth-ldap"
2024-11-04 01:02:17 -05:00
version = "5.1.0"
requires_python = ">=3.9"
2023-09-07 10:54:59 -04:00
summary = "Django LDAP authentication backend"
groups = ["default"]
marker = "python_version == \"3.11\""
2022-02-11 23:52:31 -05:00
dependencies = [
2024-09-20 10:37:51 -04:00
"Django>=4.2",
2022-02-11 23:52:31 -05:00
"python-ldap>=3.1",
]
2023-09-07 10:54:59 -04:00
files = [
2024-11-04 01:02:17 -05:00
{file = "django_auth_ldap-5.1.0-py3-none-any.whl", hash = "sha256:a5f7bdb54b2ab80e4e9eb080cd3e06e89e4c9d2d534ddb39b66cd970dd6d3536"},
{file = "django_auth_ldap-5.1.0.tar.gz", hash = "sha256:9c607e8d9c53cf2a0ccafbe0acfc33eb1d1fd474c46ec52d30aee0dca1da9668"},
2023-09-07 10:54:59 -04:00
]
2022-02-11 23:52:31 -05:00
[[package]]
name = "django-autocomplete-light"
version = "3.11.0"
summary = "Fresh autocompletes for Django"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
2023-06-08 13:49:53 -04:00
"django>=3.2",
]
2023-09-07 10:54:59 -04:00
files = [
{file = "django-autocomplete-light-3.11.0.tar.gz", hash = "sha256:212576a17e3308ef7ca77e280b86684167916d2091d4b73640f38845d9516328"},
2023-09-07 10:54:59 -04:00
]
2024-04-14 00:43:45 -04:00
[[package]]
name = "django-bootstrap5"
2024-09-20 10:37:51 -04:00
version = "24.3"
2024-04-14 00:43:45 -04:00
requires_python = ">=3.8"
summary = "Bootstrap 5 for Django"
groups = ["default"]
marker = "python_version == \"3.11\""
2024-04-14 00:43:45 -04:00
dependencies = [
2024-04-29 22:38:10 -04:00
"Django>=4.2",
2024-04-14 00:43:45 -04:00
]
files = [
2024-09-20 10:37:51 -04:00
{file = "django_bootstrap5-24.3-py3-none-any.whl", hash = "sha256:98f7916f9f7f9c34dfe157f7c062a28ebf6d17ff95307bef260ba794ba34e2a0"},
{file = "django_bootstrap5-24.3.tar.gz", hash = "sha256:ca5ec5568fc2a3fc239f0cb8ce41a7df3802b8c4af930d7f64451784ec7ddc16"},
2024-04-14 00:43:45 -04:00
]
[[package]]
name = "django-configurations"
version = "2.5.1"
requires_python = "<4.0,>=3.8"
summary = "A helper for organizing Django settings."
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"django>=3.2",
]
files = [
{file = "django-configurations-2.5.1.tar.gz", hash = "sha256:6e5083757e2bbdf9bb7850567536b96a93515f6b17503d74928ff628db2e0e94"},
{file = "django_configurations-2.5.1-py3-none-any.whl", hash = "sha256:ceb84858da2dac846b15e715c2fd936cfc4c7917c074aff8d31700564093955e"},
]
[[package]]
name = "django-configurations"
version = "2.5.1"
extras = ["database", "email"]
requires_python = "<4.0,>=3.8"
summary = "A helper for organizing Django settings."
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"dj-database-url",
"dj-email-url",
"django-configurations==2.5.1",
]
files = [
{file = "django-configurations-2.5.1.tar.gz", hash = "sha256:6e5083757e2bbdf9bb7850567536b96a93515f6b17503d74928ff628db2e0e94"},
{file = "django_configurations-2.5.1-py3-none-any.whl", hash = "sha256:ceb84858da2dac846b15e715c2fd936cfc4c7917c074aff8d31700564093955e"},
]
[[package]]
name = "django-db-views"
2024-12-06 02:12:50 -05:00
version = "0.1.9"
2024-06-05 10:18:25 -04:00
summary = "Handle database views. Allow to create migrations for database views. View migrations using django code. They can be reversed. Changes in model view definition are detected automatically. Support almost all options as regular makemigrations command"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
2024-06-05 10:18:25 -04:00
"django>=2.2",
"six",
]
files = [
2024-12-06 02:12:50 -05:00
{file = "django_db_views-0.1.9-py2.py3-none-any.whl", hash = "sha256:54c1c5eeb94e9161938e7e78ae0515ab9808589d24319c4a3dfd8bb8d7a06c17"},
{file = "django_db_views-0.1.9.tar.gz", hash = "sha256:50d77790605d33e2c7ad8d550eb3dd9dd9fc57d775f70021ba637498e6944729"},
]
[[package]]
name = "django-debug-toolbar"
2024-07-18 10:40:28 -04:00
version = "4.4.6"
2023-04-14 01:07:04 -04:00
requires_python = ">=3.8"
summary = "A configurable set of panels that display various debug information about the current request/response."
groups = ["debug"]
marker = "python_version == \"3.11\""
dependencies = [
2024-06-05 10:18:25 -04:00
"django>=4.2.9",
2023-03-22 11:36:44 -04:00
"sqlparse>=0.2",
]
2023-09-07 10:54:59 -04:00
files = [
2024-07-18 10:40:28 -04:00
{file = "django_debug_toolbar-4.4.6-py3-none-any.whl", hash = "sha256:3beb671c9ec44ffb817fad2780667f172bd1c067dbcabad6268ce39a81335f45"},
{file = "django_debug_toolbar-4.4.6.tar.gz", hash = "sha256:36e421cb908c2f0675e07f9f41e3d1d8618dc386392ec82d23bcfcd5d29c7044"},
2023-09-07 10:54:59 -04:00
]
2023-11-09 13:01:47 -05:00
[[package]]
name = "django-extensions"
version = "3.2.3"
requires_python = ">=3.6"
summary = "Extensions for Django"
groups = ["dev"]
marker = "python_version == \"3.11\""
2023-11-09 13:01:47 -05:00
dependencies = [
"Django>=3.2",
]
files = [
{file = "django-extensions-3.2.3.tar.gz", hash = "sha256:44d27919d04e23b3f40231c4ab7af4e61ce832ef46d610cc650d53e68328410a"},
{file = "django_extensions-3.2.3-py3-none-any.whl", hash = "sha256:9600b7562f79a92cbf1fde6403c04fee314608fefbb595502e34383ae8203401"},
]
2024-01-26 13:56:27 -05:00
[[package]]
name = "django-filter"
version = "24.3"
2024-03-29 12:01:08 -04:00
requires_python = ">=3.8"
2024-01-26 13:56:27 -05:00
summary = "Django-filter is a reusable Django application for allowing users to filter querysets dynamically."
groups = ["default"]
marker = "python_version == \"3.11\""
2024-01-26 13:56:27 -05:00
dependencies = [
2024-03-29 12:01:08 -04:00
"Django>=4.2",
2024-01-26 13:56:27 -05:00
]
files = [
{file = "django_filter-24.3-py3-none-any.whl", hash = "sha256:c4852822928ce17fb699bcfccd644b3574f1a2d80aeb2b4ff4f16b02dd49dc64"},
{file = "django_filter-24.3.tar.gz", hash = "sha256:d8ccaf6732afd21ca0542f6733b11591030fa98669f8d15599b358e24a2cd9c3"},
2024-01-26 13:56:27 -05:00
]
[[package]]
name = "django-markdownx"
2023-12-30 12:18:37 -05:00
version = "4.0.7"
summary = "A comprehensive Markdown editor built for Django."
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"Django",
"Markdown",
"Pillow",
]
2023-09-07 10:54:59 -04:00
files = [
2023-12-30 12:18:37 -05:00
{file = "django-markdownx-4.0.7.tar.gz", hash = "sha256:38aa331c2ca0bee218b77f462361b5393e4727962bc6021939c09048363cb6ea"},
{file = "django_markdownx-4.0.7-py2.py3-none-any.whl", hash = "sha256:c1975ae3053481d4c111abd38997a5b5bb89235a1e3215f995d835942925fe7b"},
2023-09-07 10:54:59 -04:00
]
[[package]]
name = "django-model-utils"
2024-09-07 11:21:01 -04:00
version = "5.0.0"
requires_python = ">=3.8"
summary = "Django model mixins and utilities"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"Django>=3.2",
]
files = [
2024-09-07 11:21:01 -04:00
{file = "django_model_utils-5.0.0-py3-none-any.whl", hash = "sha256:fec78e6c323d565a221f7c4edc703f4567d7bb1caeafe1acd16a80c5ff82056b"},
{file = "django_model_utils-5.0.0.tar.gz", hash = "sha256:041cdd6230d2fbf6cd943e1969318bce762272077f4ecd333ab2263924b4e5eb"},
]
[[package]]
name = "django-nh3"
version = "0.1.1"
requires_python = ">=3.10"
summary = "Django integration with for nh3, Python binding to Ammonia HTML sanitizer Rust crate."
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"Django>=3.2",
"nh3",
]
files = [
{file = "django_nh3-0.1.1-py3-none-any.whl", hash = "sha256:10df44fd9c1d1bc5d88739094826c636c2c256ba9d89d17e4356280bb8e159a0"},
]
[[package]]
name = "django-object-actions"
2024-09-20 10:37:51 -04:00
version = "4.3.0"
requires_python = "<4.0,>=3.7"
summary = "A Django app for adding object tools for models in the admin"
groups = ["default"]
marker = "python_version == \"3.11\""
files = [
2024-09-20 10:37:51 -04:00
{file = "django_object_actions-4.3.0-py3-none-any.whl", hash = "sha256:1af87dedcfd5a35207a4b90c386c059e5f02ecf1d954e3131e25f4a04d01c963"},
{file = "django_object_actions-4.3.0.tar.gz", hash = "sha256:611f768d768c9ca7b48278573feb7c07966174f5c50a9323ab4d02d0c4b7501e"},
]
2023-09-07 11:28:03 -04:00
[[package]]
name = "django-picklefield"
version = "3.2"
2023-09-07 11:28:03 -04:00
requires_python = ">=3"
summary = "Pickled object field for Django"
groups = ["default"]
marker = "python_version == \"3.11\""
2023-09-07 11:28:03 -04:00
dependencies = [
"Django>=3.2",
]
files = [
{file = "django-picklefield-3.2.tar.gz", hash = "sha256:aa463f5d79d497dbe789f14b45180f00a51d0d670067d0729f352a3941cdfa4d"},
{file = "django_picklefield-3.2-py3-none-any.whl", hash = "sha256:e9a73539d110f69825d9320db18bcb82e5189ff48dbed41821c026a20497764c"},
2023-09-07 11:28:03 -04:00
]
2024-08-30 11:49:21 -04:00
[[package]]
name = "django-postgres-metrics"
version = "0.15.0"
requires_python = ">=3.7"
summary = "A Django app that exposes a bunch of PostgreSQL database metrics."
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"django-rich>=1.0",
]
files = [
{file = "django-postgres-metrics-0.15.0.tar.gz", hash = "sha256:98127ef55cf9d435b4dd0fdf1d160ea5b97690197d4d8e6148fc2cc2bb57ae12"},
{file = "django_postgres_metrics-0.15.0-py3-none-any.whl", hash = "sha256:1710d44e910b230e3b7c7ce77304d68a40b1fa3711b18418387455b8e114d97a"},
]
2023-09-07 11:28:03 -04:00
[[package]]
name = "django-q2"
2024-11-04 01:02:17 -05:00
version = "1.7.4"
2024-09-20 10:37:51 -04:00
requires_python = "<4,>=3.8"
2023-09-07 11:28:03 -04:00
summary = "A multiprocessing distributed task queue for Django"
groups = ["default"]
marker = "python_version == \"3.11\""
2023-09-07 11:28:03 -04:00
dependencies = [
"django-picklefield<4.0,>=3.1",
2024-09-20 10:37:51 -04:00
"django<6,>=4.2",
"importlib-metadata>=3.6; python_version < \"3.10\"",
2023-09-07 11:28:03 -04:00
]
files = [
2024-11-04 01:02:17 -05:00
{file = "django_q2-1.7.4-py3-none-any.whl", hash = "sha256:6eda6d56505822ee5ebc6c4eac1dde726f5dbf20ee9ea7080575535852e2671f"},
{file = "django_q2-1.7.4.tar.gz", hash = "sha256:56a3781cc480474fa9c04bbde62445b0a9b4195adc409bd963b8f593b0598c43"},
2023-09-07 11:28:03 -04:00
]
[[package]]
name = "django-recurrence"
version = "1.11.1"
requires_python = ">=3.7"
summary = "Django utility wrapping dateutil.rrule"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"django>=2.2",
"python-dateutil",
]
2023-09-07 10:54:59 -04:00
files = [
{file = "django-recurrence-1.11.1.tar.gz", hash = "sha256:9c89444e651a78c587f352c5f63eda48ab2f53996347b9fcdff2d248f4fcff70"},
{file = "django_recurrence-1.11.1-py3-none-any.whl", hash = "sha256:0c65f30872599b5813a9bab6952dada23c55894f28674490a753ada559f14bc5"},
]
2024-08-30 11:49:21 -04:00
[[package]]
name = "django-rich"
2024-11-04 01:02:17 -05:00
version = "1.13.0"
requires_python = ">=3.9"
2024-08-30 11:49:21 -04:00
summary = "Extensions for using Rich with Django."
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
2024-11-04 01:02:17 -05:00
"django>=4.2",
2024-08-30 11:49:21 -04:00
"rich>=10",
]
files = [
2024-11-04 01:02:17 -05:00
{file = "django_rich-1.13.0-py3-none-any.whl", hash = "sha256:9146dc0e0134bb970f156e8ba3015abd8982c35418fbab45004c561b521ee509"},
{file = "django_rich-1.13.0.tar.gz", hash = "sha256:2a59a81ca3ba25202db7b6047aa322a8d5b866e1929f7fbea6059a3c8e4e420c"},
2024-08-30 11:49:21 -04:00
]
[[package]]
name = "django-sendfile2"
version = "0.7.1"
summary = "Abstraction to offload file uploads to web-server (e.g. Apache with mod_xsendfile) once Django has checked permissions etc."
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"django",
]
files = [
{file = "django-sendfile2-0.7.1.tar.gz", hash = "sha256:b5bec07f1c9b1875a60ea74beb306e9aba964bd8b54f00b4432cb77cc35bc58c"},
{file = "django_sendfile2-0.7.1-py3-none-any.whl", hash = "sha256:81971df1db77f688c4834b8540930902d0d929c64cf374bd604b81f5ac52c04a"},
]
[[package]]
name = "django-simple-history"
version = "3.7.0"
requires_python = ">=3.8"
summary = "Store model history and view/revert changes from admin site."
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"django>=4.2",
]
files = [
{file = "django_simple_history-3.7.0-py3-none-any.whl", hash = "sha256:282cb2c4aa63f51547f17da7f2130abaa81ba01694676d19b88d52c94a57a52c"},
{file = "django_simple_history-3.7.0.tar.gz", hash = "sha256:ac3b7ca8b0d33f7ea6be8fe7fc98cf43415efa500ff5dfe736fbd1ebc0cf39f9"},
]
[[package]]
name = "django-stubs"
2024-09-20 10:37:51 -04:00
version = "5.1.0"
2023-06-08 13:49:53 -04:00
requires_python = ">=3.8"
summary = "Mypy stubs for Django"
groups = ["typing"]
marker = "python_version == \"3.11\""
dependencies = [
2024-05-03 00:04:35 -04:00
"asgiref",
"django",
2024-09-20 10:37:51 -04:00
"django-stubs-ext>=5.1.0",
"tomli; python_version < \"3.11\"",
"types-PyYAML",
2024-06-05 10:18:25 -04:00
"typing-extensions>=4.11.0",
]
2023-09-07 10:54:59 -04:00
files = [
2024-09-20 10:37:51 -04:00
{file = "django_stubs-5.1.0-py3-none-any.whl", hash = "sha256:b98d49a80aa4adf1433a97407102d068de26c739c405431d93faad96dd282c40"},
{file = "django_stubs-5.1.0.tar.gz", hash = "sha256:86128c228b65e6c9a85e5dc56eb1c6f41125917dae0e21e6cfecdf1b27e630c5"},
2023-09-07 10:54:59 -04:00
]
[[package]]
name = "django-stubs-ext"
2024-11-04 01:02:17 -05:00
version = "5.1.1"
2023-06-08 13:49:53 -04:00
requires_python = ">=3.8"
summary = "Monkey-patching and extensions for django-stubs"
groups = ["default", "typing"]
marker = "python_version == \"3.11\""
dependencies = [
"django",
"typing-extensions",
]
2023-09-07 10:54:59 -04:00
files = [
2024-11-04 01:02:17 -05:00
{file = "django_stubs_ext-5.1.1-py3-none-any.whl", hash = "sha256:3907f99e178c93323e2ce908aef8352adb8c047605161f8d9e5e7b4efb5a6a9c"},
{file = "django_stubs_ext-5.1.1.tar.gz", hash = "sha256:db7364e4f50ae7e5360993dbd58a3a57ea4b2e7e5bab0fbd525ccdb3e7975d1c"},
2023-12-30 12:18:37 -05:00
]
[[package]]
name = "django-stubs"
2024-09-20 10:37:51 -04:00
version = "5.1.0"
2023-12-30 12:18:37 -05:00
extras = ["compatible-mypy"]
requires_python = ">=3.8"
summary = "Mypy stubs for Django"
groups = ["typing"]
marker = "python_version == \"3.11\""
2023-12-30 12:18:37 -05:00
dependencies = [
2024-09-20 10:37:51 -04:00
"django-stubs==5.1.0",
"mypy~=1.11.0",
2023-12-30 12:18:37 -05:00
]
files = [
2024-09-20 10:37:51 -04:00
{file = "django_stubs-5.1.0-py3-none-any.whl", hash = "sha256:b98d49a80aa4adf1433a97407102d068de26c739c405431d93faad96dd282c40"},
{file = "django_stubs-5.1.0.tar.gz", hash = "sha256:86128c228b65e6c9a85e5dc56eb1c6f41125917dae0e21e6cfecdf1b27e630c5"},
2023-09-07 10:54:59 -04:00
]
2024-01-22 12:33:10 -05:00
[[package]]
name = "django-tables2"
version = "2.7.0"
summary = "Table/data-grid framework for Django"
groups = ["default"]
marker = "python_version == \"3.11\""
2024-01-22 12:33:10 -05:00
dependencies = [
"Django>=3.2",
]
files = [
{file = "django-tables2-2.7.0.tar.gz", hash = "sha256:4113fcc575eb438a12e83a4d4ea01452e4800d970e8bdd0e4122ac171af1900d"},
{file = "django_tables2-2.7.0-py2.py3-none-any.whl", hash = "sha256:99e06d966ca8ac69fd74092eb45c79a280dd5ca0ccb81395d96261f62128e1af"},
]
[[package]]
name = "django-template-partials"
2024-08-16 17:56:57 -04:00
version = "24.4"
summary = "django-template-partials"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"Django",
]
files = [
2024-08-16 17:56:57 -04:00
{file = "django_template_partials-24.4-py2.py3-none-any.whl", hash = "sha256:ee59d3839385d7f648907c3fa8d5923fcd66cd8090f141fe2a1c338b917984e2"},
{file = "django_template_partials-24.4.tar.gz", hash = "sha256:25b67301470fc274ecc419e5e5fd4686a5020b1c038fd241a70eb087809034b6"},
]
2024-07-22 19:02:17 -04:00
[[package]]
name = "django-vite"
2024-09-20 10:37:51 -04:00
version = "3.0.5"
2024-07-22 19:02:17 -04:00
summary = "Integration of Vite in a Django project."
groups = ["default"]
marker = "python_version == \"3.11\""
2024-07-22 19:02:17 -04:00
dependencies = [
"Django>=3.2",
]
files = [
2024-09-20 10:37:51 -04:00
{file = "django_vite-3.0.5-py3-none-any.whl", hash = "sha256:049b74f38c999cbfcf0e2c21b254c2e059bb97bfd7e4049caf2d0f9fba0b482f"},
{file = "django_vite-3.0.5.tar.gz", hash = "sha256:431c1212e7627adc20666d150578f1a8983f043e90f3905778fb3c5c0ffe6963"},
2024-07-22 19:02:17 -04:00
]
[[package]]
name = "django-weasyprint"
version = "2.3.0"
requires_python = ">=3.8"
summary = "Django WeasyPrint CBV"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"Django>=3.2",
"WeasyPrint>=53",
]
files = [
{file = "django-weasyprint-2.3.0.tar.gz", hash = "sha256:2f849e15bfd6c1b2a58512097b9042eddf3533651d37d2e096cd6f7d8be6442b"},
{file = "django_weasyprint-2.3.0-py3-none-any.whl", hash = "sha256:807cb3b16332123d97c8bbe2ac9c70286103fe353235351803ffd33b67284735"},
]
[[package]]
name = "django-widget-tweaks"
2023-09-07 10:54:59 -04:00
version = "1.5.0"
requires_python = ">=3.8"
summary = "Tweak the form field rendering in templates, not in python-level form definitions."
groups = ["default"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
{file = "django-widget-tweaks-1.5.0.tar.gz", hash = "sha256:1c2180681ebb994e922c754804c7ffebbe1245014777ac47897a81f57cc629c7"},
{file = "django_widget_tweaks-1.5.0-py3-none-any.whl", hash = "sha256:a41b7b2f05bd44d673d11ebd6c09a96f1d013ee98121cb98c384fe84e33b881e"},
]
2022-12-23 20:36:24 -05:00
[[package]]
name = "djangorestframework"
2024-06-27 14:32:08 -04:00
version = "3.15.2"
requires_python = ">=3.8"
2022-12-23 20:36:24 -05:00
summary = "Web APIs for Django, made easy."
groups = ["default"]
marker = "python_version == \"3.11\""
2022-12-23 20:36:24 -05:00
dependencies = [
"backports-zoneinfo; python_version < \"3.9\"",
2024-06-27 14:32:08 -04:00
"django>=4.2",
2022-12-23 20:36:24 -05:00
]
2023-09-07 10:54:59 -04:00
files = [
2024-06-27 14:32:08 -04:00
{file = "djangorestframework-3.15.2-py3-none-any.whl", hash = "sha256:2b8871b062ba1aefc2de01f773875441a961fefbf79f5eed1e32b2f096944b20"},
{file = "djangorestframework-3.15.2.tar.gz", hash = "sha256:36fe88cd2d6c6bec23dca9804bab2ba5517a8bb9d8f47ebc68981b56840107ad"},
2023-09-07 10:54:59 -04:00
]
2022-12-23 20:36:24 -05:00
2023-02-02 22:33:13 -05:00
[[package]]
name = "djangorestframework-stubs"
2024-09-20 10:37:51 -04:00
version = "3.15.1"
2023-06-08 13:49:53 -04:00
requires_python = ">=3.8"
2023-02-02 22:33:13 -05:00
summary = "PEP-484 stubs for django-rest-framework"
groups = ["typing"]
marker = "python_version == \"3.11\""
2023-02-02 22:33:13 -05:00
dependencies = [
2024-09-20 10:37:51 -04:00
"django-stubs>=5.0.4",
2023-02-02 22:33:13 -05:00
"requests>=2.0.0",
"types-PyYAML>=5.4.3",
"types-requests>=0.1.12",
"typing-extensions>=3.10.0",
]
2023-09-07 10:54:59 -04:00
files = [
2024-09-20 10:37:51 -04:00
{file = "djangorestframework_stubs-3.15.1-py3-none-any.whl", hash = "sha256:79dc9018f5d5fa420f9981eec9f1e820ecbd04719791f144419cdc6c5b8e29bd"},
{file = "djangorestframework_stubs-3.15.1.tar.gz", hash = "sha256:34539871895d66d382b6ae3655d9f95c1de7733cf50bc29097638d367ed3117d"},
2023-09-07 10:54:59 -04:00
]
2023-02-02 22:33:13 -05:00
[[package]]
name = "djangorestframework-stubs"
2024-09-20 10:37:51 -04:00
version = "3.15.1"
2023-02-02 22:33:13 -05:00
extras = ["compatible-mypy"]
2023-06-08 13:49:53 -04:00
requires_python = ">=3.8"
2023-02-02 22:33:13 -05:00
summary = "PEP-484 stubs for django-rest-framework"
groups = ["typing"]
marker = "python_version == \"3.11\""
2023-02-02 22:33:13 -05:00
dependencies = [
2023-12-30 12:18:37 -05:00
"django-stubs[compatible-mypy]",
2024-09-20 10:37:51 -04:00
"djangorestframework-stubs==3.15.1",
"mypy~=1.11.0",
2023-09-07 10:54:59 -04:00
]
files = [
2024-09-20 10:37:51 -04:00
{file = "djangorestframework_stubs-3.15.1-py3-none-any.whl", hash = "sha256:79dc9018f5d5fa420f9981eec9f1e820ecbd04719791f144419cdc6c5b8e29bd"},
{file = "djangorestframework_stubs-3.15.1.tar.gz", hash = "sha256:34539871895d66d382b6ae3655d9f95c1de7733cf50bc29097638d367ed3117d"},
2023-02-02 22:33:13 -05:00
]
2022-02-11 23:52:31 -05:00
[[package]]
name = "djlint"
2024-12-06 02:12:50 -05:00
version = "1.36.3"
2024-11-04 01:02:17 -05:00
requires_python = ">=3.9"
2022-02-11 23:52:31 -05:00
summary = "HTML Template Linter and Formatter"
groups = ["lint"]
marker = "python_version == \"3.11\""
2022-02-11 23:52:31 -05:00
dependencies = [
2024-09-03 11:08:58 -04:00
"click>=8.0.1",
"colorama>=0.4.4",
"cssbeautifier>=1.14.4",
"jsbeautifier>=1.14.4",
"json5>=0.9.11",
2024-11-04 01:02:17 -05:00
"pathspec>=0.12",
"pyyaml>=6",
2024-09-03 11:08:58 -04:00
"regex>=2023",
"tomli>=2.0.1; python_version < \"3.11\"",
"tqdm>=4.62.2",
2022-02-11 23:52:31 -05:00
]
2023-09-07 10:54:59 -04:00
files = [
2024-12-06 02:12:50 -05:00
{file = "djlint-1.36.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4c2e0dd1f26eb472b8c84eb70d6482877b6497a1fd031d7534864088f016d5ea"},
{file = "djlint-1.36.3-py3-none-any.whl", hash = "sha256:0c05cd5b76785de2c41a2420c06ffd112800bfc0f9c0f399cc7cea7c42557f4c"},
{file = "djlint-1.36.3.tar.gz", hash = "sha256:d85735da34bc7ac93ad8ef9b4822cc2a23d5f0ce33f25438737b8dca1d404f78"},
2023-09-07 10:54:59 -04:00
]
2022-02-11 23:52:31 -05:00
[[package]]
name = "docker"
version = "6.1.3"
requires_python = ">=3.7"
summary = "A Python library for the Docker Engine API."
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"packaging>=14.0",
"pywin32>=304; sys_platform == \"win32\"",
"requests>=2.26.0",
"urllib3>=1.26.0",
"websocket-client>=0.32.0",
]
files = [
{file = "docker-6.1.3-py3-none-any.whl", hash = "sha256:aecd2277b8bf8e506e484f6ab7aec39abe0038e29fa4a6d3ba86c3fe01844ed9"},
{file = "docker-6.1.3.tar.gz", hash = "sha256:aa6d17830045ba5ef0168d5eaa34d37beeb113948c413affe1d5991fc11f9a20"},
]
2022-09-02 23:40:36 -04:00
[[package]]
name = "editorconfig"
version = "0.12.4"
2022-09-02 23:40:36 -04:00
summary = "EditorConfig File Locator and Interpreter for Python"
groups = ["lint"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
{file = "EditorConfig-0.12.4.tar.gz", hash = "sha256:24857fa1793917dd9ccf0c7810a07e05404ce9b823521c7dce22a4fb5d125f80"},
2023-09-07 10:54:59 -04:00
]
2022-09-02 23:40:36 -04:00
[[package]]
name = "et-xmlfile"
2024-11-04 01:02:17 -05:00
version = "2.0.0"
requires_python = ">=3.8"
summary = "An implementation of lxml.xmlfile for the standard library"
groups = ["default"]
marker = "python_version == \"3.11\""
files = [
2024-11-04 01:02:17 -05:00
{file = "et_xmlfile-2.0.0-py3-none-any.whl", hash = "sha256:7a91720bc756843502c3b7504c77b8fe44217c85c537d85037f0f536151b2caa"},
{file = "et_xmlfile-2.0.0.tar.gz", hash = "sha256:dab3f4764309081ce75662649be815c4c9081e88f0837825f90fd28317d4da54"},
]
2023-11-09 13:01:47 -05:00
[[package]]
name = "executing"
2024-11-04 01:02:17 -05:00
version = "2.1.0"
requires_python = ">=3.8"
2023-11-09 13:01:47 -05:00
summary = "Get the currently executing AST node of a frame, and other information"
groups = ["dev"]
marker = "python_version == \"3.11\""
2023-11-09 13:01:47 -05:00
files = [
2024-11-04 01:02:17 -05:00
{file = "executing-2.1.0-py2.py3-none-any.whl", hash = "sha256:8d63781349375b5ebccc3142f4b30350c0cd9c79f921cde38be2be4637e98eaf"},
{file = "executing-2.1.0.tar.gz", hash = "sha256:8ea27ddd260da8150fa5a708269c4a10e76161e2496ec3e587da9e3c0fe4b9ab"},
2023-11-09 13:01:47 -05:00
]
[[package]]
name = "fonttools"
version = "4.55.2"
requires_python = ">=3.8"
summary = "Tools to manipulate font files"
groups = ["default"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
{file = "fonttools-4.55.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:131591ac8d7a47043aaf29581aba755ae151d46e49d2bf49608601efd71e8b4d"},
{file = "fonttools-4.55.2-py3-none-any.whl", hash = "sha256:8e2d89fbe9b08d96e22c7a81ec04a4e8d8439c31223e2dc6f2f9fc8ff14bdf9f"},
{file = "fonttools-4.55.2.tar.gz", hash = "sha256:45947e7b3f9673f91df125d375eb57b9a23f2a603f438a1aebf3171bffa7a205"},
2023-09-07 10:54:59 -04:00
]
[[package]]
name = "fonttools"
version = "4.55.2"
extras = ["woff"]
requires_python = ">=3.8"
summary = "Tools to manipulate font files"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"brotli>=1.0.1; platform_python_implementation == \"CPython\"",
"brotlicffi>=0.8.0; platform_python_implementation != \"CPython\"",
"fonttools==4.55.2",
"zopfli>=0.1.4",
]
2023-09-07 10:54:59 -04:00
files = [
{file = "fonttools-4.55.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:131591ac8d7a47043aaf29581aba755ae151d46e49d2bf49608601efd71e8b4d"},
{file = "fonttools-4.55.2-py3-none-any.whl", hash = "sha256:8e2d89fbe9b08d96e22c7a81ec04a4e8d8439c31223e2dc6f2f9fc8ff14bdf9f"},
{file = "fonttools-4.55.2.tar.gz", hash = "sha256:45947e7b3f9673f91df125d375eb57b9a23f2a603f438a1aebf3171bffa7a205"},
2023-09-07 10:54:59 -04:00
]
[[package]]
name = "frozenlist"
2024-11-04 01:02:17 -05:00
version = "1.5.0"
requires_python = ">=3.8"
summary = "A list-like structure which implements collections.abc.MutableSequence"
groups = ["default"]
marker = "python_version == \"3.11\""
files = [
2024-11-04 01:02:17 -05:00
{file = "frozenlist-1.5.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9c2623347b933fcb9095841f1cc5d4ff0b278addd743e0e966cb3d460278840d"},
{file = "frozenlist-1.5.0-py3-none-any.whl", hash = "sha256:d994863bba198a4a518b467bb971c56e1db3f180a25c6cf7bb1949c267f748c3"},
{file = "frozenlist-1.5.0.tar.gz", hash = "sha256:81d5af29e61b9c8348e876d442253723928dce6433e0e76cd925cd83f1b4b817"},
]
[[package]]
name = "google-api-core"
version = "2.23.0"
requires_python = ">=3.7"
summary = "Google API client core library"
groups = ["default", "typing"]
marker = "python_version == \"3.11\""
dependencies = [
"google-auth<3.0.dev0,>=2.14.1",
"googleapis-common-protos<2.0.dev0,>=1.56.2",
"proto-plus<2.0.0dev,>=1.22.3",
2024-11-04 01:02:17 -05:00
"proto-plus<2.0.0dev,>=1.25.0; python_version >= \"3.13\"",
"protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<6.0.0.dev0,>=3.19.5",
"requests<3.0.0.dev0,>=2.18.0",
]
files = [
{file = "google_api_core-2.23.0-py3-none-any.whl", hash = "sha256:c20100d4c4c41070cf365f1d8ddf5365915291b5eb11b83829fbd1c999b5122f"},
{file = "google_api_core-2.23.0.tar.gz", hash = "sha256:2ceb087315e6af43f256704b871d99326b1f12a9d6ce99beaedec99ba26a0ace"},
]
[[package]]
name = "google-api-python-client"
2024-11-25 13:36:19 -05:00
version = "2.154.0"
requires_python = ">=3.7"
summary = "Google API Client Library for Python"
groups = ["default", "typing"]
marker = "python_version == \"3.11\""
dependencies = [
"google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0.dev0,>=1.31.5",
"google-auth!=2.24.0,!=2.25.0,<3.0.0.dev0,>=1.32.0",
"google-auth-httplib2<1.0.0,>=0.2.0",
"httplib2<1.dev0,>=0.19.0",
"uritemplate<5,>=3.0.1",
]
files = [
2024-11-25 13:36:19 -05:00
{file = "google_api_python_client-2.154.0-py2.py3-none-any.whl", hash = "sha256:a521bbbb2ec0ba9d6f307cdd64ed6e21eeac372d1bd7493a4ab5022941f784ad"},
{file = "google_api_python_client-2.154.0.tar.gz", hash = "sha256:1b420062e03bfcaa1c79e2e00a612d29a6a934151ceb3d272fe150a656dc8f17"},
]
[[package]]
name = "google-api-python-client-stubs"
2024-09-20 10:37:51 -04:00
version = "1.28.0"
requires_python = ">=3.7"
summary = "Type stubs for google-api-python-client"
groups = ["typing"]
marker = "python_version == \"3.11\""
dependencies = [
2024-09-20 10:37:51 -04:00
"google-api-python-client>=2.147.0",
"types-httplib2>=0.22.0.2",
"typing-extensions>=3.10.0",
]
files = [
2024-09-20 10:37:51 -04:00
{file = "google_api_python_client_stubs-1.28.0-py3-none-any.whl", hash = "sha256:75b3dfe67b9d74ac3b58d78725326836769d0b2df1cbef354a5455a5cc57d68d"},
{file = "google_api_python_client_stubs-1.28.0.tar.gz", hash = "sha256:7327c058fb5ba975309922f962f17931b9c82af51d95a5dc04061ed0c20b9f06"},
]
[[package]]
name = "google-auth"
version = "2.36.0"
requires_python = ">=3.7"
summary = "Google Authentication Library"
groups = ["default", "typing"]
marker = "python_version == \"3.11\""
dependencies = [
"cachetools<6.0,>=2.0.0",
"pyasn1-modules>=0.2.1",
"rsa<5,>=3.1.4",
]
files = [
{file = "google_auth-2.36.0-py2.py3-none-any.whl", hash = "sha256:51a15d47028b66fd36e5c64a82d2d57480075bccc7da37cde257fc94177a61fb"},
{file = "google_auth-2.36.0.tar.gz", hash = "sha256:545e9618f2df0bcbb7dcbc45a546485b1212624716975a1ea5ae8149ce769ab1"},
]
[[package]]
name = "google-auth-httplib2"
version = "0.2.0"
summary = "Google Authentication Library: httplib2 transport"
groups = ["default", "typing"]
marker = "python_version == \"3.11\""
dependencies = [
"google-auth",
"httplib2>=0.19.0",
]
files = [
{file = "google-auth-httplib2-0.2.0.tar.gz", hash = "sha256:38aa7badf48f974f1eb9861794e9c0cb2a0511a4ec0679b1f886d108f5640e05"},
{file = "google_auth_httplib2-0.2.0-py2.py3-none-any.whl", hash = "sha256:b65a0a2123300dd71281a7bf6e64d65a0759287df52729bdd1ae2e47dc311a3d"},
]
[[package]]
name = "google-auth-oauthlib"
version = "1.2.1"
requires_python = ">=3.6"
summary = "Google Authentication Library"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"google-auth>=2.15.0",
"requests-oauthlib>=0.7.0",
]
files = [
{file = "google_auth_oauthlib-1.2.1-py2.py3-none-any.whl", hash = "sha256:2d58a27262d55aa1b87678c3ba7142a080098cbc2024f903c62355deb235d91f"},
{file = "google_auth_oauthlib-1.2.1.tar.gz", hash = "sha256:afd0cad092a2eaa53cd8e8298557d6de1034c6cb4a740500b5357b648af97263"},
]
[[package]]
name = "googleapis-common-protos"
version = "1.66.0"
requires_python = ">=3.7"
summary = "Common protobufs used in Google APIs"
groups = ["default", "typing"]
marker = "python_version == \"3.11\""
dependencies = [
"protobuf!=3.20.0,!=3.20.1,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<6.0.0.dev0,>=3.20.2",
]
files = [
{file = "googleapis_common_protos-1.66.0-py2.py3-none-any.whl", hash = "sha256:d7abcd75fabb2e0ec9f74466401f6c119a0b498e27370e9be4c94cb7e382b8ed"},
{file = "googleapis_common_protos-1.66.0.tar.gz", hash = "sha256:c3e7b33d15fdca5374cc0a7346dd92ffa847425cc4ea941d970f13680052ec8c"},
]
[[package]]
name = "h11"
2022-11-07 11:40:45 -05:00
version = "0.14.0"
requires_python = ">=3.7"
summary = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
groups = ["server"]
marker = "python_version == \"3.11\""
dependencies = [
"typing-extensions; python_version < \"3.8\"",
]
2023-09-07 10:54:59 -04:00
files = [
{file = "h11-0.14.0-py3-none-any.whl", hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761"},
{file = "h11-0.14.0.tar.gz", hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d"},
]
[[package]]
name = "httplib2"
version = "0.22.0"
requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
summary = "A comprehensive HTTP client library."
groups = ["default", "typing"]
marker = "python_version == \"3.11\""
dependencies = [
"pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2; python_version > \"3.0\"",
"pyparsing<3,>=2.4.2; python_version < \"3.0\"",
]
files = [
{file = "httplib2-0.22.0-py3-none-any.whl", hash = "sha256:14ae0a53c1ba8f3d37e9e27cf37eabb0fb9980f435ba405d546948b009dd64dc"},
{file = "httplib2-0.22.0.tar.gz", hash = "sha256:d7a10bc5ef5ab08322488bde8c726eeee5c8618723fdb399597ec58f3d82df81"},
]
[[package]]
name = "httptools"
2024-11-04 01:02:17 -05:00
version = "0.6.4"
requires_python = ">=3.8.0"
summary = "A collection of framework independent HTTP protocol utils."
groups = ["server"]
marker = "python_version == \"3.11\""
files = [
2024-11-04 01:02:17 -05:00
{file = "httptools-0.6.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:40b0f7fe4fd38e6a507bdb751db0379df1e99120c65fbdc8ee6c1d044897a636"},
{file = "httptools-0.6.4.tar.gz", hash = "sha256:4e93eee4add6493b59a5c514da98c939b244fce4a0d8879cd3f466562f4b7d5c"},
]
2024-02-16 11:11:13 -05:00
[[package]]
name = "hypothesis"
2024-12-06 02:12:50 -05:00
version = "6.122.1"
2024-11-04 01:02:17 -05:00
requires_python = ">=3.9"
2024-02-16 11:11:13 -05:00
summary = "A library for property-based testing"
groups = ["dev"]
marker = "python_version == \"3.11\""
2024-02-16 11:11:13 -05:00
dependencies = [
"attrs>=22.2.0",
"exceptiongroup>=1.0.0; python_version < \"3.11\"",
2024-02-16 11:11:13 -05:00
"sortedcontainers<3.0.0,>=2.1.0",
]
files = [
2024-12-06 02:12:50 -05:00
{file = "hypothesis-6.122.1-py3-none-any.whl", hash = "sha256:59e52da0f2529b40f0b7bd0c3c61d8b3fe3337102800bf3534c53d4a8bdf8a6d"},
{file = "hypothesis-6.122.1.tar.gz", hash = "sha256:23280e802eef88316b02cb32205d74b5bf2e3de4a378e2579a8974117c512b83"},
2024-02-16 11:11:13 -05:00
]
[[package]]
name = "hypothesis"
2024-12-06 02:12:50 -05:00
version = "6.122.1"
2024-02-16 11:11:13 -05:00
extras = ["django"]
2024-11-04 01:02:17 -05:00
requires_python = ">=3.9"
2024-02-16 11:11:13 -05:00
summary = "A library for property-based testing"
groups = ["dev"]
marker = "python_version == \"3.11\""
2024-02-16 11:11:13 -05:00
dependencies = [
2024-11-04 01:02:17 -05:00
"django>=4.2",
2024-12-06 02:12:50 -05:00
"hypothesis==6.122.1",
2024-02-16 11:11:13 -05:00
]
files = [
2024-12-06 02:12:50 -05:00
{file = "hypothesis-6.122.1-py3-none-any.whl", hash = "sha256:59e52da0f2529b40f0b7bd0c3c61d8b3fe3337102800bf3534c53d4a8bdf8a6d"},
{file = "hypothesis-6.122.1.tar.gz", hash = "sha256:23280e802eef88316b02cb32205d74b5bf2e3de4a378e2579a8974117c512b83"},
2024-02-16 11:11:13 -05:00
]
[[package]]
name = "idna"
2024-11-04 01:02:17 -05:00
version = "3.10"
requires_python = ">=3.6"
summary = "Internationalized Domain Names in Applications (IDNA)"
groups = ["default", "server", "typing"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
2024-11-04 01:02:17 -05:00
{file = "idna-3.10-py3-none-any.whl", hash = "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3"},
{file = "idna-3.10.tar.gz", hash = "sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9"},
2023-09-07 10:54:59 -04:00
]
2023-11-09 13:01:47 -05:00
[[package]]
name = "ipython"
2024-12-06 02:12:50 -05:00
version = "8.30.0"
2023-12-30 12:18:37 -05:00
requires_python = ">=3.10"
2023-11-09 13:01:47 -05:00
summary = "IPython: Productive Interactive Computing"
groups = ["dev"]
marker = "python_version == \"3.11\""
2023-11-09 13:01:47 -05:00
dependencies = [
"colorama; sys_platform == \"win32\"",
"decorator",
"exceptiongroup; python_version < \"3.11\"",
2023-11-09 13:01:47 -05:00
"jedi>=0.16",
"matplotlib-inline",
"pexpect>4.3; sys_platform != \"win32\" and sys_platform != \"emscripten\"",
2023-12-04 11:35:34 -05:00
"prompt-toolkit<3.1.0,>=3.0.41",
2023-11-09 13:01:47 -05:00
"pygments>=2.4.0",
"stack-data",
"traitlets>=5.13.0",
2024-04-29 22:38:10 -04:00
"typing-extensions>=4.6; python_version < \"3.12\"",
2023-11-09 13:01:47 -05:00
]
files = [
2024-12-06 02:12:50 -05:00
{file = "ipython-8.30.0-py3-none-any.whl", hash = "sha256:85ec56a7e20f6c38fce7727dcca699ae4ffc85985aa7b23635a8008f918ae321"},
{file = "ipython-8.30.0.tar.gz", hash = "sha256:cb0a405a306d2995a5cbb9901894d240784a9f341394c6ba3f4fe8c6eb89ff6e"},
2023-11-09 13:01:47 -05:00
]
[[package]]
name = "jedi"
version = "0.19.2"
2023-11-09 13:01:47 -05:00
requires_python = ">=3.6"
summary = "An autocompletion tool for Python that can be used for text editors."
groups = ["dev"]
marker = "python_version == \"3.11\""
2023-11-09 13:01:47 -05:00
dependencies = [
"parso<0.9.0,>=0.8.4",
2023-11-09 13:01:47 -05:00
]
files = [
{file = "jedi-0.19.2-py2.py3-none-any.whl", hash = "sha256:a8ef22bde8490f57fe5c7681a3c83cb58874daf72b4784de3cce5b6ef6edb5b9"},
{file = "jedi-0.19.2.tar.gz", hash = "sha256:4770dc3de41bde3966b02eb84fbcf557fb33cce26ad23da12c742fb50ecb11f0"},
2023-11-09 13:01:47 -05:00
]
2022-09-02 23:40:36 -04:00
[[package]]
name = "jsbeautifier"
version = "1.15.1"
2022-09-02 23:40:36 -04:00
summary = "JavaScript unobfuscator and beautifier."
groups = ["lint"]
marker = "python_version == \"3.11\""
2022-09-02 23:40:36 -04:00
dependencies = [
"editorconfig>=0.12.2",
"six>=1.13.0",
]
2023-09-07 10:54:59 -04:00
files = [
{file = "jsbeautifier-1.15.1.tar.gz", hash = "sha256:ebd733b560704c602d744eafc839db60a1ee9326e30a2a80c4adb8718adc1b24"},
2023-09-07 10:54:59 -04:00
]
2022-09-02 23:40:36 -04:00
2023-06-08 13:49:53 -04:00
[[package]]
name = "json5"
version = "0.10.0"
requires_python = ">=3.8.0"
2023-06-08 13:49:53 -04:00
summary = "A Python implementation of the JSON5 data format."
groups = ["lint"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
{file = "json5-0.10.0-py3-none-any.whl", hash = "sha256:19b23410220a7271e8377f81ba8aacba2fdd56947fbb137ee5977cbe1f5e8dfa"},
{file = "json5-0.10.0.tar.gz", hash = "sha256:e66941c8f0a02026943c52c2eb34ebeb2a6f819a0be05920a6f5243cd30fd559"},
2023-09-07 10:54:59 -04:00
]
2023-06-08 13:49:53 -04:00
[[package]]
name = "lxml"
2024-08-14 12:00:32 -04:00
version = "5.3.0"
2024-01-26 14:03:04 -05:00
requires_python = ">=3.6"
summary = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
groups = ["default"]
marker = "python_version == \"3.11\""
files = [
2024-08-14 12:00:32 -04:00
{file = "lxml-5.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:aa617107a410245b8660028a7483b68e7914304a6d4882b5ff3d2d3eb5948d8c"},
{file = "lxml-5.3.0-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:eec1bb8cdbba2925bedc887bc0609a80e599c75b12d87ae42ac23fd199445654"},
{file = "lxml-5.3.0.tar.gz", hash = "sha256:4e109ca30d1edec1ac60cdbe341905dc3b8f55b16855e03a54aaf59e51ec8c6f"},
]
[[package]]
name = "markdown"
2024-11-04 01:02:17 -05:00
version = "3.7"
requires_python = ">=3.8"
summary = "Python implementation of John Gruber's Markdown."
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"importlib-metadata>=4.4; python_version < \"3.10\"",
]
2023-09-07 10:54:59 -04:00
files = [
2024-11-04 01:02:17 -05:00
{file = "Markdown-3.7-py3-none-any.whl", hash = "sha256:7eb6df5690b81a1d7942992c97fad2938e956e79df20cbc6186e9c3a77b1c803"},
{file = "markdown-3.7.tar.gz", hash = "sha256:2ae2471477cfd02dbbf038d5d9bc226d40def84b4fe2986e49b59b6b472bbed2"},
2023-09-07 10:54:59 -04:00
]
[[package]]
name = "markdown-it-py"
version = "3.0.0"
requires_python = ">=3.8"
summary = "Python port of markdown-it. Markdown parsing, done right!"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"mdurl~=0.1",
]
2023-09-07 10:54:59 -04:00
files = [
{file = "markdown-it-py-3.0.0.tar.gz", hash = "sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb"},
{file = "markdown_it_py-3.0.0-py3-none-any.whl", hash = "sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1"},
2023-09-07 10:54:59 -04:00
]
[[package]]
name = "markdownify"
2024-11-25 13:36:19 -05:00
version = "0.14.1"
summary = "Convert HTML to markdown."
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"beautifulsoup4<5,>=4.9",
"six<2,>=1.15",
]
2023-09-07 10:54:59 -04:00
files = [
2024-11-25 13:36:19 -05:00
{file = "markdownify-0.14.1-py3-none-any.whl", hash = "sha256:4c46a6c0c12c6005ddcd49b45a5a890398b002ef51380cd319db62df5e09bc2a"},
{file = "markdownify-0.14.1.tar.gz", hash = "sha256:a62a7a216947ed0b8dafb95b99b2ef4a0edd1e18d5653c656f68f03db2bfb2f1"},
2023-09-07 10:54:59 -04:00
]
2023-11-09 13:01:47 -05:00
[[package]]
name = "matplotlib-inline"
version = "0.1.7"
requires_python = ">=3.8"
2023-11-09 13:01:47 -05:00
summary = "Inline Matplotlib backend for Jupyter"
groups = ["dev"]
marker = "python_version == \"3.11\""
2023-11-09 13:01:47 -05:00
dependencies = [
"traitlets",
]
files = [
{file = "matplotlib_inline-0.1.7-py3-none-any.whl", hash = "sha256:df192d39a4ff8f21b1895d72e6a13f5fcc5099f00fa84384e0ea28c2cc0653ca"},
{file = "matplotlib_inline-0.1.7.tar.gz", hash = "sha256:8423b23ec666be3d16e16b60bdd8ac4e86e840ebd1dd11a30b9f117f2fa0ab90"},
2023-11-09 13:01:47 -05:00
]
[[package]]
name = "mdformat"
2024-11-25 13:36:19 -05:00
version = "0.7.19"
2024-11-04 01:02:17 -05:00
requires_python = ">=3.9"
summary = "CommonMark compliant Markdown formatter"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"importlib-metadata>=3.6.0; python_version < \"3.10\"",
2023-09-07 10:54:59 -04:00
"markdown-it-py<4.0.0,>=1.0.0",
"tomli>=1.1.0; python_version < \"3.11\"",
]
2023-09-07 10:54:59 -04:00
files = [
2024-11-25 13:36:19 -05:00
{file = "mdformat-0.7.19-py3-none-any.whl", hash = "sha256:5c360992adc118cf1479cbbe92bb3bd66dcd7f1a5a3a2ad6675915622c678cf1"},
{file = "mdformat-0.7.19.tar.gz", hash = "sha256:a7d22df9802383432367864da907d2d147485b5cb6872e2d66937c1333e4d58a"},
2023-09-07 10:54:59 -04:00
]
[[package]]
name = "mdformat-tables"
2024-09-03 11:08:58 -04:00
version = "1.0.0"
requires_python = ">=3.7.0"
summary = "An mdformat plugin for rendering tables."
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"mdformat<0.8.0,>=0.7.5",
2024-09-03 11:08:58 -04:00
"wcwidth>=0.2.13",
]
2023-09-07 10:54:59 -04:00
files = [
2024-09-03 11:08:58 -04:00
{file = "mdformat_tables-1.0.0-py3-none-any.whl", hash = "sha256:94cd86126141b2adc3b04c08d1441eb1272b36c39146bab078249a41c7240a9a"},
{file = "mdformat_tables-1.0.0.tar.gz", hash = "sha256:a57db1ac17c4a125da794ef45539904bb8a9592e80557d525e1f169c96daa2c8"},
2023-09-07 10:54:59 -04:00
]
[[package]]
name = "mdurl"
2022-09-02 23:40:36 -04:00
version = "0.1.2"
2022-05-05 02:13:48 -04:00
requires_python = ">=3.7"
summary = "Markdown URL utilities"
groups = ["default"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
{file = "mdurl-0.1.2-py3-none-any.whl", hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8"},
{file = "mdurl-0.1.2.tar.gz", hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"},
]
[[package]]
name = "multidict"
2024-11-04 01:02:17 -05:00
version = "6.1.0"
requires_python = ">=3.8"
summary = "multidict implementation"
groups = ["default"]
marker = "python_version == \"3.11\""
2024-11-04 01:02:17 -05:00
dependencies = [
"typing-extensions>=4.1.0; python_version < \"3.11\"",
]
files = [
2024-11-04 01:02:17 -05:00
{file = "multidict-6.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ec2abea24d98246b94913b76a125e855eb5c434f7c46546046372fe60f666351"},
{file = "multidict-6.1.0-py3-none-any.whl", hash = "sha256:48e171e52d1c4d33888e529b999e5900356b9ae588c2f09a52dcefb158b27506"},
{file = "multidict-6.1.0.tar.gz", hash = "sha256:22ae2ebf9b0c69d206c003e2f6a914ea33f0a932d4aa16f236afc049d9958f4a"},
]
[[package]]
name = "mypy"
2024-09-20 10:37:51 -04:00
version = "1.11.2"
2023-11-20 00:40:18 -05:00
requires_python = ">=3.8"
summary = "Optional static typing for Python"
groups = ["typing"]
marker = "python_version == \"3.11\""
dependencies = [
2023-03-22 11:36:44 -04:00
"mypy-extensions>=1.0.0",
"tomli>=1.1.0; python_version < \"3.11\"",
2024-09-20 10:37:51 -04:00
"typing-extensions>=4.6.0",
2023-09-07 10:54:59 -04:00
]
files = [
2024-09-20 10:37:51 -04:00
{file = "mypy-1.11.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:cd953f221ac1379050a8a646585a29574488974f79d8082cedef62744f0a0104"},
{file = "mypy-1.11.2-py3-none-any.whl", hash = "sha256:b499bc07dbdcd3de92b0a8b29fdf592c111276f6a12fe29c30f6c417dd546d12"},
{file = "mypy-1.11.2.tar.gz", hash = "sha256:7f9993ad3e0ffdc95c2a14b66dee63729f021968bff8ad911867579c65d13a79"},
]
2022-02-11 23:52:31 -05:00
[[package]]
name = "mypy-extensions"
2023-03-22 11:36:44 -04:00
version = "1.0.0"
requires_python = ">=3.5"
summary = "Type system extensions for programs checked with the mypy type checker."
groups = ["typing"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
{file = "mypy_extensions-1.0.0-py3-none-any.whl", hash = "sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d"},
{file = "mypy_extensions-1.0.0.tar.gz", hash = "sha256:75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782"},
]
2022-02-11 23:52:31 -05:00
[[package]]
name = "nh3"
2024-12-06 02:12:50 -05:00
version = "0.2.19"
summary = "Python bindings to the ammonia HTML sanitization library."
groups = ["default"]
marker = "python_version == \"3.11\""
files = [
2024-12-06 02:12:50 -05:00
{file = "nh3-0.2.19-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b8eb7affc590e542fa7981ef508cd1644f62176bcd10d4429890fc629b47f0bc"},
{file = "nh3-0.2.19.tar.gz", hash = "sha256:790056b54c068ff8dceb443eaefb696b84beff58cca6c07afd754d17692a4804"},
]
[[package]]
name = "oauthlib"
version = "3.2.2"
requires_python = ">=3.6"
summary = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic"
groups = ["default"]
marker = "python_version == \"3.11\""
files = [
{file = "oauthlib-3.2.2-py3-none-any.whl", hash = "sha256:8139f29aac13e25d502680e9e19963e83f16838d48a0d71c287fe40e7067fbca"},
{file = "oauthlib-3.2.2.tar.gz", hash = "sha256:9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918"},
]
[[package]]
name = "odfpy"
version = "1.4.1"
summary = "Python API and tools to manipulate OpenDocument files"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"defusedxml",
]
files = [
{file = "odfpy-1.4.1.tar.gz", hash = "sha256:db766a6e59c5103212f3cc92ec8dd50a0f3a02790233ed0b52148b70d3c438ec"},
]
[[package]]
name = "openapi-client-udm"
version = "1.0.2"
summary = "Univention Directory Manager REST interface"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"aiohttp>=3.0.0",
"python-dateutil",
"six>=1.10",
"urllib3>=1.25.3",
]
files = [
{file = "openapi-client-udm-1.0.2.tar.gz", hash = "sha256:c0f41109320ec4bda2f7a72c3705ddb839f06b60a88089a041f7df1442dd396b"},
{file = "openapi_client_udm-1.0.2-py3-none-any.whl", hash = "sha256:453d4fe405542729cd307005e4b9710ae475693c6795616b1568e045114e1be5"},
]
[[package]]
name = "openpyxl"
version = "3.1.5"
requires_python = ">=3.8"
summary = "A Python library to read/write Excel 2010 xlsx/xlsm files"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"et-xmlfile",
]
files = [
{file = "openpyxl-3.1.5-py2.py3-none-any.whl", hash = "sha256:5282c12b107bffeef825f4617dc029afaf41d0ea60823bbb665ef3079dc79de2"},
{file = "openpyxl-3.1.5.tar.gz", hash = "sha256:cf0e3cf56142039133628b5acffe8ef0c12bc902d2aadd3e0fe5878dc08d1050"},
]
2023-03-22 11:36:44 -04:00
[[package]]
name = "packaging"
version = "24.2"
requires_python = ">=3.8"
2023-03-22 11:36:44 -04:00
summary = "Core utilities for Python packages"
groups = ["default"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
{file = "packaging-24.2-py3-none-any.whl", hash = "sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759"},
{file = "packaging-24.2.tar.gz", hash = "sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f"},
2023-09-07 10:54:59 -04:00
]
2023-03-22 11:36:44 -04:00
2023-11-09 13:01:47 -05:00
[[package]]
name = "parso"
version = "0.8.4"
2023-11-09 13:01:47 -05:00
requires_python = ">=3.6"
summary = "A Python Parser"
groups = ["dev"]
marker = "python_version == \"3.11\""
2023-11-09 13:01:47 -05:00
files = [
{file = "parso-0.8.4-py2.py3-none-any.whl", hash = "sha256:a418670a20291dacd2dddc80c377c5c3791378ee1e8d12bffc35420643d43f18"},
{file = "parso-0.8.4.tar.gz", hash = "sha256:eb3a7b58240fb99099a345571deecc0f9540ea5f4dd2fe14c2a99d6b281ab92d"},
2023-11-09 13:01:47 -05:00
]
2022-02-11 23:52:31 -05:00
[[package]]
name = "pathspec"
2023-12-30 12:18:37 -05:00
version = "0.12.1"
requires_python = ">=3.8"
2022-02-11 23:52:31 -05:00
summary = "Utility library for gitignore style pattern matching of file paths."
groups = ["lint"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
2023-12-30 12:18:37 -05:00
{file = "pathspec-0.12.1-py3-none-any.whl", hash = "sha256:a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08"},
{file = "pathspec-0.12.1.tar.gz", hash = "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712"},
2023-09-07 10:54:59 -04:00
]
2022-02-11 23:52:31 -05:00
2023-11-09 13:01:47 -05:00
[[package]]
name = "pexpect"
version = "4.9.0"
2023-11-09 13:01:47 -05:00
summary = "Pexpect allows easy control of interactive console applications."
groups = ["dev"]
marker = "(sys_platform != \"win32\" and sys_platform != \"emscripten\") and python_version == \"3.11\""
2023-11-09 13:01:47 -05:00
dependencies = [
"ptyprocess>=0.5",
]
files = [
{file = "pexpect-4.9.0-py2.py3-none-any.whl", hash = "sha256:7236d1e080e4936be2dc3e326cec0af72acf9212a7e1d060210e70a47e253523"},
{file = "pexpect-4.9.0.tar.gz", hash = "sha256:ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f"},
2023-11-09 13:01:47 -05:00
]
[[package]]
name = "pillow"
version = "10.4.0"
requires_python = ">=3.8"
summary = "Python Imaging Library (Fork)"
groups = ["default"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
{file = "pillow-10.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5e84b6cc6a4a3d76c153a6b19270b3526a5a8ed6b09501d3af891daa2a9de7d6"},
{file = "pillow-10.4.0-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:76a911dfe51a36041f2e756b00f96ed84677cdeb75d25c767f296c1c1eda1319"},
{file = "pillow-10.4.0.tar.gz", hash = "sha256:166c1cd4d24309b30d61f79f4a9114b7b2313d7450912277855ff5dfd7cd4a06"},
2023-09-07 10:54:59 -04:00
]
2023-11-09 13:01:47 -05:00
[[package]]
name = "prompt-toolkit"
2024-11-04 01:02:17 -05:00
version = "3.0.48"
2023-11-09 13:01:47 -05:00
requires_python = ">=3.7.0"
summary = "Library for building powerful interactive command lines in Python"
groups = ["dev"]
marker = "python_version == \"3.11\""
2023-11-09 13:01:47 -05:00
dependencies = [
"wcwidth",
]
files = [
2024-11-04 01:02:17 -05:00
{file = "prompt_toolkit-3.0.48-py3-none-any.whl", hash = "sha256:f49a827f90062e411f1ce1f854f2aedb3c23353244f8108b89283587397ac10e"},
{file = "prompt_toolkit-3.0.48.tar.gz", hash = "sha256:d6623ab0477a80df74e646bdbc93621143f5caf104206aa29294d53de1a03d90"},
]
[[package]]
name = "propcache"
version = "0.2.1"
requires_python = ">=3.9"
2024-11-04 01:02:17 -05:00
summary = "Accelerated property cache"
groups = ["default"]
marker = "python_version == \"3.11\""
files = [
{file = "propcache-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cf6c4150f8c0e32d241436526f3c3f9cbd34429492abddbada2ffcff506c51af"},
{file = "propcache-0.2.1-py3-none-any.whl", hash = "sha256:52277518d6aae65536e9cea52d4e7fd2f7a66f4aa2d30ed3f2fcea620ace3c54"},
{file = "propcache-0.2.1.tar.gz", hash = "sha256:3f77ce728b19cb537714499928fe800c3dda29e8d9428778fc7c186da4c09a64"},
2023-11-09 13:01:47 -05:00
]
[[package]]
name = "proto-plus"
2024-11-04 01:02:17 -05:00
version = "1.25.0"
requires_python = ">=3.7"
summary = "Beautiful, Pythonic protocol buffers."
groups = ["default", "typing"]
marker = "python_version == \"3.11\""
dependencies = [
"protobuf<6.0.0dev,>=3.19.0",
]
files = [
2024-11-04 01:02:17 -05:00
{file = "proto_plus-1.25.0-py3-none-any.whl", hash = "sha256:c91fc4a65074ade8e458e95ef8bac34d4008daa7cce4a12d6707066fca648961"},
{file = "proto_plus-1.25.0.tar.gz", hash = "sha256:fbb17f57f7bd05a68b7707e745e26528b0b3c34e378db91eef93912c54982d91"},
]
[[package]]
name = "protobuf"
version = "5.29.1"
requires_python = ">=3.8"
summary = ""
groups = ["default", "typing"]
marker = "python_version == \"3.11\""
files = [
{file = "protobuf-5.29.1-cp38-abi3-manylinux2014_x86_64.whl", hash = "sha256:8ee1461b3af56145aca2800e6a3e2f928108c749ba8feccc6f5dd0062c410c0d"},
{file = "protobuf-5.29.1-py3-none-any.whl", hash = "sha256:32600ddb9c2a53dedc25b8581ea0f1fd8ea04956373c0c07577ce58d312522e0"},
{file = "protobuf-5.29.1.tar.gz", hash = "sha256:683be02ca21a6ffe80db6dd02c0b5b2892322c59ca57fd6c872d652cb80549cb"},
]
[[package]]
name = "psycopg"
2024-09-20 10:37:51 -04:00
version = "3.2.3"
requires_python = ">=3.8"
summary = "PostgreSQL database adapter for Python"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"backports-zoneinfo>=0.2.0; python_version < \"3.9\"",
2024-09-20 10:37:51 -04:00
"typing-extensions>=4.6; python_version < \"3.13\"",
"tzdata; sys_platform == \"win32\"",
]
files = [
2024-09-20 10:37:51 -04:00
{file = "psycopg-3.2.3-py3-none-any.whl", hash = "sha256:644d3973fe26908c73d4be746074f6e5224b03c1101d302d9a53bf565ad64907"},
{file = "psycopg-3.2.3.tar.gz", hash = "sha256:a5764f67c27bec8bfac85764d23c534af2c27b893550377e37ce59c12aac47a2"},
]
[[package]]
name = "psycopg-binary"
2024-09-20 10:37:51 -04:00
version = "3.2.3"
requires_python = ">=3.8"
summary = "PostgreSQL database adapter for Python -- C optimisation distribution"
groups = ["default"]
marker = "implementation_name != \"pypy\" and python_version == \"3.11\""
files = [
2024-09-20 10:37:51 -04:00
{file = "psycopg_binary-3.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7d784f614e4d53050cbe8abf2ae9d1aaacf8ed31ce57b42ce3bf2a48a66c3a5c"},
]
[[package]]
name = "psycopg-pool"
version = "3.2.4"
requires_python = ">=3.8"
summary = "Connection Pool for Psycopg"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
2024-11-04 01:02:17 -05:00
"typing-extensions>=4.6",
]
files = [
{file = "psycopg_pool-3.2.4-py3-none-any.whl", hash = "sha256:f6a22cff0f21f06d72fb2f5cb48c618946777c49385358e0c88d062c59cbd224"},
{file = "psycopg_pool-3.2.4.tar.gz", hash = "sha256:61774b5bbf23e8d22bedc7504707135aaf744679f8ef9b3fe29942920746a6ed"},
]
[[package]]
name = "psycopg"
2024-09-20 10:37:51 -04:00
version = "3.2.3"
extras = ["binary", "pool"]
requires_python = ">=3.8"
summary = "PostgreSQL database adapter for Python"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
2024-09-20 10:37:51 -04:00
"psycopg-binary==3.2.3; implementation_name != \"pypy\"",
"psycopg-pool",
2024-09-20 10:37:51 -04:00
"psycopg==3.2.3",
]
files = [
2024-09-20 10:37:51 -04:00
{file = "psycopg-3.2.3-py3-none-any.whl", hash = "sha256:644d3973fe26908c73d4be746074f6e5224b03c1101d302d9a53bf565ad64907"},
{file = "psycopg-3.2.3.tar.gz", hash = "sha256:a5764f67c27bec8bfac85764d23c534af2c27b893550377e37ce59c12aac47a2"},
]
2023-11-09 13:01:47 -05:00
[[package]]
name = "ptyprocess"
version = "0.7.0"
summary = "Run a subprocess in a pseudo terminal"
groups = ["dev"]
marker = "(sys_platform != \"win32\" and sys_platform != \"emscripten\") and python_version == \"3.11\""
2023-11-09 13:01:47 -05:00
files = [
{file = "ptyprocess-0.7.0-py2.py3-none-any.whl", hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35"},
{file = "ptyprocess-0.7.0.tar.gz", hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220"},
]
[[package]]
name = "pure-eval"
version = "0.2.3"
2023-11-09 13:01:47 -05:00
summary = "Safely evaluate AST nodes without side effects"
groups = ["dev"]
marker = "python_version == \"3.11\""
2023-11-09 13:01:47 -05:00
files = [
{file = "pure_eval-0.2.3-py3-none-any.whl", hash = "sha256:1db8e35b67b3d218d818ae653e27f06c3aa420901fa7b081ca98cbedc874e0d0"},
{file = "pure_eval-0.2.3.tar.gz", hash = "sha256:5f4e983f40564c576c7c8635ae88db5956bb2229d7e9237d03b3c0b0190eaf42"},
2023-11-09 13:01:47 -05:00
]
2022-02-11 23:52:31 -05:00
[[package]]
name = "pyasn1"
2024-11-04 01:02:17 -05:00
version = "0.6.1"
requires_python = ">=3.8"
summary = "Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208)"
groups = ["default", "typing"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
2024-11-04 01:02:17 -05:00
{file = "pyasn1-0.6.1-py3-none-any.whl", hash = "sha256:0d632f46f2ba09143da3a8afe9e33fb6f92fa2320ab7e886e2d0f7672af84629"},
{file = "pyasn1-0.6.1.tar.gz", hash = "sha256:6f580d2bdd84365380830acf45550f2511469f673cb4a5ae3857a3170128b034"},
2023-09-07 10:54:59 -04:00
]
2022-02-11 23:52:31 -05:00
[[package]]
name = "pyasn1-modules"
2024-11-04 01:02:17 -05:00
version = "0.4.1"
requires_python = ">=3.8"
summary = "A collection of ASN.1-based protocols modules"
groups = ["default", "typing"]
marker = "python_version == \"3.11\""
2022-02-11 23:52:31 -05:00
dependencies = [
"pyasn1<0.7.0,>=0.4.6",
2022-02-11 23:52:31 -05:00
]
2023-09-07 10:54:59 -04:00
files = [
2024-11-04 01:02:17 -05:00
{file = "pyasn1_modules-0.4.1-py3-none-any.whl", hash = "sha256:49bfa96b45a292b711e986f222502c1c9a5e1f4e568fc30e2574a6c7d07838fd"},
{file = "pyasn1_modules-0.4.1.tar.gz", hash = "sha256:c28e2dbf9c06ad61c71a075c7e0f9fd0f1b0bb2d2ad4377f240d33ac2ab60a7c"},
2023-09-07 10:54:59 -04:00
]
2022-02-11 23:52:31 -05:00
[[package]]
name = "pycparser"
version = "2.22"
requires_python = ">=3.8"
summary = "C parser in Python"
groups = ["default"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
{file = "pycparser-2.22-py3-none-any.whl", hash = "sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc"},
{file = "pycparser-2.22.tar.gz", hash = "sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6"},
2023-09-07 10:54:59 -04:00
]
[[package]]
name = "pydantic"
version = "2.10.3"
requires_python = ">=3.8"
summary = "Data validation using Python type hints"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"annotated-types>=0.6.0",
"pydantic-core==2.27.1",
"typing-extensions>=4.12.2",
]
files = [
{file = "pydantic-2.10.3-py3-none-any.whl", hash = "sha256:be04d85bbc7b65651c5f8e6b9976ed9c6f41782a55524cef079a34a0bb82144d"},
{file = "pydantic-2.10.3.tar.gz", hash = "sha256:cb5ac360ce894ceacd69c403187900a02c4b20b693a9dd1d643e1effab9eadf9"},
]
[[package]]
name = "pydantic-core"
version = "2.27.1"
requires_python = ">=3.8"
summary = "Core functionality for Pydantic validation and serialization"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"typing-extensions!=4.7.0,>=4.6.0",
]
files = [
{file = "pydantic_core-2.27.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:acc07b2cfc5b835444b44a9956846b578d27beeacd4b52e45489e93276241025"},
{file = "pydantic_core-2.27.1.tar.gz", hash = "sha256:62a763352879b84aa31058fc931884055fd75089cccbd9d58bb6afd01141b235"},
]
[[package]]
name = "pydyf"
version = "0.11.0"
2024-05-03 00:04:35 -04:00
requires_python = ">=3.8"
summary = "A low-level PDF generator."
groups = ["default"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
{file = "pydyf-0.11.0-py3-none-any.whl", hash = "sha256:0aaf9e2ebbe786ec7a78ec3fbffa4cdcecde53fd6f563221d53c6bc1328848a3"},
{file = "pydyf-0.11.0.tar.gz", hash = "sha256:394dddf619cca9d0c55715e3c55ea121a9bf9cbc780cdc1201a2427917b86b64"},
2023-09-07 10:54:59 -04:00
]
2023-11-09 13:01:47 -05:00
[[package]]
name = "pygments"
version = "2.18.0"
requires_python = ">=3.8"
2023-11-09 13:01:47 -05:00
summary = "Pygments is a syntax highlighting package written in Python."
2024-08-30 11:49:21 -04:00
groups = ["default", "dev"]
marker = "python_version == \"3.11\""
2023-11-09 13:01:47 -05:00
files = [
{file = "pygments-2.18.0-py3-none-any.whl", hash = "sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a"},
{file = "pygments-2.18.0.tar.gz", hash = "sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199"},
2023-11-09 13:01:47 -05:00
]
[[package]]
name = "pyparsing"
2024-11-04 01:02:17 -05:00
version = "3.2.0"
requires_python = ">=3.9"
summary = "pyparsing module - Classes and methods to define and execute parsing grammars"
groups = ["default", "typing"]
marker = "python_version == \"3.11\""
files = [
2024-11-04 01:02:17 -05:00
{file = "pyparsing-3.2.0-py3-none-any.whl", hash = "sha256:93d9577b88da0bbea8cc8334ee8b918ed014968fd2ec383e868fb8afb1ccef84"},
{file = "pyparsing-3.2.0.tar.gz", hash = "sha256:cbf74e27246d595d9a74b186b810f6fbb86726dbf3b9532efb343f6d7294fe9c"},
]
[[package]]
name = "pyphen"
2024-11-04 01:02:17 -05:00
version = "0.15.0"
requires_python = ">=3.8"
summary = "Pure Python module to hyphenate text"
groups = ["default"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
2024-11-04 01:02:17 -05:00
{file = "pyphen-0.15.0-py3-none-any.whl", hash = "sha256:999b430916ab42ae9912537cd95c074e0c6691e89a9d05999f9b610a68f34858"},
{file = "pyphen-0.15.0.tar.gz", hash = "sha256:a430623decac53dc3691241253263cba36b9dd7a44ffd2680b706af368cda2f2"},
2023-09-07 10:54:59 -04:00
]
2024-11-04 00:55:31 -05:00
[[package]]
name = "pyproject-fmt"
version = "2.5.0"
requires_python = ">=3.9"
summary = "Format your pyproject.toml file"
groups = ["lint"]
marker = "python_version == \"3.11\""
dependencies = [
"toml-fmt-common==1.0.1",
]
files = [
{file = "pyproject_fmt-2.5.0-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a167bb8598801e16dd69fe96530da843dffce83843a4b4fd52b91793399b1c7b"},
{file = "pyproject_fmt-2.5.0.tar.gz", hash = "sha256:d8d9064bf740cda9b30386fc40f34deb8014a9a59f10e89bfb991df4c9dcbf15"},
]
[[package]]
name = "python-dateutil"
version = "2.9.0.post0"
requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
summary = "Extensions to the standard Python datetime module"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"six>=1.5",
]
2023-09-07 10:54:59 -04:00
files = [
{file = "python-dateutil-2.9.0.post0.tar.gz", hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3"},
{file = "python_dateutil-2.9.0.post0-py2.py3-none-any.whl", hash = "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427"},
2023-09-07 10:54:59 -04:00
]
[[package]]
name = "python-dotenv"
version = "1.0.1"
requires_python = ">=3.8"
summary = "Read key-value pairs from a .env file and set them as environment variables"
groups = ["server"]
marker = "python_version == \"3.11\""
files = [
{file = "python-dotenv-1.0.1.tar.gz", hash = "sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca"},
{file = "python_dotenv-1.0.1-py3-none-any.whl", hash = "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a"},
]
2022-02-11 23:52:31 -05:00
[[package]]
name = "python-ldap"
version = "3.4.4"
2022-02-11 23:52:31 -05:00
requires_python = ">=3.6"
summary = "Python modules for implementing LDAP clients"
groups = ["default"]
marker = "python_version == \"3.11\""
2022-02-11 23:52:31 -05:00
dependencies = [
"pyasn1-modules>=0.1.5",
"pyasn1>=0.3.7",
]
2023-09-07 10:54:59 -04:00
files = [
{file = "python-ldap-3.4.4.tar.gz", hash = "sha256:7edb0accec4e037797705f3a05cbf36a9fde50d08c8f67f2aef99a2628fab828"},
]
2022-02-11 23:52:31 -05:00
[[package]]
name = "pyyaml"
2024-11-04 01:02:17 -05:00
version = "6.0.2"
requires_python = ">=3.8"
2022-02-11 23:52:31 -05:00
summary = "YAML parser and emitter for Python"
groups = ["lint", "server"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
2024-11-04 01:02:17 -05:00
{file = "PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3ad2a3decf9aaba3d29c8f537ac4b243e36bef957511b4766cb0057d32b0be85"},
{file = "pyyaml-6.0.2.tar.gz", hash = "sha256:d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e"},
2023-09-07 10:54:59 -04:00
]
2022-02-11 23:52:31 -05:00
[[package]]
name = "regex"
version = "2024.11.6"
2024-11-04 01:02:17 -05:00
requires_python = ">=3.8"
2022-02-11 23:52:31 -05:00
summary = "Alternative regular expression module, to replace re."
groups = ["lint"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
{file = "regex-2024.11.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f2a19f302cd1ce5dd01a9099aaa19cae6173306d1302a43b627f62e21cf18ac0"},
{file = "regex-2024.11.6.tar.gz", hash = "sha256:7ab159b063c52a0333c884e4679f8d7a85112ee3078fe3d9004b2dd875585519"},
2023-09-07 10:54:59 -04:00
]
2022-02-11 23:52:31 -05:00
[[package]]
name = "requests"
2024-06-05 10:18:25 -04:00
version = "2.32.3"
requires_python = ">=3.8"
summary = "Python HTTP for Humans."
groups = ["default", "typing"]
marker = "python_version == \"3.11\""
dependencies = [
"certifi>=2017.4.17",
2023-03-22 11:36:44 -04:00
"charset-normalizer<4,>=2",
"idna<4,>=2.5",
2023-06-08 13:49:53 -04:00
"urllib3<3,>=1.21.1",
]
2023-09-07 10:54:59 -04:00
files = [
2024-06-05 10:18:25 -04:00
{file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"},
{file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"},
2023-09-07 10:54:59 -04:00
]
[[package]]
name = "requests-oauthlib"
version = "2.0.0"
requires_python = ">=3.4"
summary = "OAuthlib authentication support for Requests."
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"oauthlib>=3.0.0",
"requests>=2.0.0",
]
files = [
{file = "requests-oauthlib-2.0.0.tar.gz", hash = "sha256:b3dffaebd884d8cd778494369603a9e7b58d29111bf6b41bdc2dcd87203af4e9"},
{file = "requests_oauthlib-2.0.0-py2.py3-none-any.whl", hash = "sha256:7dd8a5c40426b779b0868c404bdef9768deccf22749cde15852df527e6269b36"},
]
2024-08-30 11:49:21 -04:00
[[package]]
name = "rich"
2024-11-04 01:02:17 -05:00
version = "13.9.4"
requires_python = ">=3.8.0"
2024-08-30 11:49:21 -04:00
summary = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"markdown-it-py>=2.2.0",
"pygments<3.0.0,>=2.13.0",
2024-11-04 01:02:17 -05:00
"typing-extensions<5.0,>=4.0.0; python_version < \"3.11\"",
2024-08-30 11:49:21 -04:00
]
files = [
2024-11-04 01:02:17 -05:00
{file = "rich-13.9.4-py3-none-any.whl", hash = "sha256:6049d5e6ec054bf2779ab3358186963bac2ea89175919d699e378b99738c2a90"},
{file = "rich-13.9.4.tar.gz", hash = "sha256:439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098"},
2024-08-30 11:49:21 -04:00
]
[[package]]
name = "rsa"
version = "4.9"
requires_python = ">=3.6,<4"
summary = "Pure-Python RSA implementation"
groups = ["default", "typing"]
marker = "python_version == \"3.11\""
dependencies = [
"pyasn1>=0.1.3",
]
files = [
{file = "rsa-4.9-py3-none-any.whl", hash = "sha256:90260d9058e514786967344d0ef75fa8727eed8a7d2e43ce9f4bcf1b536174f7"},
{file = "rsa-4.9.tar.gz", hash = "sha256:e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21"},
]
[[package]]
name = "ruff"
2024-12-06 02:12:50 -05:00
version = "0.8.2"
requires_python = ">=3.7"
summary = "An extremely fast Python linter and code formatter, written in Rust."
groups = ["lint"]
marker = "python_version == \"3.11\""
files = [
2024-12-06 02:12:50 -05:00
{file = "ruff-0.8.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5fe716592ae8a376c2673fdfc1f5c0c193a6d0411f90a496863c99cd9e2ae25d"},
{file = "ruff-0.8.2.tar.gz", hash = "sha256:b84f4f414dda8ac7f75075c1fa0b905ac0ff25361f42e6d5da681a465e0f78e5"},
]
[[package]]
name = "semver"
2023-11-20 00:40:18 -05:00
version = "3.0.2"
2023-04-03 10:53:29 -04:00
requires_python = ">=3.7"
summary = "Python helper for Semantic Versioning (https://semver.org)"
groups = ["default"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
2023-11-20 00:40:18 -05:00
{file = "semver-3.0.2-py3-none-any.whl", hash = "sha256:b1ea4686fe70b981f85359eda33199d60c53964284e0cfb4977d243e37cf4bf4"},
{file = "semver-3.0.2.tar.gz", hash = "sha256:6253adb39c70f6e51afed2fa7152bcd414c411286088fb4b9effb133885ab4cc"},
2023-09-07 10:54:59 -04:00
]
[[package]]
name = "setuptools"
2024-11-25 13:36:19 -05:00
version = "75.6.0"
2024-11-12 13:14:15 -05:00
requires_python = ">=3.9"
summary = "Easily download, build, install, upgrade, and uninstall Python packages"
groups = ["server", "typing"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
2024-11-25 13:36:19 -05:00
{file = "setuptools-75.6.0-py3-none-any.whl", hash = "sha256:ce74b49e8f7110f9bf04883b730f4765b774ef3ef28f722cce7c273d253aaf7d"},
{file = "setuptools-75.6.0.tar.gz", hash = "sha256:8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6"},
2023-09-07 10:54:59 -04:00
]
[[package]]
name = "six"
version = "1.17.0"
requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
summary = "Python 2 and 3 compatibility utilities"
groups = ["default", "lint"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
{file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"},
{file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"},
2023-09-07 10:54:59 -04:00
]
[[package]]
name = "sniffio"
version = "1.3.1"
requires_python = ">=3.7"
summary = "Sniff out which async library your code is running under"
groups = ["server"]
marker = "python_version == \"3.11\""
files = [
{file = "sniffio-1.3.1-py3-none-any.whl", hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2"},
{file = "sniffio-1.3.1.tar.gz", hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc"},
]
2024-02-16 11:11:13 -05:00
[[package]]
name = "sortedcontainers"
version = "2.4.0"
summary = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set"
groups = ["dev"]
marker = "python_version == \"3.11\""
2024-02-16 11:11:13 -05:00
files = [
{file = "sortedcontainers-2.4.0-py2.py3-none-any.whl", hash = "sha256:a163dcaede0f1c021485e957a39245190e74249897e2ae4b2aa38595db237ee0"},
{file = "sortedcontainers-2.4.0.tar.gz", hash = "sha256:25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88"},
]
[[package]]
name = "soupsieve"
2024-11-04 01:02:17 -05:00
version = "2.6"
requires_python = ">=3.8"
summary = "A modern CSS selector implementation for Beautiful Soup."
groups = ["default"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
2024-11-04 01:02:17 -05:00
{file = "soupsieve-2.6-py3-none-any.whl", hash = "sha256:e72c4ff06e4fb6e4b5a9f0f55fe6e81514581fca1515028625d0f299c602ccc9"},
{file = "soupsieve-2.6.tar.gz", hash = "sha256:e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb"},
2023-09-07 10:54:59 -04:00
]
2022-02-11 23:52:31 -05:00
[[package]]
name = "sqlparse"
version = "0.5.2"
requires_python = ">=3.8"
2022-02-11 23:52:31 -05:00
summary = "A non-validating SQL parser."
groups = ["default", "debug", "dev", "typing"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
{file = "sqlparse-0.5.2-py3-none-any.whl", hash = "sha256:e99bc85c78160918c3e1d9230834ab8d80fc06c59d03f8db2618f65f65dda55e"},
{file = "sqlparse-0.5.2.tar.gz", hash = "sha256:9e37b35e16d1cc652a2545f0997c1deb23ea28fa1f3eefe609eee3063c3b105f"},
2023-09-07 10:54:59 -04:00
]
2022-02-11 23:52:31 -05:00
2023-11-09 13:01:47 -05:00
[[package]]
name = "stack-data"
version = "0.6.3"
summary = "Extract data from python stack frames and tracebacks for informative displays"
groups = ["dev"]
marker = "python_version == \"3.11\""
2023-11-09 13:01:47 -05:00
dependencies = [
"asttokens>=2.1.0",
"executing>=1.2.0",
"pure-eval",
]
files = [
{file = "stack_data-0.6.3-py3-none-any.whl", hash = "sha256:d5558e0c25a4cb0853cddad3d77da9891a08cb85dd9f9f91b9f8cd66e511e695"},
{file = "stack_data-0.6.3.tar.gz", hash = "sha256:836a778de4fec4dcd1dcd89ed8abff8a221f58308462e1c4aa2a3cf30148f0b9"},
]
[[package]]
name = "tablib"
2024-09-20 10:37:51 -04:00
version = "3.7.0"
requires_python = ">=3.9"
summary = "Format agnostic tabular data library (XLS, JSON, YAML, CSV, etc.)"
groups = ["default"]
marker = "python_version == \"3.11\""
files = [
2024-09-20 10:37:51 -04:00
{file = "tablib-3.7.0-py3-none-any.whl", hash = "sha256:9a6930037cfe0f782377963ca3f2b1dae3fd4cdbf0883848f22f1447e7bb718b"},
{file = "tablib-3.7.0.tar.gz", hash = "sha256:f9db84ed398df5109bd69c11d46613d16cc572fb9ad3213f10d95e2b5f12c18e"},
]
[[package]]
name = "tablib"
2024-09-20 10:37:51 -04:00
version = "3.7.0"
extras = ["ods", "xlsx"]
2024-09-20 10:37:51 -04:00
requires_python = ">=3.9"
summary = "Format agnostic tabular data library (XLS, JSON, YAML, CSV, etc.)"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"odfpy",
"openpyxl>=2.6.0",
2024-09-20 10:37:51 -04:00
"tablib==3.7.0",
]
files = [
2024-09-20 10:37:51 -04:00
{file = "tablib-3.7.0-py3-none-any.whl", hash = "sha256:9a6930037cfe0f782377963ca3f2b1dae3fd4cdbf0883848f22f1447e7bb718b"},
{file = "tablib-3.7.0.tar.gz", hash = "sha256:f9db84ed398df5109bd69c11d46613d16cc572fb9ad3213f10d95e2b5f12c18e"},
]
2024-02-16 11:11:13 -05:00
[[package]]
name = "tblib"
version = "3.0.0"
requires_python = ">=3.8"
summary = "Traceback serialization library."
groups = ["dev"]
marker = "python_version == \"3.11\""
2024-02-16 11:11:13 -05:00
files = [
{file = "tblib-3.0.0-py3-none-any.whl", hash = "sha256:80a6c77e59b55e83911e1e607c649836a69c103963c5f28a46cbeef44acf8129"},
{file = "tblib-3.0.0.tar.gz", hash = "sha256:93622790a0a29e04f0346458face1e144dc4d32f493714c6c3dff82a4adb77e6"},
]
[[package]]
name = "tinycss2"
2024-11-04 01:02:17 -05:00
version = "1.4.0"
2024-05-03 00:04:35 -04:00
requires_python = ">=3.8"
summary = "A tiny CSS parser"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"webencodings>=0.4",
]
2023-09-07 10:54:59 -04:00
files = [
2024-11-04 01:02:17 -05:00
{file = "tinycss2-1.4.0-py3-none-any.whl", hash = "sha256:3a49cf47b7675da0b15d0c6e1df8df4ebd96e9394bb905a5775adb0d884c5289"},
{file = "tinycss2-1.4.0.tar.gz", hash = "sha256:10c0972f6fc0fbee87c3edb76549357415e94548c1ae10ebccdea16fb404a9b7"},
]
[[package]]
name = "tinyhtml5"
version = "2.0.0"
requires_python = ">=3.9"
summary = "HTML parser based on the WHATWG HTML specification"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"webencodings>=0.5.1",
]
files = [
{file = "tinyhtml5-2.0.0-py3-none-any.whl", hash = "sha256:13683277c5b176d070f82d099d977194b7a1e26815b016114f581a74bbfbf47e"},
{file = "tinyhtml5-2.0.0.tar.gz", hash = "sha256:086f998833da24c300c414d9fe81d9b368fd04cb9d2596a008421cbc705fcfcc"},
2023-09-07 10:54:59 -04:00
]
2024-11-04 00:55:31 -05:00
[[package]]
name = "toml-fmt-common"
version = "1.0.1"
requires_python = ">=3.9"
summary = "Common logic to the TOML formatter."
groups = ["lint"]
marker = "python_version == \"3.11\""
dependencies = [
"tomli>=2.0.2; python_version < \"3.11\"",
]
files = [
{file = "toml_fmt_common-1.0.1-py3-none-any.whl", hash = "sha256:7a6542e36a7167fa94b8b997d3f8debadbb4ab757c7d78a77304579bd7a0cc7d"},
{file = "toml_fmt_common-1.0.1.tar.gz", hash = "sha256:7a29e99e527ffac456043296a0f1d8c03aaa1b06167bd39ad5e3cc5041f31c17"},
]
2022-02-11 23:52:31 -05:00
[[package]]
name = "tqdm"
version = "4.67.1"
requires_python = ">=3.7"
2022-02-11 23:52:31 -05:00
summary = "Fast, Extensible Progress Meter"
groups = ["lint"]
marker = "python_version == \"3.11\""
2022-02-11 23:52:31 -05:00
dependencies = [
"colorama; platform_system == \"Windows\"",
]
2023-09-07 10:54:59 -04:00
files = [
{file = "tqdm-4.67.1-py3-none-any.whl", hash = "sha256:26445eca388f82e72884e0d580d5464cd801a3ea01e63e5601bdff9ba6a48de2"},
{file = "tqdm-4.67.1.tar.gz", hash = "sha256:f8aef9c52c08c13a65f30ea34f4e5aac3fd1a34959879d7e59e63027286627f2"},
2023-09-07 10:54:59 -04:00
]
2022-02-11 23:52:31 -05:00
2023-11-09 13:01:47 -05:00
[[package]]
name = "traitlets"
version = "5.14.3"
2023-11-09 13:01:47 -05:00
requires_python = ">=3.8"
summary = "Traitlets Python configuration system"
groups = ["dev"]
marker = "python_version == \"3.11\""
2023-11-09 13:01:47 -05:00
files = [
{file = "traitlets-5.14.3-py3-none-any.whl", hash = "sha256:b74e89e397b1ed28cc831db7aea759ba6640cb3de13090ca145426688ff1ac4f"},
{file = "traitlets-5.14.3.tar.gz", hash = "sha256:9ed0579d3502c94b4b3732ac120375cda96f923114522847de4b3bb98b96b6b7"},
2023-11-09 13:01:47 -05:00
]
2024-05-04 16:38:51 -04:00
[[package]]
name = "types-beautifulsoup4"
2024-11-04 01:02:17 -05:00
version = "4.12.0.20241020"
2024-05-04 16:38:51 -04:00
requires_python = ">=3.8"
summary = "Typing stubs for beautifulsoup4"
groups = ["typing"]
marker = "python_version == \"3.11\""
2024-05-04 16:38:51 -04:00
dependencies = [
"types-html5lib",
]
files = [
2024-11-04 01:02:17 -05:00
{file = "types-beautifulsoup4-4.12.0.20241020.tar.gz", hash = "sha256:158370d08d0cd448bd11b132a50ff5279237a5d4b5837beba074de152a513059"},
{file = "types_beautifulsoup4-4.12.0.20241020-py3-none-any.whl", hash = "sha256:c95e66ce15a4f5f0835f7fbc5cd886321ae8294f977c495424eaf4225307fd30"},
2024-05-04 16:38:51 -04:00
]
[[package]]
name = "types-bleach"
2024-11-25 13:36:19 -05:00
version = "6.2.0.20241123"
requires_python = ">=3.8"
summary = "Typing stubs for bleach"
groups = ["typing"]
marker = "python_version == \"3.11\""
dependencies = [
"types-html5lib",
]
files = [
2024-11-25 13:36:19 -05:00
{file = "types_bleach-6.2.0.20241123-py3-none-any.whl", hash = "sha256:c6e58b3646665ca7c6b29890375390f4569e84f0cf5c171e0fe1ddb71a7be86a"},
{file = "types_bleach-6.2.0.20241123.tar.gz", hash = "sha256:dac5fe9015173514da3ac810c1a935619a3ccbcc5d66c4cbf4707eac00539057"},
]
2024-05-04 16:38:51 -04:00
[[package]]
name = "types-docutils"
version = "0.21.0.20241128"
2024-05-04 16:38:51 -04:00
requires_python = ">=3.8"
summary = "Typing stubs for docutils"
groups = ["typing"]
marker = "python_version == \"3.11\""
2024-05-04 16:38:51 -04:00
files = [
{file = "types_docutils-0.21.0.20241128-py3-none-any.whl", hash = "sha256:e0409204009639e9b0bf4521eeabe58b5e574ce9c0db08421c2ac26c32be0039"},
{file = "types_docutils-0.21.0.20241128.tar.gz", hash = "sha256:4dd059805b83ac6ec5a223699195c4e9eeb0446a4f7f2aeff1759a4a7cc17473"},
2024-05-04 16:38:51 -04:00
]
[[package]]
name = "types-html5lib"
2024-11-04 01:02:17 -05:00
version = "1.1.11.20241018"
requires_python = ">=3.8"
summary = "Typing stubs for html5lib"
groups = ["typing"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
2024-11-04 01:02:17 -05:00
{file = "types-html5lib-1.1.11.20241018.tar.gz", hash = "sha256:98042555ff78d9e3a51c77c918b1041acbb7eb6c405408d8a9e150ff5beccafa"},
{file = "types_html5lib-1.1.11.20241018-py3-none-any.whl", hash = "sha256:3f1e064d9ed2c289001ae6392c84c93833abb0816165c6ff0abfc304a779f403"},
2023-09-07 10:54:59 -04:00
]
[[package]]
name = "types-httplib2"
version = "0.22.0.20240310"
requires_python = ">=3.8"
summary = "Typing stubs for httplib2"
groups = ["typing"]
marker = "python_version == \"3.11\""
files = [
{file = "types-httplib2-0.22.0.20240310.tar.gz", hash = "sha256:1eda99fea18ec8a1dc1a725ead35b889d0836fec1b11ae6f1fe05440724c1d15"},
{file = "types_httplib2-0.22.0.20240310-py3-none-any.whl", hash = "sha256:8cd706fc81f0da32789a4373a28df6f39e9d5657d1281db4d2fd22ee29e83661"},
]
2024-05-04 16:38:51 -04:00
[[package]]
name = "types-lxml"
2024-11-12 13:14:15 -05:00
version = "2024.11.8"
2024-05-04 16:38:51 -04:00
requires_python = ">=3.8"
summary = "Complete lxml external type annotation"
groups = ["typing"]
marker = "python_version == \"3.11\""
2024-05-04 16:38:51 -04:00
dependencies = [
"cssselect~=1.2",
"types-beautifulsoup4~=4.12",
2024-08-07 13:17:22 -04:00
"typing-extensions~=4.10; python_version < \"3.13\"",
2024-05-04 16:38:51 -04:00
]
files = [
2024-11-12 13:14:15 -05:00
{file = "types_lxml-2024.11.8-py3-none-any.whl", hash = "sha256:4b4fa7f9e2f1d5f58b98ac9852a75927e4e0f69363249f9cebc78db095c046e0"},
{file = "types_lxml-2024.11.8.tar.gz", hash = "sha256:0cdb4d943cb104e019b7273fd24af72a0826d0043b3e5100b672c3bb99028e00"},
2024-05-04 16:38:51 -04:00
]
[[package]]
name = "types-markdown"
2024-12-06 02:12:50 -05:00
version = "3.7.0.20241204"
2024-05-04 16:38:51 -04:00
requires_python = ">=3.8"
summary = "Typing stubs for Markdown"
groups = ["typing"]
marker = "python_version == \"3.11\""
2024-05-04 16:38:51 -04:00
files = [
2024-12-06 02:12:50 -05:00
{file = "types_Markdown-3.7.0.20241204-py3-none-any.whl", hash = "sha256:f96146c367ea9c82bfe9903559d72706555cc2a1a3474c58ebba03b418ab18da"},
{file = "types_markdown-3.7.0.20241204.tar.gz", hash = "sha256:ecca2b25cd23163fd28ed5ba34d183d731da03e8a5ed3a20b60daded304c5410"},
2024-05-04 16:38:51 -04:00
]
[[package]]
name = "types-psycopg2"
2024-11-04 01:02:17 -05:00
version = "2.9.21.20241019"
2024-05-04 16:38:51 -04:00
requires_python = ">=3.8"
summary = "Typing stubs for psycopg2"
groups = ["typing"]
marker = "python_version == \"3.11\""
2024-05-04 16:38:51 -04:00
files = [
2024-11-04 01:02:17 -05:00
{file = "types-psycopg2-2.9.21.20241019.tar.gz", hash = "sha256:bca89b988d2ebd19bcd08b177d22a877ea8b841decb10ed130afcf39404612fa"},
{file = "types_psycopg2-2.9.21.20241019-py3-none-any.whl", hash = "sha256:44d091e67732d16a941baae48cd7b53bf91911bc36888652447cf1ef0c1fb3f6"},
2024-05-04 16:38:51 -04:00
]
[[package]]
name = "types-pygments"
2024-05-08 12:32:49 -04:00
version = "2.18.0.20240506"
2024-05-04 16:38:51 -04:00
requires_python = ">=3.8"
summary = "Typing stubs for Pygments"
groups = ["typing"]
marker = "python_version == \"3.11\""
2024-05-04 16:38:51 -04:00
dependencies = [
"types-docutils",
"types-setuptools",
]
files = [
2024-05-08 12:32:49 -04:00
{file = "types-Pygments-2.18.0.20240506.tar.gz", hash = "sha256:4b4c37812c87bbde687dbf27adf5bac593745a321e57f678dbc311571ba2ac9d"},
{file = "types_Pygments-2.18.0.20240506-py3-none-any.whl", hash = "sha256:11c90bc1737c9af55e5569558b88df7c2233e12325cb516215f722271444e91d"},
2024-05-04 16:38:51 -04:00
]
[[package]]
name = "types-python-dateutil"
2024-12-06 02:12:50 -05:00
version = "2.9.0.20241206"
requires_python = ">=3.8"
summary = "Typing stubs for python-dateutil"
groups = ["typing"]
marker = "python_version == \"3.11\""
files = [
2024-12-06 02:12:50 -05:00
{file = "types_python_dateutil-2.9.0.20241206-py3-none-any.whl", hash = "sha256:e248a4bc70a486d3e3ec84d0dc30eec3a5f979d6e7ee4123ae043eedbb987f53"},
{file = "types_python_dateutil-2.9.0.20241206.tar.gz", hash = "sha256:18f493414c26ffba692a72369fea7a154c502646301ebfe3d56a04b3767284cb"},
]
[[package]]
name = "types-pyyaml"
2024-11-04 01:02:17 -05:00
version = "6.0.12.20240917"
requires_python = ">=3.8"
summary = "Typing stubs for PyYAML"
groups = ["typing"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
2024-11-04 01:02:17 -05:00
{file = "types-PyYAML-6.0.12.20240917.tar.gz", hash = "sha256:d1405a86f9576682234ef83bcb4e6fff7c9305c8b1fbad5e0bcd4f7dbdc9c587"},
{file = "types_PyYAML-6.0.12.20240917-py3-none-any.whl", hash = "sha256:392b267f1c0fe6022952462bf5d6523f31e37f6cea49b14cee7ad634b6301570"},
2023-09-07 10:54:59 -04:00
]
[[package]]
name = "types-requests"
2024-11-04 01:02:17 -05:00
version = "2.32.0.20241016"
2024-01-26 14:03:04 -05:00
requires_python = ">=3.8"
summary = "Typing stubs for requests"
groups = ["typing"]
marker = "python_version == \"3.11\""
dependencies = [
2023-11-20 00:40:18 -05:00
"urllib3>=2",
]
2023-09-07 10:54:59 -04:00
files = [
2024-11-04 01:02:17 -05:00
{file = "types-requests-2.32.0.20241016.tar.gz", hash = "sha256:0d9cad2f27515d0e3e3da7134a1b6f28fb97129d86b867f24d9c726452634d95"},
{file = "types_requests-2.32.0.20241016-py3-none-any.whl", hash = "sha256:4195d62d6d3e043a4eaaf08ff8a62184584d2e8684e9d2aa178c7915a7da3747"},
2023-09-07 10:54:59 -04:00
]
2024-05-04 16:38:51 -04:00
[[package]]
name = "types-setuptools"
version = "75.6.0.20241126"
2024-05-04 16:38:51 -04:00
requires_python = ">=3.8"
summary = "Typing stubs for setuptools"
groups = ["typing"]
marker = "python_version == \"3.11\""
2024-05-04 16:38:51 -04:00
files = [
{file = "types_setuptools-75.6.0.20241126-py3-none-any.whl", hash = "sha256:aaae310a0e27033c1da8457d4d26ac673b0c8a0de7272d6d4708e263f2ea3b9b"},
{file = "types_setuptools-75.6.0.20241126.tar.gz", hash = "sha256:7bf25ad4be39740e469f9268b6beddda6e088891fa5a27e985c6ce68bf62ace0"},
2024-05-04 16:38:51 -04:00
]
[[package]]
name = "types-urllib3"
2023-09-07 10:54:59 -04:00
version = "1.26.25.14"
summary = "Typing stubs for urllib3"
groups = ["typing"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
{file = "types-urllib3-1.26.25.14.tar.gz", hash = "sha256:229b7f577c951b8c1b92c1bc2b2fdb0b49847bd2af6d1cc2a2e3dd340f3bda8f"},
{file = "types_urllib3-1.26.25.14-py3-none-any.whl", hash = "sha256:9683bbb7fb72e32bfe9d2be6e04875fbe1b3eeec3cbb4ea231435aa7fd6b4f0e"},
]
2022-02-11 23:52:31 -05:00
[[package]]
name = "typing-extensions"
version = "4.12.2"
2024-04-29 22:38:10 -04:00
requires_python = ">=3.8"
summary = "Backported and Experimental Type Hints for Python 3.8+"
groups = ["default", "dev", "server", "typing"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
{file = "typing_extensions-4.12.2-py3-none-any.whl", hash = "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d"},
{file = "typing_extensions-4.12.2.tar.gz", hash = "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8"},
2023-09-07 10:54:59 -04:00
]
2022-02-11 23:52:31 -05:00
[[package]]
name = "udm-rest-client"
2024-01-26 14:03:04 -05:00
version = "1.2.3"
requires_python = ">=3.6"
summary = "Python library to interact with the Univention UDM REST API. Implements the simple Python UDM API."
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"aiohttp<4,>=3.8.1",
"async-property<0.3,>=0.2.1",
"click<9,>=7",
"docker<7,>=6.1.1",
"requests<3,>=2.26",
]
files = [
2024-01-26 14:03:04 -05:00
{file = "udm-rest-client-1.2.3.tar.gz", hash = "sha256:80724cafa3498d23849124f27f965bc56f10f1dd09b8c2e61e89670c40931a5e"},
{file = "udm_rest_client-1.2.3-py2.py3-none-any.whl", hash = "sha256:ee29e94e3ba5fba63a694e33d119b1af7450afcdce3a44301d4cd5ddfa1f980b"},
]
[[package]]
name = "unifi-access"
version = "0.1.0"
requires_python = ">=3.11"
summary = "Typed wrapper for the Unifi Access Public API"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"pydantic>=2.10.1",
"requests>=2.32.3",
]
files = [
{file = "unifi_access-0.1.0-py3-none-any.whl", hash = "sha256:a901099d8b900e0266fce27a8d9a4bf4aee53fe5edf9a4110a7f45431599f7d4"},
{file = "unifi_access-0.1.0.tar.gz", hash = "sha256:6a61a491f9d36d2208bbf73da0e3bb303f385c0b22a708900a4000b58d4532af"},
]
[[package]]
name = "uritemplate"
version = "4.1.1"
requires_python = ">=3.6"
summary = "Implementation of RFC 6570 URI Templates"
groups = ["default", "typing"]
marker = "python_version == \"3.11\""
files = [
{file = "uritemplate-4.1.1-py2.py3-none-any.whl", hash = "sha256:830c08b8d99bdd312ea4ead05994a38e8936266f84b9a7878232db50b044e02e"},
{file = "uritemplate-4.1.1.tar.gz", hash = "sha256:4346edfc5c3b79f694bccd6d6099a322bbeb628dbf2cd86eea55a456ce5124f0"},
]
[[package]]
name = "urllib3"
2024-11-04 01:02:17 -05:00
version = "2.2.3"
2023-11-20 00:40:18 -05:00
requires_python = ">=3.8"
summary = "HTTP library with thread-safe connection pooling, file post, and more."
groups = ["default", "typing"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
2024-11-04 01:02:17 -05:00
{file = "urllib3-2.2.3-py3-none-any.whl", hash = "sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac"},
{file = "urllib3-2.2.3.tar.gz", hash = "sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9"},
2023-09-07 10:54:59 -04:00
]
[[package]]
name = "uvicorn"
2024-11-25 13:36:19 -05:00
version = "0.32.1"
2023-09-07 10:54:59 -04:00
requires_python = ">=3.8"
summary = "The lightning-fast ASGI server."
groups = ["server"]
marker = "python_version == \"3.11\""
dependencies = [
"click>=7.0",
"h11>=0.8",
"typing-extensions>=4.0; python_version < \"3.11\"",
2023-09-07 10:54:59 -04:00
]
files = [
2024-11-25 13:36:19 -05:00
{file = "uvicorn-0.32.1-py3-none-any.whl", hash = "sha256:82ad92fd58da0d12af7482ecdb5f2470a04c9c9a53ced65b9bbb4a205377602e"},
{file = "uvicorn-0.32.1.tar.gz", hash = "sha256:ee9519c246a72b1c084cea8d3b44ed6026e78a4a309cbedae9c37e4cb9fbb175"},
]
[[package]]
name = "uvicorn"
2024-11-25 13:36:19 -05:00
version = "0.32.1"
extras = ["standard"]
requires_python = ">=3.8"
summary = "The lightning-fast ASGI server."
groups = ["server"]
marker = "python_version == \"3.11\""
dependencies = [
"colorama>=0.4; sys_platform == \"win32\"",
2024-11-25 13:36:19 -05:00
"httptools>=0.6.3",
"python-dotenv>=0.13",
"pyyaml>=5.1",
2024-11-25 13:36:19 -05:00
"uvicorn==0.32.1",
2024-01-03 14:23:51 -05:00
"uvloop!=0.15.0,!=0.15.1,>=0.14.0; (sys_platform != \"cygwin\" and sys_platform != \"win32\") and platform_python_implementation != \"PyPy\"",
"watchfiles>=0.13",
"websockets>=10.4",
]
files = [
2024-11-25 13:36:19 -05:00
{file = "uvicorn-0.32.1-py3-none-any.whl", hash = "sha256:82ad92fd58da0d12af7482ecdb5f2470a04c9c9a53ced65b9bbb4a205377602e"},
{file = "uvicorn-0.32.1.tar.gz", hash = "sha256:ee9519c246a72b1c084cea8d3b44ed6026e78a4a309cbedae9c37e4cb9fbb175"},
]
[[package]]
name = "uvloop"
2024-11-04 01:02:17 -05:00
version = "0.21.0"
requires_python = ">=3.8.0"
summary = "Fast implementation of asyncio event loop on top of libuv"
groups = ["server"]
marker = "(sys_platform != \"cygwin\" and sys_platform != \"win32\") and platform_python_implementation != \"PyPy\" and python_version == \"3.11\""
files = [
2024-11-04 01:02:17 -05:00
{file = "uvloop-0.21.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8a375441696e2eda1c43c44ccb66e04d61ceeffcd76e4929e527b7fa401b90fb"},
{file = "uvloop-0.21.0.tar.gz", hash = "sha256:3bf12b0fda68447806a7ad847bfa591613177275d35b6724b1ee573faa3704e3"},
]
[[package]]
name = "watchfiles"
version = "1.0.0"
requires_python = ">=3.9"
summary = "Simple, modern and high performance file watching and code reload in python."
groups = ["server"]
marker = "python_version == \"3.11\""
dependencies = [
"anyio>=3.0.0",
]
files = [
{file = "watchfiles-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:245fab124b9faf58430da547512d91734858df13f2ddd48ecfa5e493455ffccb"},
{file = "watchfiles-1.0.0.tar.gz", hash = "sha256:37566c844c9ce3b5deb964fe1a23378e575e74b114618d211fbda8f59d7b5dab"},
]
2023-11-09 13:01:47 -05:00
[[package]]
name = "wcwidth"
version = "0.2.13"
2023-11-09 13:01:47 -05:00
summary = "Measures the displayed width of unicode strings in a terminal"
2024-09-03 11:08:58 -04:00
groups = ["default", "dev"]
marker = "python_version == \"3.11\""
dependencies = [
"backports-functools-lru-cache>=1.2.1; python_version < \"3.2\"",
]
2023-11-09 13:01:47 -05:00
files = [
{file = "wcwidth-0.2.13-py2.py3-none-any.whl", hash = "sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859"},
{file = "wcwidth-0.2.13.tar.gz", hash = "sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5"},
2023-11-09 13:01:47 -05:00
]
[[package]]
name = "weasyprint"
2024-11-04 01:02:17 -05:00
version = "63.0"
2024-05-03 00:04:35 -04:00
requires_python = ">=3.9"
summary = "The Awesome Document Factory"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
2024-11-04 01:02:17 -05:00
"Pillow<11,>=9.1.0",
"Pyphen<0.16,>=0.9.1",
"cffi<2,>=0.6",
"cssselect2<0.8,>=0.1",
"fonttools[woff]<5,>=4.0.0",
"pydyf<0.12,>=0.11.0",
"tinycss2<2,>=1.4.0",
"tinyhtml5<3,>=2.0.0b1",
]
2023-09-07 10:54:59 -04:00
files = [
2024-11-04 01:02:17 -05:00
{file = "weasyprint-63.0-py3-none-any.whl", hash = "sha256:57d02dcfd06811a1299730c01dcc0e14eb81e990c8c51844a7fc0351fd71ed83"},
{file = "weasyprint-63.0.tar.gz", hash = "sha256:ec24c64fdcc63e4168b2c24eb89b1ee8a711281a7d7fdb3eed3f54995489c9d1"},
2023-09-07 10:54:59 -04:00
]
2022-02-15 16:16:49 -05:00
[[package]]
name = "webencodings"
version = "0.5.1"
summary = "Character encoding aliases for legacy web content"
groups = ["default"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
{file = "webencodings-0.5.1-py2.py3-none-any.whl", hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78"},
{file = "webencodings-0.5.1.tar.gz", hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923"},
]
2022-02-15 16:16:49 -05:00
[[package]]
name = "websocket-client"
version = "1.8.0"
requires_python = ">=3.8"
summary = "WebSocket client for Python with low level API options"
groups = ["default"]
marker = "python_version == \"3.11\""
files = [
{file = "websocket_client-1.8.0-py3-none-any.whl", hash = "sha256:17b44cc997f5c498e809b22cdf2d9c7a9e71c02c8cc2b6c56e7c2d1239bfa526"},
{file = "websocket_client-1.8.0.tar.gz", hash = "sha256:3239df9f44da632f96012472805d40a23281a991027ce11d2f45a6f24ac4c3da"},
]
[[package]]
name = "websockets"
version = "14.1"
requires_python = ">=3.9"
summary = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)"
groups = ["server"]
marker = "python_version == \"3.11\""
files = [
{file = "websockets-14.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f6cf0ad281c979306a6a34242b371e90e891bce504509fb6bb5246bbbf31e7b6"},
{file = "websockets-14.1-py3-none-any.whl", hash = "sha256:4d4fc827a20abe6d544a119896f6b78ee13fe81cbfef416f3f2ddf09a03f0e2e"},
{file = "websockets-14.1.tar.gz", hash = "sha256:398b10c77d471c0aab20a845e7a60076b6390bfdaac7a6d2edb0d2c59d75e8d8"},
]
[[package]]
name = "yarl"
version = "1.18.3"
2024-11-04 01:02:17 -05:00
requires_python = ">=3.9"
summary = "Yet another URL library"
groups = ["default"]
marker = "python_version == \"3.11\""
dependencies = [
"idna>=2.0",
"multidict>=4.0",
2024-11-04 01:02:17 -05:00
"propcache>=0.2.0",
]
files = [
{file = "yarl-1.18.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:75674776d96d7b851b6498f17824ba17849d790a44d282929c42dbb77d4f17ae"},
{file = "yarl-1.18.3-py3-none-any.whl", hash = "sha256:b57f4f58099328dfb26c6a771d09fb20dbbae81d20cfb66141251ea063bd101b"},
{file = "yarl-1.18.3.tar.gz", hash = "sha256:ac1801c45cbf77b6c99242eeff4fffb5e4e73a800b5c4ad4fc0be5def634d2e1"},
]
[[package]]
name = "zopfli"
2024-11-04 01:02:17 -05:00
version = "0.2.3.post1"
requires_python = ">=3.8"
summary = "Zopfli module for python"
groups = ["default"]
marker = "python_version == \"3.11\""
2023-09-07 10:54:59 -04:00
files = [
2024-11-04 01:02:17 -05:00
{file = "zopfli-0.2.3.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e63d558847166543c2c9789e6f985400a520b7eacc4b99181668b2c3aeadd352"},
{file = "zopfli-0.2.3.post1.tar.gz", hash = "sha256:96484dc0f48be1c5d7ae9f38ed1ce41e3675fd506b27c11a6607f14b49101e99"},
]