2023-06-14 20:58:47 +02:00
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.
2022-12-21 09:03:40 +01:00
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "alabaster"
2023-02-16 09:33:03 +01:00
version = "0.7.13"
2020-09-16 15:41:02 +02:00
description = "A configurable sidebar-enabled Sphinx theme"
optional = false
2023-02-16 09:33:03 +01:00
python-versions = ">=3.6"
2022-12-21 09:03:40 +01:00
files = [
2023-02-16 09:33:03 +01:00
{ file = "alabaster-0.7.13-py3-none-any.whl" , hash = "sha256:1ee19aca801bbabb5ba3f5f258e4422dfa86f82f3e9cefb0859b283cdd7f62a3" } ,
{ file = "alabaster-0.7.13.tar.gz" , hash = "sha256:a27a4a084d5e690e16e01e03ad2b2e552c61a65469419b907243193de1a84ae2" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "alembic"
2023-09-14 11:11:20 +02:00
version = "1.12.0"
2020-09-16 15:41:02 +02:00
description = "A database migration tool for SQLAlchemy."
optional = false
2022-06-11 11:32:12 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-09-14 11:11:20 +02:00
{ file = "alembic-1.12.0-py3-none-any.whl" , hash = "sha256:03226222f1cf943deee6c85d9464261a6c710cd19b4fe867a3ad1f25afda610f" } ,
{ file = "alembic-1.12.0.tar.gz" , hash = "sha256:8e7645c32e4f200675e69f0745415335eb59a3663f5feb487abfa0b30c45888b" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ package . dependencies ]
2021-10-16 21:15:54 +02:00
importlib-metadata = { version = "*" , markers = "python_version < \"3.9\"" }
importlib-resources = { version = "*" , markers = "python_version < \"3.9\"" }
2020-09-16 15:41:02 +02:00
Mako = "*"
2021-01-20 15:40:26 +01:00
SQLAlchemy = ">=1.3.0"
2023-04-08 08:54:06 +02:00
typing-extensions = ">=4"
2020-09-16 15:41:02 +02:00
2021-10-16 21:15:54 +02:00
[ package . extras ]
tz = [ "python-dateutil" ]
2022-03-27 09:33:59 +02:00
[ [ package ] ]
name = "async-timeout"
2023-08-19 08:50:37 +02:00
version = "4.0.3"
2022-03-27 09:33:59 +02:00
description = "Timeout context manager for asyncio programs"
optional = false
2023-08-19 08:50:37 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-08-19 08:50:37 +02:00
{ file = "async-timeout-4.0.3.tar.gz" , hash = "sha256:4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f" } ,
{ file = "async_timeout-4.0.3-py3-none-any.whl" , hash = "sha256:7405140ff1230c310e51dc27b3145b9092d659ce68ff733fb0cefe3ee42be028" } ,
2022-12-21 09:03:40 +01:00
]
2022-03-27 09:33:59 +02:00
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "attrs"
2023-05-29 08:45:17 +02:00
version = "23.1.0"
2020-09-16 15:41:02 +02:00
description = "Classes Without Boilerplate"
optional = false
2023-05-29 08:45:17 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-05-29 08:45:17 +02:00
{ file = "attrs-23.1.0-py3-none-any.whl" , hash = "sha256:1f28b4522cdc2fb4256ac1a020c78acf9cba2c6b461ccd2c126f3aa8e8335d04" } ,
{ file = "attrs-23.1.0.tar.gz" , hash = "sha256:6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ package . extras ]
2023-05-29 08:45:17 +02:00
cov = [ "attrs[tests]" , "coverage[toml] (>=5.3)" ]
dev = [ "attrs[docs,tests]" , "pre-commit" ]
docs = [ "furo" , "myst-parser" , "sphinx" , "sphinx-notfound-page" , "sphinxcontrib-towncrier" , "towncrier" , "zope-interface" ]
tests = [ "attrs[tests-no-zope]" , "zope-interface" ]
tests-no-zope = [ "cloudpickle" , "hypothesis" , "mypy (>=1.1.1)" , "pympler" , "pytest (>=4.3.0)" , "pytest-mypy-plugins" , "pytest-xdist[psutil]" ]
2020-09-16 15:41:02 +02:00
2022-05-27 13:28:26 +02:00
[ [ package ] ]
2022-11-09 14:16:24 +01:00
name = "authlib"
2023-07-14 19:23:29 +02:00
version = "1.2.1"
2022-05-27 13:28:26 +02:00
description = "The ultimate Python library in building OAuth and OpenID Connect servers and clients."
optional = false
python-versions = "*"
2022-12-21 09:03:40 +01:00
files = [
2023-07-14 19:23:29 +02:00
{ file = "Authlib-1.2.1-py2.py3-none-any.whl" , hash = "sha256:c88984ea00149a90e3537c964327da930779afa4564e354edfd98410bea01911" } ,
{ file = "Authlib-1.2.1.tar.gz" , hash = "sha256:421f7c6b468d907ca2d9afede256f068f87e34d23dd221c07d13d4c234726afb" } ,
2022-12-21 09:03:40 +01:00
]
2022-05-27 13:28:26 +02:00
[ package . dependencies ]
cryptography = ">=3.2"
2020-09-16 15:41:02 +02:00
[ [ package ] ]
2022-11-09 14:16:24 +01:00
name = "babel"
2023-03-05 08:11:10 +01:00
version = "2.12.1"
2020-09-16 15:41:02 +02:00
description = "Internationalization utilities"
optional = false
2023-03-05 08:11:10 +01:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-03-05 08:11:10 +01:00
{ file = "Babel-2.12.1-py3-none-any.whl" , hash = "sha256:b4246fb7677d3b98f501a39d43396d3cafdc8eadb045f4a31be01863f655c610" } ,
{ file = "Babel-2.12.1.tar.gz" , hash = "sha256:cc2d99999cd01d44420ae725a21c9e3711b3aadc7976d6147f622d8581963455" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ package . dependencies ]
2023-03-05 08:11:10 +01:00
pytz = { version = ">=2015.7" , markers = "python_version < \"3.9\"" }
2020-09-16 15:41:02 +02:00
2022-05-28 20:01:14 +02:00
[ [ package ] ]
name = "bandit"
2023-04-08 08:54:06 +02:00
version = "1.7.5"
2022-05-28 20:01:14 +02:00
description = "Security oriented static analyser for python code."
optional = false
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-04-08 08:54:06 +02:00
{ file = "bandit-1.7.5-py3-none-any.whl" , hash = "sha256:75665181dc1e0096369112541a056c59d1c5f66f9bb74a8d686c3c362b83f549" } ,
{ file = "bandit-1.7.5.tar.gz" , hash = "sha256:bdfc739baa03b880c2d15d0431b31c658ffc348e907fe197e54e0389dd59e11e" } ,
2022-12-21 09:03:40 +01:00
]
2022-05-28 20:01:14 +02:00
[ package . dependencies ]
colorama = { version = ">=0.3.9" , markers = "platform_system == \"Windows\"" }
GitPython = ">=1.0.1"
PyYAML = ">=5.3.1"
2023-04-08 08:54:06 +02:00
rich = "*"
2022-05-28 20:01:14 +02:00
stevedore = ">=1.20.0"
[ package . extras ]
2023-04-08 08:54:06 +02:00
test = [ "beautifulsoup4 (>=4.8.0)" , "coverage (>=4.5.4)" , "fixtures (>=3.0.0)" , "flake8 (>=4.0.0)" , "pylint (==1.9.4)" , "stestr (>=2.5.0)" , "testscenarios (>=0.5.0)" , "testtools (>=2.3.0)" , "tomli (>=1.1.0)" ]
toml = [ "tomli (>=1.1.0)" ]
2022-11-01 16:02:19 +01:00
yaml = [ "PyYAML" ]
2022-05-28 20:01:14 +02:00
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "bcrypt"
2022-11-01 16:02:19 +01:00
version = "4.0.1"
2020-09-16 15:41:02 +02:00
description = "Modern password hashing for your software and your servers"
optional = false
python-versions = ">=3.6"
2022-12-21 09:03:40 +01:00
files = [
{ file = "bcrypt-4.0.1-cp36-abi3-macosx_10_10_universal2.whl" , hash = "sha256:b1023030aec778185a6c16cf70f359cbb6e0c289fd564a7cfa29e727a1c38f8f" } ,
{ file = "bcrypt-4.0.1-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:08d2947c490093a11416df18043c27abe3921558d2c03e2076ccb28a116cb6d0" } ,
{ file = "bcrypt-4.0.1-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0eaa47d4661c326bfc9d08d16debbc4edf78778e6aaba29c1bc7ce67214d4410" } ,
{ file = "bcrypt-4.0.1-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ae88eca3024bb34bb3430f964beab71226e761f51b912de5133470b649d82344" } ,
{ file = "bcrypt-4.0.1-cp36-abi3-manylinux_2_24_x86_64.whl" , hash = "sha256:a522427293d77e1c29e303fc282e2d71864579527a04ddcfda6d4f8396c6c36a" } ,
{ file = "bcrypt-4.0.1-cp36-abi3-manylinux_2_28_aarch64.whl" , hash = "sha256:fbdaec13c5105f0c4e5c52614d04f0bca5f5af007910daa8b6b12095edaa67b3" } ,
{ file = "bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl" , hash = "sha256:ca3204d00d3cb2dfed07f2d74a25f12fc12f73e606fcaa6975d1f7ae69cacbb2" } ,
{ file = "bcrypt-4.0.1-cp36-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:089098effa1bc35dc055366740a067a2fc76987e8ec75349eb9484061c54f535" } ,
{ file = "bcrypt-4.0.1-cp36-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:e9a51bbfe7e9802b5f3508687758b564069ba937748ad7b9e890086290d2f79e" } ,
{ file = "bcrypt-4.0.1-cp36-abi3-win32.whl" , hash = "sha256:2caffdae059e06ac23fce178d31b4a702f2a3264c20bfb5ff541b338194d8fab" } ,
{ file = "bcrypt-4.0.1-cp36-abi3-win_amd64.whl" , hash = "sha256:8a68f4341daf7522fe8d73874de8906f3a339048ba406be6ddc1b3ccb16fc0d9" } ,
{ file = "bcrypt-4.0.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bf4fa8b2ca74381bb5442c089350f09a3f17797829d958fad058d6e44d9eb83c" } ,
{ file = "bcrypt-4.0.1-pp37-pypy37_pp73-manylinux_2_24_x86_64.whl" , hash = "sha256:67a97e1c405b24f19d08890e7ae0c4f7ce1e56a712a016746c8b2d7732d65d4b" } ,
{ file = "bcrypt-4.0.1-pp37-pypy37_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:b3b85202d95dd568efcb35b53936c5e3b3600c7cdcc6115ba461df3a8e89f38d" } ,
{ file = "bcrypt-4.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:cbb03eec97496166b704ed663a53680ab57c5084b2fc98ef23291987b525cb7d" } ,
{ file = "bcrypt-4.0.1-pp38-pypy38_pp73-manylinux_2_24_x86_64.whl" , hash = "sha256:5ad4d32a28b80c5fa6671ccfb43676e8c1cc232887759d1cd7b6f56ea4355215" } ,
{ file = "bcrypt-4.0.1-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:b57adba8a1444faf784394de3436233728a1ecaeb6e07e8c22c8848f179b893c" } ,
{ file = "bcrypt-4.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:705b2cea8a9ed3d55b4491887ceadb0106acf7c6387699fca771af56b1cdeeda" } ,
{ file = "bcrypt-4.0.1-pp39-pypy39_pp73-manylinux_2_24_x86_64.whl" , hash = "sha256:2b3ac11cf45161628f1f3733263e63194f22664bf4d0c0f3ab34099c02134665" } ,
{ file = "bcrypt-4.0.1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:3100851841186c25f127731b9fa11909ab7b1df6fc4b9f8353f4f1fd952fbf71" } ,
{ file = "bcrypt-4.0.1.tar.gz" , hash = "sha256:27d375903ac8261cfe4047f6709d16f7d18d39b1ec92aaf72af989552a650ebd" } ,
]
2020-09-16 15:41:02 +02:00
2021-02-17 14:20:55 +01:00
[ package . extras ]
tests = [ "pytest (>=3.2.1,!=3.3.0)" ]
typecheck = [ "mypy" ]
2023-06-18 15:02:21 +02:00
[ [ package ] ]
name = "beautifulsoup4"
version = "4.12.2"
description = "Screen-scraping library"
optional = false
python-versions = ">=3.6.0"
files = [
{ file = "beautifulsoup4-4.12.2-py3-none-any.whl" , hash = "sha256:bd2520ca0d9d7d12694a53d44ac482d181b4ec1888909b035a3dbf40d0f57d4a" } ,
{ file = "beautifulsoup4-4.12.2.tar.gz" , hash = "sha256:492bbc69dca35d12daac71c4db1bfff0c876c00ef4a2ffacce226d4638eb72da" } ,
]
[ package . dependencies ]
soupsieve = ">1.2"
[ package . extras ]
html5lib = [ "html5lib" ]
lxml = [ "lxml" ]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "black"
2023-09-14 11:11:20 +02:00
version = "23.9.1"
2020-09-16 15:41:02 +02:00
description = "The uncompromising code formatter."
optional = false
2023-07-14 19:23:29 +02:00
python-versions = ">=3.8"
2022-12-21 09:03:40 +01:00
files = [
2023-09-14 11:11:20 +02:00
{ file = "black-23.9.1-cp310-cp310-macosx_10_16_arm64.whl" , hash = "sha256:d6bc09188020c9ac2555a498949401ab35bb6bf76d4e0f8ee251694664df6301" } ,
{ file = "black-23.9.1-cp310-cp310-macosx_10_16_universal2.whl" , hash = "sha256:13ef033794029b85dfea8032c9d3b92b42b526f1ff4bf13b2182ce4e917f5100" } ,
{ file = "black-23.9.1-cp310-cp310-macosx_10_16_x86_64.whl" , hash = "sha256:75a2dc41b183d4872d3a500d2b9c9016e67ed95738a3624f4751a0cb4818fe71" } ,
{ file = "black-23.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:13a2e4a93bb8ca74a749b6974925c27219bb3df4d42fc45e948a5d9feb5122b7" } ,
{ file = "black-23.9.1-cp310-cp310-win_amd64.whl" , hash = "sha256:adc3e4442eef57f99b5590b245a328aad19c99552e0bdc7f0b04db6656debd80" } ,
{ file = "black-23.9.1-cp311-cp311-macosx_10_16_arm64.whl" , hash = "sha256:8431445bf62d2a914b541da7ab3e2b4f3bc052d2ccbf157ebad18ea126efb91f" } ,
{ file = "black-23.9.1-cp311-cp311-macosx_10_16_universal2.whl" , hash = "sha256:8fc1ddcf83f996247505db6b715294eba56ea9372e107fd54963c7553f2b6dfe" } ,
{ file = "black-23.9.1-cp311-cp311-macosx_10_16_x86_64.whl" , hash = "sha256:7d30ec46de88091e4316b17ae58bbbfc12b2de05e069030f6b747dfc649ad186" } ,
{ file = "black-23.9.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:031e8c69f3d3b09e1aa471a926a1eeb0b9071f80b17689a655f7885ac9325a6f" } ,
{ file = "black-23.9.1-cp311-cp311-win_amd64.whl" , hash = "sha256:538efb451cd50f43aba394e9ec7ad55a37598faae3348d723b59ea8e91616300" } ,
{ file = "black-23.9.1-cp38-cp38-macosx_10_16_arm64.whl" , hash = "sha256:638619a559280de0c2aa4d76f504891c9860bb8fa214267358f0a20f27c12948" } ,
{ file = "black-23.9.1-cp38-cp38-macosx_10_16_universal2.whl" , hash = "sha256:a732b82747235e0542c03bf352c126052c0fbc458d8a239a94701175b17d4855" } ,
{ file = "black-23.9.1-cp38-cp38-macosx_10_16_x86_64.whl" , hash = "sha256:cf3a4d00e4cdb6734b64bf23cd4341421e8953615cba6b3670453737a72ec204" } ,
{ file = "black-23.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:cf99f3de8b3273a8317681d8194ea222f10e0133a24a7548c73ce44ea1679377" } ,
{ file = "black-23.9.1-cp38-cp38-win_amd64.whl" , hash = "sha256:14f04c990259576acd093871e7e9b14918eb28f1866f91968ff5524293f9c573" } ,
{ file = "black-23.9.1-cp39-cp39-macosx_10_16_arm64.whl" , hash = "sha256:c619f063c2d68f19b2d7270f4cf3192cb81c9ec5bc5ba02df91471d0b88c4c5c" } ,
{ file = "black-23.9.1-cp39-cp39-macosx_10_16_universal2.whl" , hash = "sha256:6a3b50e4b93f43b34a9d3ef00d9b6728b4a722c997c99ab09102fd5efdb88325" } ,
{ file = "black-23.9.1-cp39-cp39-macosx_10_16_x86_64.whl" , hash = "sha256:c46767e8df1b7beefb0899c4a95fb43058fa8500b6db144f4ff3ca38eb2f6393" } ,
{ file = "black-23.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:50254ebfa56aa46a9fdd5d651f9637485068a1adf42270148cd101cdf56e0ad9" } ,
{ file = "black-23.9.1-cp39-cp39-win_amd64.whl" , hash = "sha256:403397c033adbc45c2bd41747da1f7fc7eaa44efbee256b53842470d4ac5a70f" } ,
{ file = "black-23.9.1-py3-none-any.whl" , hash = "sha256:6ccd59584cc834b6d127628713e4b6b968e5f79572da66284532525a042549f9" } ,
{ file = "black-23.9.1.tar.gz" , hash = "sha256:24b6b3ff5c6d9ea08a8888f6977eae858e1f340d7260cf56d70a49823236b62d" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ package . dependencies ]
2022-02-05 11:41:23 +01:00
click = ">=8.0.0"
2020-09-16 15:41:02 +02:00
mypy-extensions = ">=0.4.3"
2023-02-16 09:33:03 +01:00
packaging = ">=22.0"
2022-02-05 11:41:23 +01:00
pathspec = ">=0.9.0"
2021-10-16 21:15:54 +02:00
platformdirs = ">=2"
2023-02-16 09:33:03 +01:00
tomli = { version = ">=1.1.0" , markers = "python_version < \"3.11\"" }
2023-09-14 11:11:20 +02:00
typing-extensions = { version = ">=4.0.1" , markers = "python_version < \"3.11\"" }
2020-09-16 15:41:02 +02:00
2021-02-17 14:20:55 +01:00
[ package . extras ]
colorama = [ "colorama (>=0.4.3)" ]
2021-11-06 18:37:31 +01:00
d = [ "aiohttp (>=3.7.4)" ]
2021-10-16 21:15:54 +02:00
jupyter = [ "ipython (>=7.8.0)" , "tokenize-rt (>=3.2.0)" ]
2021-07-03 11:17:38 +02:00
uvloop = [ "uvloop (>=0.15.2)" ]
2021-02-17 14:20:55 +01:00
2023-06-14 20:58:47 +02:00
[ [ package ] ]
name = "blinker"
version = "1.6.2"
description = "Fast, simple object-to-object and broadcast signaling"
optional = false
python-versions = ">=3.7"
files = [
{ file = "blinker-1.6.2-py3-none-any.whl" , hash = "sha256:c3d739772abb7bc2860abf5f2ec284223d9ad5c76da018234f6f50d6f31ab1f0" } ,
{ file = "blinker-1.6.2.tar.gz" , hash = "sha256:4afd3de66ef3a9f8067559fb7a1cbe555c17dcbe15971b05d1b625c3e7abe213" } ,
]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "certifi"
2023-07-30 08:33:17 +02:00
version = "2023.7.22"
2020-09-16 15:41:02 +02:00
description = "Python package for providing Mozilla's CA Bundle."
optional = false
2022-05-28 18:41:40 +02:00
python-versions = ">=3.6"
2022-12-21 09:03:40 +01:00
files = [
2023-07-30 08:33:17 +02:00
{ file = "certifi-2023.7.22-py3-none-any.whl" , hash = "sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9" } ,
{ file = "certifi-2023.7.22.tar.gz" , hash = "sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "cffi"
2023-10-02 12:13:04 +02:00
version = "1.16.0"
2020-09-16 15:41:02 +02:00
description = "Foreign Function Interface for Python calling C code."
optional = false
2023-10-02 12:13:04 +02:00
python-versions = ">=3.8"
2022-12-21 09:03:40 +01:00
files = [
2023-10-02 12:13:04 +02:00
{ file = "cffi-1.16.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:6b3d6606d369fc1da4fd8c357d026317fbb9c9b75d36dc16e90e84c26854b088" } ,
{ file = "cffi-1.16.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:ac0f5edd2360eea2f1daa9e26a41db02dd4b0451b48f7c318e217ee092a213e9" } ,
{ file = "cffi-1.16.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7e61e3e4fa664a8588aa25c883eab612a188c725755afff6289454d6362b9673" } ,
{ file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a72e8961a86d19bdb45851d8f1f08b041ea37d2bd8d4fd19903bc3083d80c896" } ,
{ file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5b50bf3f55561dac5438f8e70bfcdfd74543fd60df5fa5f62d94e5867deca684" } ,
{ file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:7651c50c8c5ef7bdb41108b7b8c5a83013bfaa8a935590c5d74627c047a583c7" } ,
{ file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e4108df7fe9b707191e55f33efbcb2d81928e10cea45527879a4749cbe472614" } ,
{ file = "cffi-1.16.0-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:32c68ef735dbe5857c810328cb2481e24722a59a2003018885514d4c09af9743" } ,
{ file = "cffi-1.16.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:673739cb539f8cdaa07d92d02efa93c9ccf87e345b9a0b556e3ecc666718468d" } ,
{ file = "cffi-1.16.0-cp310-cp310-win32.whl" , hash = "sha256:9f90389693731ff1f659e55c7d1640e2ec43ff725cc61b04b2f9c6d8d017df6a" } ,
{ file = "cffi-1.16.0-cp310-cp310-win_amd64.whl" , hash = "sha256:e6024675e67af929088fda399b2094574609396b1decb609c55fa58b028a32a1" } ,
{ file = "cffi-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:b84834d0cf97e7d27dd5b7f3aca7b6e9263c56308ab9dc8aae9784abb774d404" } ,
{ file = "cffi-1.16.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:1b8ebc27c014c59692bb2664c7d13ce7a6e9a629be20e54e7271fa696ff2b417" } ,
{ file = "cffi-1.16.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ee07e47c12890ef248766a6e55bd38ebfb2bb8edd4142d56db91b21ea68b7627" } ,
{ file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d8a9d3ebe49f084ad71f9269834ceccbf398253c9fac910c4fd7053ff1386936" } ,
{ file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:e70f54f1796669ef691ca07d046cd81a29cb4deb1e5f942003f401c0c4a2695d" } ,
{ file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:5bf44d66cdf9e893637896c7faa22298baebcd18d1ddb6d2626a6e39793a1d56" } ,
{ file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7b78010e7b97fef4bee1e896df8a4bbb6712b7f05b7ef630f9d1da00f6444d2e" } ,
{ file = "cffi-1.16.0-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:c6a164aa47843fb1b01e941d385aab7215563bb8816d80ff3a363a9f8448a8dc" } ,
{ file = "cffi-1.16.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:e09f3ff613345df5e8c3667da1d918f9149bd623cd9070c983c013792a9a62eb" } ,
{ file = "cffi-1.16.0-cp311-cp311-win32.whl" , hash = "sha256:2c56b361916f390cd758a57f2e16233eb4f64bcbeee88a4881ea90fca14dc6ab" } ,
{ file = "cffi-1.16.0-cp311-cp311-win_amd64.whl" , hash = "sha256:db8e577c19c0fda0beb7e0d4e09e0ba74b1e4c092e0e40bfa12fe05b6f6d75ba" } ,
{ file = "cffi-1.16.0-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:fa3a0128b152627161ce47201262d3140edb5a5c3da88d73a1b790a959126956" } ,
{ file = "cffi-1.16.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:68e7c44931cc171c54ccb702482e9fc723192e88d25a0e133edd7aff8fcd1f6e" } ,
{ file = "cffi-1.16.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:abd808f9c129ba2beda4cfc53bde801e5bcf9d6e0f22f095e45327c038bfe68e" } ,
{ file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:88e2b3c14bdb32e440be531ade29d3c50a1a59cd4e51b1dd8b0865c54ea5d2e2" } ,
{ file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:fcc8eb6d5902bb1cf6dc4f187ee3ea80a1eba0a89aba40a5cb20a5087d961357" } ,
{ file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b7be2d771cdba2942e13215c4e340bfd76398e9227ad10402a8767ab1865d2e6" } ,
{ file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e715596e683d2ce000574bae5d07bd522c781a822866c20495e52520564f0969" } ,
{ file = "cffi-1.16.0-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:2d92b25dbf6cae33f65005baf472d2c245c050b1ce709cc4588cdcdd5495b520" } ,
{ file = "cffi-1.16.0-cp312-cp312-win32.whl" , hash = "sha256:b2ca4e77f9f47c55c194982e10f058db063937845bb2b7a86c84a6cfe0aefa8b" } ,
{ file = "cffi-1.16.0-cp312-cp312-win_amd64.whl" , hash = "sha256:68678abf380b42ce21a5f2abde8efee05c114c2fdb2e9eef2efdb0257fba1235" } ,
{ file = "cffi-1.16.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0c9ef6ff37e974b73c25eecc13952c55bceed9112be2d9d938ded8e856138bcc" } ,
{ file = "cffi-1.16.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a09582f178759ee8128d9270cd1344154fd473bb77d94ce0aeb2a93ebf0feaf0" } ,
{ file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e760191dd42581e023a68b758769e2da259b5d52e3103c6060ddc02c9edb8d7b" } ,
{ file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:80876338e19c951fdfed6198e70bc88f1c9758b94578d5a7c4c91a87af3cf31c" } ,
{ file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a6a14b17d7e17fa0d207ac08642c8820f84f25ce17a442fd15e27ea18d67c59b" } ,
{ file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6602bc8dc6f3a9e02b6c22c4fc1e47aa50f8f8e6d3f78a5e16ac33ef5fefa324" } ,
{ file = "cffi-1.16.0-cp38-cp38-win32.whl" , hash = "sha256:131fd094d1065b19540c3d72594260f118b231090295d8c34e19a7bbcf2e860a" } ,
{ file = "cffi-1.16.0-cp38-cp38-win_amd64.whl" , hash = "sha256:31d13b0f99e0836b7ff893d37af07366ebc90b678b6664c955b54561fc36ef36" } ,
{ file = "cffi-1.16.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:582215a0e9adbe0e379761260553ba11c58943e4bbe9c36430c4ca6ac74b15ed" } ,
{ file = "cffi-1.16.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:b29ebffcf550f9da55bec9e02ad430c992a87e5f512cd63388abb76f1036d8d2" } ,
{ file = "cffi-1.16.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:dc9b18bf40cc75f66f40a7379f6a9513244fe33c0e8aa72e2d56b0196a7ef872" } ,
{ file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9cb4a35b3642fc5c005a6755a5d17c6c8b6bcb6981baf81cea8bfbc8903e8ba8" } ,
{ file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:b86851a328eedc692acf81fb05444bdf1891747c25af7529e39ddafaf68a4f3f" } ,
{ file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c0f31130ebc2d37cdd8e44605fb5fa7ad59049298b3f745c74fa74c62fbfcfc4" } ,
{ file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8f8e709127c6c77446a8c0a8c8bf3c8ee706a06cd44b1e827c3e6a2ee6b8c098" } ,
{ file = "cffi-1.16.0-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:748dcd1e3d3d7cd5443ef03ce8685043294ad6bd7c02a38d1bd367cfd968e000" } ,
{ file = "cffi-1.16.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:8895613bcc094d4a1b2dbe179d88d7fb4a15cee43c052e8885783fac397d91fe" } ,
{ file = "cffi-1.16.0-cp39-cp39-win32.whl" , hash = "sha256:ed86a35631f7bfbb28e108dd96773b9d5a6ce4811cf6ea468bb6a359b256b1e4" } ,
{ file = "cffi-1.16.0-cp39-cp39-win_amd64.whl" , hash = "sha256:3686dffb02459559c74dd3d81748269ffb0eb027c39a6fc99502de37d501faa8" } ,
{ file = "cffi-1.16.0.tar.gz" , hash = "sha256:bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ package . dependencies ]
pycparser = "*"
[ [ package ] ]
2021-10-16 21:15:54 +02:00
name = "charset-normalizer"
2023-10-02 12:13:04 +02:00
version = "3.3.0"
2021-10-16 21:15:54 +02:00
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
2020-09-16 15:41:02 +02:00
optional = false
2023-04-08 08:54:06 +02:00
python-versions = ">=3.7.0"
2022-12-21 09:03:40 +01:00
files = [
2023-10-02 12:13:04 +02:00
{ file = "charset-normalizer-3.3.0.tar.gz" , hash = "sha256:63563193aec44bce707e0c5ca64ff69fa72ed7cf34ce6e11d5127555756fd2f6" } ,
{ file = "charset_normalizer-3.3.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:effe5406c9bd748a871dbcaf3ac69167c38d72db8c9baf3ff954c344f31c4cbe" } ,
{ file = "charset_normalizer-3.3.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:4162918ef3098851fcd8a628bf9b6a98d10c380725df9e04caf5ca6dd48c847a" } ,
{ file = "charset_normalizer-3.3.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:0570d21da019941634a531444364f2482e8db0b3425fcd5ac0c36565a64142c8" } ,
{ file = "charset_normalizer-3.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5707a746c6083a3a74b46b3a631d78d129edab06195a92a8ece755aac25a3f3d" } ,
{ file = "charset_normalizer-3.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:278c296c6f96fa686d74eb449ea1697f3c03dc28b75f873b65b5201806346a69" } ,
{ file = "charset_normalizer-3.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a4b71f4d1765639372a3b32d2638197f5cd5221b19531f9245fcc9ee62d38f56" } ,
{ file = "charset_normalizer-3.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f5969baeaea61c97efa706b9b107dcba02784b1601c74ac84f2a532ea079403e" } ,
{ file = "charset_normalizer-3.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a3f93dab657839dfa61025056606600a11d0b696d79386f974e459a3fbc568ec" } ,
{ file = "charset_normalizer-3.3.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:db756e48f9c5c607b5e33dd36b1d5872d0422e960145b08ab0ec7fd420e9d649" } ,
{ file = "charset_normalizer-3.3.0-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:232ac332403e37e4a03d209a3f92ed9071f7d3dbda70e2a5e9cff1c4ba9f0678" } ,
{ file = "charset_normalizer-3.3.0-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:e5c1502d4ace69a179305abb3f0bb6141cbe4714bc9b31d427329a95acfc8bdd" } ,
{ file = "charset_normalizer-3.3.0-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:2502dd2a736c879c0f0d3e2161e74d9907231e25d35794584b1ca5284e43f596" } ,
{ file = "charset_normalizer-3.3.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:23e8565ab7ff33218530bc817922fae827420f143479b753104ab801145b1d5b" } ,
{ file = "charset_normalizer-3.3.0-cp310-cp310-win32.whl" , hash = "sha256:1872d01ac8c618a8da634e232f24793883d6e456a66593135aeafe3784b0848d" } ,
{ file = "charset_normalizer-3.3.0-cp310-cp310-win_amd64.whl" , hash = "sha256:557b21a44ceac6c6b9773bc65aa1b4cc3e248a5ad2f5b914b91579a32e22204d" } ,
{ file = "charset_normalizer-3.3.0-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:d7eff0f27edc5afa9e405f7165f85a6d782d308f3b6b9d96016c010597958e63" } ,
{ file = "charset_normalizer-3.3.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:6a685067d05e46641d5d1623d7c7fdf15a357546cbb2f71b0ebde91b175ffc3e" } ,
{ file = "charset_normalizer-3.3.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:0d3d5b7db9ed8a2b11a774db2bbea7ba1884430a205dbd54a32d61d7c2a190fa" } ,
{ file = "charset_normalizer-3.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2935ffc78db9645cb2086c2f8f4cfd23d9b73cc0dc80334bc30aac6f03f68f8c" } ,
{ file = "charset_normalizer-3.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:9fe359b2e3a7729010060fbca442ca225280c16e923b37db0e955ac2a2b72a05" } ,
{ file = "charset_normalizer-3.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:380c4bde80bce25c6e4f77b19386f5ec9db230df9f2f2ac1e5ad7af2caa70459" } ,
{ file = "charset_normalizer-3.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f0d1e3732768fecb052d90d62b220af62ead5748ac51ef61e7b32c266cac9293" } ,
{ file = "charset_normalizer-3.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1b2919306936ac6efb3aed1fbf81039f7087ddadb3160882a57ee2ff74fd2382" } ,
{ file = "charset_normalizer-3.3.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:f8888e31e3a85943743f8fc15e71536bda1c81d5aa36d014a3c0c44481d7db6e" } ,
{ file = "charset_normalizer-3.3.0-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:82eb849f085624f6a607538ee7b83a6d8126df6d2f7d3b319cb837b289123078" } ,
{ file = "charset_normalizer-3.3.0-cp311-cp311-musllinux_1_1_ppc64le.whl" , hash = "sha256:7b8b8bf1189b3ba9b8de5c8db4d541b406611a71a955bbbd7385bbc45fcb786c" } ,
{ file = "charset_normalizer-3.3.0-cp311-cp311-musllinux_1_1_s390x.whl" , hash = "sha256:5adf257bd58c1b8632046bbe43ee38c04e1038e9d37de9c57a94d6bd6ce5da34" } ,
{ file = "charset_normalizer-3.3.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:c350354efb159b8767a6244c166f66e67506e06c8924ed74669b2c70bc8735b1" } ,
{ file = "charset_normalizer-3.3.0-cp311-cp311-win32.whl" , hash = "sha256:02af06682e3590ab952599fbadac535ede5d60d78848e555aa58d0c0abbde786" } ,
{ file = "charset_normalizer-3.3.0-cp311-cp311-win_amd64.whl" , hash = "sha256:86d1f65ac145e2c9ed71d8ffb1905e9bba3a91ae29ba55b4c46ae6fc31d7c0d4" } ,
{ file = "charset_normalizer-3.3.0-cp312-cp312-macosx_10_9_universal2.whl" , hash = "sha256:3b447982ad46348c02cb90d230b75ac34e9886273df3a93eec0539308a6296d7" } ,
{ file = "charset_normalizer-3.3.0-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:abf0d9f45ea5fb95051c8bfe43cb40cda383772f7e5023a83cc481ca2604d74e" } ,
{ file = "charset_normalizer-3.3.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:b09719a17a2301178fac4470d54b1680b18a5048b481cb8890e1ef820cb80455" } ,
{ file = "charset_normalizer-3.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b3d9b48ee6e3967b7901c052b670c7dda6deb812c309439adaffdec55c6d7b78" } ,
{ file = "charset_normalizer-3.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:edfe077ab09442d4ef3c52cb1f9dab89bff02f4524afc0acf2d46be17dc479f5" } ,
{ file = "charset_normalizer-3.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:3debd1150027933210c2fc321527c2299118aa929c2f5a0a80ab6953e3bd1908" } ,
{ file = "charset_normalizer-3.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:86f63face3a527284f7bb8a9d4f78988e3c06823f7bea2bd6f0e0e9298ca0403" } ,
{ file = "charset_normalizer-3.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:24817cb02cbef7cd499f7c9a2735286b4782bd47a5b3516a0e84c50eab44b98e" } ,
{ file = "charset_normalizer-3.3.0-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:c71f16da1ed8949774ef79f4a0260d28b83b3a50c6576f8f4f0288d109777989" } ,
{ file = "charset_normalizer-3.3.0-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:9cf3126b85822c4e53aa28c7ec9869b924d6fcfb76e77a45c44b83d91afd74f9" } ,
{ file = "charset_normalizer-3.3.0-cp312-cp312-musllinux_1_1_ppc64le.whl" , hash = "sha256:b3b2316b25644b23b54a6f6401074cebcecd1244c0b8e80111c9a3f1c8e83d65" } ,
{ file = "charset_normalizer-3.3.0-cp312-cp312-musllinux_1_1_s390x.whl" , hash = "sha256:03680bb39035fbcffe828eae9c3f8afc0428c91d38e7d61aa992ef7a59fb120e" } ,
{ file = "charset_normalizer-3.3.0-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:4cc152c5dd831641e995764f9f0b6589519f6f5123258ccaca8c6d34572fefa8" } ,
{ file = "charset_normalizer-3.3.0-cp312-cp312-win32.whl" , hash = "sha256:b8f3307af845803fb0b060ab76cf6dd3a13adc15b6b451f54281d25911eb92df" } ,
{ file = "charset_normalizer-3.3.0-cp312-cp312-win_amd64.whl" , hash = "sha256:8eaf82f0eccd1505cf39a45a6bd0a8cf1c70dcfc30dba338207a969d91b965c0" } ,
{ file = "charset_normalizer-3.3.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:dc45229747b67ffc441b3de2f3ae5e62877a282ea828a5bdb67883c4ee4a8810" } ,
{ file = "charset_normalizer-3.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2f4a0033ce9a76e391542c182f0d48d084855b5fcba5010f707c8e8c34663d77" } ,
{ file = "charset_normalizer-3.3.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:ada214c6fa40f8d800e575de6b91a40d0548139e5dc457d2ebb61470abf50186" } ,
{ file = "charset_normalizer-3.3.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b1121de0e9d6e6ca08289583d7491e7fcb18a439305b34a30b20d8215922d43c" } ,
{ file = "charset_normalizer-3.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1063da2c85b95f2d1a430f1c33b55c9c17ffaf5e612e10aeaad641c55a9e2b9d" } ,
{ file = "charset_normalizer-3.3.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:70f1d09c0d7748b73290b29219e854b3207aea922f839437870d8cc2168e31cc" } ,
{ file = "charset_normalizer-3.3.0-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:250c9eb0f4600361dd80d46112213dff2286231d92d3e52af1e5a6083d10cad9" } ,
{ file = "charset_normalizer-3.3.0-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:750b446b2ffce1739e8578576092179160f6d26bd5e23eb1789c4d64d5af7dc7" } ,
{ file = "charset_normalizer-3.3.0-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:fc52b79d83a3fe3a360902d3f5d79073a993597d48114c29485e9431092905d8" } ,
{ file = "charset_normalizer-3.3.0-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:588245972aca710b5b68802c8cad9edaa98589b1b42ad2b53accd6910dad3545" } ,
{ file = "charset_normalizer-3.3.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:e39c7eb31e3f5b1f88caff88bcff1b7f8334975b46f6ac6e9fc725d829bc35d4" } ,
{ file = "charset_normalizer-3.3.0-cp37-cp37m-win32.whl" , hash = "sha256:abecce40dfebbfa6abf8e324e1860092eeca6f7375c8c4e655a8afb61af58f2c" } ,
{ file = "charset_normalizer-3.3.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:24a91a981f185721542a0b7c92e9054b7ab4fea0508a795846bc5b0abf8118d4" } ,
{ file = "charset_normalizer-3.3.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:67b8cc9574bb518ec76dc8e705d4c39ae78bb96237cb533edac149352c1f39fe" } ,
{ file = "charset_normalizer-3.3.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:ac71b2977fb90c35d41c9453116e283fac47bb9096ad917b8819ca8b943abecd" } ,
{ file = "charset_normalizer-3.3.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:3ae38d325b512f63f8da31f826e6cb6c367336f95e418137286ba362925c877e" } ,
{ file = "charset_normalizer-3.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:542da1178c1c6af8873e143910e2269add130a299c9106eef2594e15dae5e482" } ,
{ file = "charset_normalizer-3.3.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:30a85aed0b864ac88309b7d94be09f6046c834ef60762a8833b660139cfbad13" } ,
{ file = "charset_normalizer-3.3.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:aae32c93e0f64469f74ccc730a7cb21c7610af3a775157e50bbd38f816536b38" } ,
{ file = "charset_normalizer-3.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:15b26ddf78d57f1d143bdf32e820fd8935d36abe8a25eb9ec0b5a71c82eb3895" } ,
{ file = "charset_normalizer-3.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7f5d10bae5d78e4551b7be7a9b29643a95aded9d0f602aa2ba584f0388e7a557" } ,
{ file = "charset_normalizer-3.3.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:249c6470a2b60935bafd1d1d13cd613f8cd8388d53461c67397ee6a0f5dce741" } ,
{ file = "charset_normalizer-3.3.0-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:c5a74c359b2d47d26cdbbc7845e9662d6b08a1e915eb015d044729e92e7050b7" } ,
{ file = "charset_normalizer-3.3.0-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:b5bcf60a228acae568e9911f410f9d9e0d43197d030ae5799e20dca8df588287" } ,
{ file = "charset_normalizer-3.3.0-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:187d18082694a29005ba2944c882344b6748d5be69e3a89bf3cc9d878e548d5a" } ,
{ file = "charset_normalizer-3.3.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:81bf654678e575403736b85ba3a7867e31c2c30a69bc57fe88e3ace52fb17b89" } ,
{ file = "charset_normalizer-3.3.0-cp38-cp38-win32.whl" , hash = "sha256:85a32721ddde63c9df9ebb0d2045b9691d9750cb139c161c80e500d210f5e26e" } ,
{ file = "charset_normalizer-3.3.0-cp38-cp38-win_amd64.whl" , hash = "sha256:468d2a840567b13a590e67dd276c570f8de00ed767ecc611994c301d0f8c014f" } ,
{ file = "charset_normalizer-3.3.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:e0fc42822278451bc13a2e8626cf2218ba570f27856b536e00cfa53099724828" } ,
{ file = "charset_normalizer-3.3.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:09c77f964f351a7369cc343911e0df63e762e42bac24cd7d18525961c81754f4" } ,
{ file = "charset_normalizer-3.3.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:12ebea541c44fdc88ccb794a13fe861cc5e35d64ed689513a5c03d05b53b7c82" } ,
{ file = "charset_normalizer-3.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:805dfea4ca10411a5296bcc75638017215a93ffb584c9e344731eef0dcfb026a" } ,
{ file = "charset_normalizer-3.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:96c2b49eb6a72c0e4991d62406e365d87067ca14c1a729a870d22354e6f68115" } ,
{ file = "charset_normalizer-3.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:aaf7b34c5bc56b38c931a54f7952f1ff0ae77a2e82496583b247f7c969eb1479" } ,
{ file = "charset_normalizer-3.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:619d1c96099be5823db34fe89e2582b336b5b074a7f47f819d6b3a57ff7bdb86" } ,
{ file = "charset_normalizer-3.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a0ac5e7015a5920cfce654c06618ec40c33e12801711da6b4258af59a8eff00a" } ,
{ file = "charset_normalizer-3.3.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:93aa7eef6ee71c629b51ef873991d6911b906d7312c6e8e99790c0f33c576f89" } ,
{ file = "charset_normalizer-3.3.0-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:7966951325782121e67c81299a031f4c115615e68046f79b85856b86ebffc4cd" } ,
{ file = "charset_normalizer-3.3.0-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:02673e456dc5ab13659f85196c534dc596d4ef260e4d86e856c3b2773ce09843" } ,
{ file = "charset_normalizer-3.3.0-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:c2af80fb58f0f24b3f3adcb9148e6203fa67dd3f61c4af146ecad033024dde43" } ,
{ file = "charset_normalizer-3.3.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:153e7b6e724761741e0974fc4dcd406d35ba70b92bfe3fedcb497226c93b9da7" } ,
{ file = "charset_normalizer-3.3.0-cp39-cp39-win32.whl" , hash = "sha256:d47ecf253780c90ee181d4d871cd655a789da937454045b17b5798da9393901a" } ,
{ file = "charset_normalizer-3.3.0-cp39-cp39-win_amd64.whl" , hash = "sha256:d97d85fa63f315a8bdaba2af9a6a686e0eceab77b3089af45133252618e70884" } ,
{ file = "charset_normalizer-3.3.0-py3-none-any.whl" , hash = "sha256:e46cd37076971c1040fc8c41273a8b3e2c624ce4f2be3f5dfcb7a430c1d3acc2" } ,
2022-12-21 09:03:40 +01:00
]
2021-10-16 21:15:54 +02:00
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "click"
2023-10-02 12:20:56 +02:00
version = "8.1.7"
2020-09-16 15:41:02 +02:00
description = "Composable command line interface toolkit"
optional = false
2022-04-03 11:36:21 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-10-02 12:20:56 +02:00
{ file = "click-8.1.7-py3-none-any.whl" , hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28" } ,
{ file = "click-8.1.7.tar.gz" , hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" } ,
2022-12-21 09:03:40 +01:00
]
2021-05-22 17:11:32 +02:00
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "colorama"
2022-11-01 16:02:19 +01:00
version = "0.4.6"
2020-09-16 15:41:02 +02:00
description = "Cross-platform colored terminal text."
optional = false
2022-11-01 16:02:19 +01:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
2022-12-21 09:03:40 +01: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" } ,
]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "commonmark"
version = "0.9.1"
description = "Python parser for the CommonMark Markdown spec"
optional = false
python-versions = "*"
2022-12-21 09:03:40 +01:00
files = [
{ file = "commonmark-0.9.1-py2.py3-none-any.whl" , hash = "sha256:da2f38c92590f83de410ba1a3cbceafbc74fee9def35f9251ba9a971d6d66fd9" } ,
{ file = "commonmark-0.9.1.tar.gz" , hash = "sha256:452f9dc859be7f06631ddcb328b6919c67984aca654e5fefb3914d54691aed60" } ,
]
2020-09-16 15:41:02 +02:00
[ package . extras ]
2021-02-17 14:20:55 +01:00
test = [ "flake8 (==3.7.8)" , "hypothesis (==3.55.3)" ]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "coverage"
2023-09-14 11:11:20 +02:00
version = "7.3.1"
2020-09-16 15:41:02 +02:00
description = "Code coverage measurement for Python"
optional = false
2023-08-19 08:50:37 +02:00
python-versions = ">=3.8"
2022-12-21 09:03:40 +01:00
files = [
2023-09-14 11:11:20 +02:00
{ file = "coverage-7.3.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:cd0f7429ecfd1ff597389907045ff209c8fdb5b013d38cfa7c60728cb484b6e3" } ,
{ file = "coverage-7.3.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:966f10df9b2b2115da87f50f6a248e313c72a668248be1b9060ce935c871f276" } ,
{ file = "coverage-7.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0575c37e207bb9b98b6cf72fdaaa18ac909fb3d153083400c2d48e2e6d28bd8e" } ,
{ file = "coverage-7.3.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:245c5a99254e83875c7fed8b8b2536f040997a9b76ac4c1da5bff398c06e860f" } ,
{ file = "coverage-7.3.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4c96dd7798d83b960afc6c1feb9e5af537fc4908852ef025600374ff1a017392" } ,
{ file = "coverage-7.3.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:de30c1aa80f30af0f6b2058a91505ea6e36d6535d437520067f525f7df123887" } ,
{ file = "coverage-7.3.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:50dd1e2dd13dbbd856ffef69196781edff26c800a74f070d3b3e3389cab2600d" } ,
{ file = "coverage-7.3.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:b9c0c19f70d30219113b18fe07e372b244fb2a773d4afde29d5a2f7930765136" } ,
{ file = "coverage-7.3.1-cp310-cp310-win32.whl" , hash = "sha256:770f143980cc16eb601ccfd571846e89a5fe4c03b4193f2e485268f224ab602f" } ,
{ file = "coverage-7.3.1-cp310-cp310-win_amd64.whl" , hash = "sha256:cdd088c00c39a27cfa5329349cc763a48761fdc785879220d54eb785c8a38520" } ,
{ file = "coverage-7.3.1-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:74bb470399dc1989b535cb41f5ca7ab2af561e40def22d7e188e0a445e7639e3" } ,
{ file = "coverage-7.3.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:025ded371f1ca280c035d91b43252adbb04d2aea4c7105252d3cbc227f03b375" } ,
{ file = "coverage-7.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a6191b3a6ad3e09b6cfd75b45c6aeeffe7e3b0ad46b268345d159b8df8d835f9" } ,
{ file = "coverage-7.3.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7eb0b188f30e41ddd659a529e385470aa6782f3b412f860ce22b2491c89b8593" } ,
{ file = "coverage-7.3.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:75c8f0df9dfd8ff745bccff75867d63ef336e57cc22b2908ee725cc552689ec8" } ,
{ file = "coverage-7.3.1-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:7eb3cd48d54b9bd0e73026dedce44773214064be93611deab0b6a43158c3d5a0" } ,
{ file = "coverage-7.3.1-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:ac3c5b7e75acac31e490b7851595212ed951889918d398b7afa12736c85e13ce" } ,
{ file = "coverage-7.3.1-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:5b4ee7080878077af0afa7238df1b967f00dc10763f6e1b66f5cced4abebb0a3" } ,
{ file = "coverage-7.3.1-cp311-cp311-win32.whl" , hash = "sha256:229c0dd2ccf956bf5aeede7e3131ca48b65beacde2029f0361b54bf93d36f45a" } ,
{ file = "coverage-7.3.1-cp311-cp311-win_amd64.whl" , hash = "sha256:c6f55d38818ca9596dc9019eae19a47410d5322408140d9a0076001a3dcb938c" } ,
{ file = "coverage-7.3.1-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:5289490dd1c3bb86de4730a92261ae66ea8d44b79ed3cc26464f4c2cde581fbc" } ,
{ file = "coverage-7.3.1-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:ca833941ec701fda15414be400c3259479bfde7ae6d806b69e63b3dc423b1832" } ,
{ file = "coverage-7.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:cd694e19c031733e446c8024dedd12a00cda87e1c10bd7b8539a87963685e969" } ,
{ file = "coverage-7.3.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:aab8e9464c00da5cb9c536150b7fbcd8850d376d1151741dd0d16dfe1ba4fd26" } ,
{ file = "coverage-7.3.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:87d38444efffd5b056fcc026c1e8d862191881143c3aa80bb11fcf9dca9ae204" } ,
{ file = "coverage-7.3.1-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:8a07b692129b8a14ad7a37941a3029c291254feb7a4237f245cfae2de78de037" } ,
{ file = "coverage-7.3.1-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:2829c65c8faaf55b868ed7af3c7477b76b1c6ebeee99a28f59a2cb5907a45760" } ,
{ file = "coverage-7.3.1-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:1f111a7d85658ea52ffad7084088277135ec5f368457275fc57f11cebb15607f" } ,
{ file = "coverage-7.3.1-cp312-cp312-win32.whl" , hash = "sha256:c397c70cd20f6df7d2a52283857af622d5f23300c4ca8e5bd8c7a543825baa5a" } ,
{ file = "coverage-7.3.1-cp312-cp312-win_amd64.whl" , hash = "sha256:5ae4c6da8b3d123500f9525b50bf0168023313963e0e2e814badf9000dd6ef92" } ,
{ file = "coverage-7.3.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:ca70466ca3a17460e8fc9cea7123c8cbef5ada4be3140a1ef8f7b63f2f37108f" } ,
{ file = "coverage-7.3.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:f2781fd3cabc28278dc982a352f50c81c09a1a500cc2086dc4249853ea96b981" } ,
{ file = "coverage-7.3.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6407424621f40205bbe6325686417e5e552f6b2dba3535dd1f90afc88a61d465" } ,
{ file = "coverage-7.3.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:04312b036580ec505f2b77cbbdfb15137d5efdfade09156961f5277149f5e344" } ,
{ file = "coverage-7.3.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ac9ad38204887349853d7c313f53a7b1c210ce138c73859e925bc4e5d8fc18e7" } ,
{ file = "coverage-7.3.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:53669b79f3d599da95a0afbef039ac0fadbb236532feb042c534fbb81b1a4e40" } ,
{ file = "coverage-7.3.1-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:614f1f98b84eb256e4f35e726bfe5ca82349f8dfa576faabf8a49ca09e630086" } ,
{ file = "coverage-7.3.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:f1a317fdf5c122ad642db8a97964733ab7c3cf6009e1a8ae8821089993f175ff" } ,
{ file = "coverage-7.3.1-cp38-cp38-win32.whl" , hash = "sha256:defbbb51121189722420a208957e26e49809feafca6afeef325df66c39c4fdb3" } ,
{ file = "coverage-7.3.1-cp38-cp38-win_amd64.whl" , hash = "sha256:f4f456590eefb6e1b3c9ea6328c1e9fa0f1006e7481179d749b3376fc793478e" } ,
{ file = "coverage-7.3.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:f12d8b11a54f32688b165fd1a788c408f927b0960984b899be7e4c190ae758f1" } ,
{ file = "coverage-7.3.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:f09195dda68d94a53123883de75bb97b0e35f5f6f9f3aa5bf6e496da718f0cb6" } ,
{ file = "coverage-7.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c6601a60318f9c3945be6ea0f2a80571f4299b6801716f8a6e4846892737ebe4" } ,
{ file = "coverage-7.3.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:07d156269718670d00a3b06db2288b48527fc5f36859425ff7cec07c6b367745" } ,
{ file = "coverage-7.3.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:636a8ac0b044cfeccae76a36f3b18264edcc810a76a49884b96dd744613ec0b7" } ,
{ file = "coverage-7.3.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:5d991e13ad2ed3aced177f524e4d670f304c8233edad3210e02c465351f785a0" } ,
{ file = "coverage-7.3.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:586649ada7cf139445da386ab6f8ef00e6172f11a939fc3b2b7e7c9082052fa0" } ,
{ file = "coverage-7.3.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:4aba512a15a3e1e4fdbfed2f5392ec221434a614cc68100ca99dcad7af29f3f8" } ,
{ file = "coverage-7.3.1-cp39-cp39-win32.whl" , hash = "sha256:6bc6f3f4692d806831c136c5acad5ccedd0262aa44c087c46b7101c77e139140" } ,
{ file = "coverage-7.3.1-cp39-cp39-win_amd64.whl" , hash = "sha256:553d7094cb27db58ea91332e8b5681bac107e7242c23f7629ab1316ee73c4981" } ,
{ file = "coverage-7.3.1-pp38.pp39.pp310-none-any.whl" , hash = "sha256:220eb51f5fb38dfdb7e5d54284ca4d0cd70ddac047d750111a68ab1798945194" } ,
{ file = "coverage-7.3.1.tar.gz" , hash = "sha256:6cb7fe1581deb67b782c153136541e20901aa312ceedaf1467dcb35255787952" } ,
2022-12-21 09:03:40 +01:00
]
2021-10-16 21:15:54 +02:00
[ package . dependencies ]
2022-06-11 11:32:12 +02:00
tomli = { version = "*" , optional = true , markers = "python_full_version <= \"3.11.0a6\" and extra == \"toml\"" }
2020-09-16 15:41:02 +02:00
[ package . extras ]
2021-10-16 21:15:54 +02:00
toml = [ "tomli" ]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "cryptography"
2023-10-02 12:13:04 +02:00
version = "41.0.4"
2020-09-16 15:41:02 +02:00
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
optional = false
2023-06-03 09:57:49 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-10-02 12:13:04 +02:00
{ file = "cryptography-41.0.4-cp37-abi3-macosx_10_12_universal2.whl" , hash = "sha256:80907d3faa55dc5434a16579952ac6da800935cd98d14dbd62f6f042c7f5e839" } ,
{ file = "cryptography-41.0.4-cp37-abi3-macosx_10_12_x86_64.whl" , hash = "sha256:35c00f637cd0b9d5b6c6bd11b6c3359194a8eba9c46d4e875a3660e3b400005f" } ,
{ file = "cryptography-41.0.4-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:cecfefa17042941f94ab54f769c8ce0fe14beff2694e9ac684176a2535bf9714" } ,
{ file = "cryptography-41.0.4-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e40211b4923ba5a6dc9769eab704bdb3fbb58d56c5b336d30996c24fcf12aadb" } ,
{ file = "cryptography-41.0.4-cp37-abi3-manylinux_2_28_aarch64.whl" , hash = "sha256:23a25c09dfd0d9f28da2352503b23e086f8e78096b9fd585d1d14eca01613e13" } ,
{ file = "cryptography-41.0.4-cp37-abi3-manylinux_2_28_x86_64.whl" , hash = "sha256:2ed09183922d66c4ec5fdaa59b4d14e105c084dd0febd27452de8f6f74704143" } ,
{ file = "cryptography-41.0.4-cp37-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:5a0f09cefded00e648a127048119f77bc2b2ec61e736660b5789e638f43cc397" } ,
{ file = "cryptography-41.0.4-cp37-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:9eeb77214afae972a00dee47382d2591abe77bdae166bda672fb1e24702a3860" } ,
{ file = "cryptography-41.0.4-cp37-abi3-win32.whl" , hash = "sha256:3b224890962a2d7b57cf5eeb16ccaafba6083f7b811829f00476309bce2fe0fd" } ,
{ file = "cryptography-41.0.4-cp37-abi3-win_amd64.whl" , hash = "sha256:c880eba5175f4307129784eca96f4e70b88e57aa3f680aeba3bab0e980b0f37d" } ,
{ file = "cryptography-41.0.4-pp310-pypy310_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:004b6ccc95943f6a9ad3142cfabcc769d7ee38a3f60fb0dddbfb431f818c3a67" } ,
{ file = "cryptography-41.0.4-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:86defa8d248c3fa029da68ce61fe735432b047e32179883bdb1e79ed9bb8195e" } ,
{ file = "cryptography-41.0.4-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:37480760ae08065437e6573d14be973112c9e6dcaf5f11d00147ee74f37a3829" } ,
{ file = "cryptography-41.0.4-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:b5f4dfe950ff0479f1f00eda09c18798d4f49b98f4e2006d644b3301682ebdca" } ,
{ file = "cryptography-41.0.4-pp38-pypy38_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:7e53db173370dea832190870e975a1e09c86a879b613948f09eb49324218c14d" } ,
{ file = "cryptography-41.0.4-pp38-pypy38_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:5b72205a360f3b6176485a333256b9bcd48700fc755fef51c8e7e67c4b63e3ac" } ,
{ file = "cryptography-41.0.4-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:93530900d14c37a46ce3d6c9e6fd35dbe5f5601bf6b3a5c325c7bffc030344d9" } ,
{ file = "cryptography-41.0.4-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:efc8ad4e6fc4f1752ebfb58aefece8b4e3c4cae940b0994d43649bdfce8d0d4f" } ,
{ file = "cryptography-41.0.4-pp39-pypy39_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:c3391bd8e6de35f6f1140e50aaeb3e2b3d6a9012536ca23ab0d9c35ec18c8a91" } ,
{ file = "cryptography-41.0.4-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:0d9409894f495d465fe6fda92cb70e8323e9648af912d5b9141d616df40a87b8" } ,
{ file = "cryptography-41.0.4-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:8ac4f9ead4bbd0bc8ab2d318f97d85147167a488be0e08814a37eb2f439d5cf6" } ,
{ file = "cryptography-41.0.4-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:047c4603aeb4bbd8db2756e38f5b8bd7e94318c047cfe4efeb5d715e08b49311" } ,
{ file = "cryptography-41.0.4.tar.gz" , hash = "sha256:7febc3094125fc126a7f6fb1f420d0da639f3f32cb15c8ff0dc3997c4549f51a" } ,
2022-12-21 09:03:40 +01:00
]
2021-02-17 14:20:55 +01:00
[ package . dependencies ]
cffi = ">=1.12"
2020-09-16 15:41:02 +02:00
[ package . extras ]
2023-02-16 09:33:03 +01:00
docs = [ "sphinx (>=5.3.0)" , "sphinx-rtd-theme (>=1.1.1)" ]
2022-11-01 16:02:19 +01:00
docstest = [ "pyenchant (>=1.6.11)" , "sphinxcontrib-spelling (>=4.0.1)" , "twine (>=1.12.0)" ]
2023-06-03 09:57:49 +02:00
nox = [ "nox" ]
pep8test = [ "black" , "check-sdist" , "mypy" , "ruff" ]
sdist = [ "build" ]
2020-09-16 15:41:02 +02:00
ssh = [ "bcrypt (>=3.1.5)" ]
2023-06-03 09:57:49 +02:00
test = [ "pretend" , "pytest (>=6.2.0)" , "pytest-benchmark" , "pytest-cov" , "pytest-xdist" ]
2023-02-16 09:33:03 +01:00
test-randomorder = [ "pytest-randomly" ]
2020-09-16 15:41:02 +02:00
2022-12-21 09:03:40 +01:00
[ [ package ] ]
name = "deprecated"
2023-05-29 08:45:17 +02:00
version = "1.2.14"
2022-12-21 09:03:40 +01:00
description = "Python @deprecated decorator to deprecate old python classes, functions or methods."
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [
2023-05-29 08:45:17 +02:00
{ file = "Deprecated-1.2.14-py2.py3-none-any.whl" , hash = "sha256:6fac8b097794a90302bdbb17b9b815e732d3c4720583ff1b198499d78470466c" } ,
{ file = "Deprecated-1.2.14.tar.gz" , hash = "sha256:e5323eb936458dccc2582dc6f9c322c852a775a27065ff2b0c4970b9d53d01b3" } ,
2022-12-21 09:03:40 +01:00
]
[ package . dependencies ]
wrapt = ">=1.10,<2"
[ package . extras ]
2023-05-29 08:45:17 +02:00
dev = [ "PyTest" , "PyTest-Cov" , "bump2version (<1)" , "sphinx (<2)" , "tox" ]
2022-12-21 09:03:40 +01:00
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "docutils"
2023-06-14 20:58:47 +02:00
version = "0.20.1"
2020-09-16 15:41:02 +02:00
description = "Docutils -- Python Documentation Utilities"
optional = false
2022-07-27 08:31:17 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-06-14 20:58:47 +02:00
{ file = "docutils-0.20.1-py3-none-any.whl" , hash = "sha256:96f387a2c5562db4476f09f13bbab2192e764cac08ebbf3a34a95d9b1e4a59d6" } ,
{ file = "docutils-0.20.1.tar.gz" , hash = "sha256:f08a4e276c3a1583a86dce3e34aba3fe04d02bba2dd51ed16106244e8a923e3b" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "dramatiq"
2023-04-08 08:54:06 +02:00
version = "1.14.2"
2020-09-16 15:41:02 +02:00
description = "Background Processing for Python 3."
optional = false
2023-02-16 09:33:03 +01:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-04-08 08:54:06 +02:00
{ file = "dramatiq-1.14.2-py3-none-any.whl" , hash = "sha256:cbde4da5016f31fd9db3bb66f02090d6291ce4c2f2093e2783ed91da947d05f4" } ,
{ file = "dramatiq-1.14.2.tar.gz" , hash = "sha256:8f1a615d4c8f9ea43d60a5c85457e1ec8c0e8d3d85ba72467a959dbff483af1d" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
2021-02-17 14:20:55 +01:00
[ package . dependencies ]
prometheus-client = ">=0.2"
2022-01-01 12:20:18 +01:00
redis = { version = ">=2.0,<5.0" , optional = true , markers = "extra == \"redis\"" }
2021-02-17 14:20:55 +01:00
2020-09-16 15:41:02 +02:00
[ package . extras ]
2022-11-01 16:02:19 +01:00
all = [ "gevent (>=1.1)" , "pika (>=1.0,<2.0)" , "pylibmc (>=1.5,<2.0)" , "redis (>=2.0,<5.0)" , "watchdog" , "watchdog-gevent" ]
dev = [ "alabaster" , "bumpversion" , "flake8" , "flake8-bugbear" , "flake8-quotes" , "gevent (>=1.1)" , "hiredis" , "isort" , "pika (>=1.0,<2.0)" , "pylibmc (>=1.5,<2.0)" , "pytest" , "pytest-benchmark[histogram]" , "pytest-cov" , "redis (>=2.0,<5.0)" , "sphinx (<1.8)" , "sphinxcontrib-napoleon" , "tox" , "twine" , "watchdog" , "watchdog-gevent" , "wheel" ]
2021-11-06 18:37:31 +01:00
gevent = [ "gevent (>=1.1)" ]
2020-09-16 15:41:02 +02:00
memcached = [ "pylibmc (>=1.5,<2.0)" ]
rabbitmq = [ "pika (>=1.0,<2.0)" ]
2022-01-01 12:20:18 +01:00
redis = [ "redis (>=2.0,<5.0)" ]
2021-11-06 18:37:31 +01:00
watch = [ "watchdog" , "watchdog-gevent" ]
2020-09-16 15:41:02 +02:00
2022-11-01 16:02:19 +01:00
[ [ package ] ]
name = "exceptiongroup"
2023-08-19 08:50:37 +02:00
version = "1.1.3"
2022-11-01 16:02:19 +01:00
description = "Backport of PEP 654 (exception groups)"
optional = false
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-08-19 08:50:37 +02:00
{ file = "exceptiongroup-1.1.3-py3-none-any.whl" , hash = "sha256:343280667a4585d195ca1cf9cef84a4e178c4b6cf2274caef9859782b567d5e3" } ,
{ file = "exceptiongroup-1.1.3.tar.gz" , hash = "sha256:097acd85d473d75af5bb98e41b61ff7fe35efe6675e4f9370ec6ec5126d160e9" } ,
2022-12-21 09:03:40 +01:00
]
2022-11-01 16:02:19 +01:00
[ package . extras ]
test = [ "pytest (>=6)" ]
2022-11-19 20:17:58 +01:00
[ [ package ] ]
name = "execnet"
2023-07-14 19:23:29 +02:00
version = "2.0.2"
2022-11-19 20:17:58 +01:00
description = "execnet: rapid multi-Python deployment"
optional = false
2023-07-14 19:23:29 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-07-14 19:23:29 +02:00
{ file = "execnet-2.0.2-py3-none-any.whl" , hash = "sha256:88256416ae766bc9e8895c76a87928c0012183da3cc4fc18016e6f050e025f41" } ,
{ file = "execnet-2.0.2.tar.gz" , hash = "sha256:cc59bc4423742fd71ad227122eb0dd44db51efb3dc4095b45ac9a08c770096af" } ,
2022-12-21 09:03:40 +01:00
]
2022-11-19 20:17:58 +01:00
[ package . extras ]
2023-07-14 19:23:29 +02:00
testing = [ "hatch" , "pre-commit" , "pytest" , "tox" ]
2022-11-19 20:17:58 +01:00
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "flake8"
2023-07-30 08:33:17 +02:00
version = "6.1.0"
2020-09-16 15:41:02 +02:00
description = "the modular source code checker: pep8 pyflakes and co"
optional = false
2023-06-14 20:58:47 +02:00
python-versions = ">=3.8.1"
2022-12-21 09:03:40 +01:00
files = [
2023-07-30 08:33:17 +02:00
{ file = "flake8-6.1.0-py2.py3-none-any.whl" , hash = "sha256:ffdfce58ea94c6580c77888a86506937f9a1a227dfcd15f245d694ae20a6b6e5" } ,
{ file = "flake8-6.1.0.tar.gz" , hash = "sha256:d5b3857f07c030bdb5bf41c7f53799571d75c4491748a3adcd47de929e34cd23" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ package . dependencies ]
2023-06-14 20:58:47 +02:00
mccabe = ">=0.7.0,<0.8.0"
2023-07-30 08:33:17 +02:00
pycodestyle = ">=2.11.0,<2.12.0"
pyflakes = ">=3.1.0,<3.2.0"
2020-09-16 15:41:02 +02:00
[ [ package ] ]
2022-11-09 14:16:24 +01:00
name = "flask"
2023-10-02 12:17:28 +02:00
version = "3.0.0"
2020-09-16 15:41:02 +02:00
description = "A simple framework for building complex web applications."
optional = false
2023-06-14 20:58:47 +02:00
python-versions = ">=3.8"
2022-12-21 09:03:40 +01:00
files = [
2023-10-02 12:17:28 +02:00
{ file = "flask-3.0.0-py3-none-any.whl" , hash = "sha256:21128f47e4e3b9d597a3e8521a329bf56909b690fcc3fa3e477725aa81367638" } ,
{ file = "flask-3.0.0.tar.gz" , hash = "sha256:cfadcdb638b609361d29ec22360d6070a77d7463dcb3ab08d2c2f2f168845f58" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ package . dependencies ]
2023-06-14 20:58:47 +02:00
blinker = ">=1.6.2"
click = ">=8.1.3"
2022-04-03 11:36:21 +02:00
importlib-metadata = { version = ">=3.6.0" , markers = "python_version < \"3.10\"" }
2023-06-14 20:58:47 +02:00
itsdangerous = ">=2.1.2"
Jinja2 = ">=3.1.2"
2023-10-02 12:17:28 +02:00
Werkzeug = ">=3.0.0"
2020-09-16 15:41:02 +02:00
2021-02-17 14:20:55 +01:00
[ package . extras ]
2021-05-22 17:11:32 +02:00
async = [ "asgiref (>=3.2)" ]
2021-02-17 14:20:55 +01:00
dotenv = [ "python-dotenv" ]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
2022-11-09 14:16:24 +01:00
name = "flask-bcrypt"
2022-04-08 19:04:23 +02:00
version = "1.0.1"
2020-09-16 15:41:02 +02:00
description = "Brcrypt hashing for Flask."
optional = false
python-versions = "*"
2022-12-21 09:03:40 +01:00
files = [
{ file = "Flask-Bcrypt-1.0.1.tar.gz" , hash = "sha256:f07b66b811417ea64eb188ae6455b0b708a793d966e1a80ceec4a23bc42a4369" } ,
{ file = "Flask_Bcrypt-1.0.1-py3-none-any.whl" , hash = "sha256:062fd991dc9118d05ac0583675507b9fe4670e44416c97e0e6819d03d01f808a" } ,
]
2020-09-16 15:41:02 +02:00
[ package . dependencies ]
2022-04-03 11:36:21 +02:00
bcrypt = ">=3.1.1"
2020-09-16 15:41:02 +02:00
Flask = "*"
[ [ package ] ]
name = "flask-dramatiq"
version = "0.6.0"
description = "Adds Dramatiq support to your Flask application"
optional = false
python-versions = ">=3.6,<4.0"
2022-12-21 09:03:40 +01:00
files = [
{ file = "flask-dramatiq-0.6.0.tar.gz" , hash = "sha256:63709e73d7c8d2e5d9bc554d1e859d91c5c5c9a4ebc9461752655bf1e0b87420" } ,
{ file = "flask_dramatiq-0.6.0-py3-none-any.whl" , hash = "sha256:7d4a9289721577f726183f7c44c6713a16bbdff54b946f27abc2ffcc65768adf" } ,
]
2020-09-16 15:41:02 +02:00
[ package . dependencies ]
dramatiq = ">=1.5,<2.0"
2022-09-17 19:36:03 +02:00
[ [ package ] ]
2022-11-09 14:16:24 +01:00
name = "flask-limiter"
2023-09-14 11:11:20 +02:00
version = "3.5.0"
2022-09-17 19:36:03 +02:00
description = "Rate limiting for flask applications"
optional = false
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-09-14 11:11:20 +02:00
{ file = "Flask-Limiter-3.5.0.tar.gz" , hash = "sha256:13a3491b994c49f7cb4706587a38ca47e8162b576530472df38be68104f299c0" } ,
{ file = "Flask_Limiter-3.5.0-py3-none-any.whl" , hash = "sha256:dbda4174f44e6cb858c6eb75e7488186f2977dd5d33d7028ba1aabf179de1bee" } ,
2022-12-21 09:03:40 +01:00
]
2022-09-17 19:36:03 +02:00
[ package . dependencies ]
Flask = ">=2"
limits = [
2022-12-31 16:37:00 +01:00
{ version = ">=2.8" } ,
2022-09-17 19:36:03 +02:00
{ version = "*" , extras = [ "redis" ] , optional = true , markers = "extra == \"redis\"" } ,
]
2022-12-31 16:37:00 +01:00
ordered-set = ">4,<5"
2023-02-16 09:33:03 +01:00
rich = ">=12,<14"
2022-11-01 16:02:19 +01:00
typing-extensions = ">=4"
2022-09-17 19:36:03 +02:00
[ package . extras ]
2022-11-01 16:02:19 +01:00
memcached = [ "limits[memcached]" ]
mongodb = [ "limits[mongodb]" ]
redis = [ "limits[redis]" ]
2022-09-17 19:36:03 +02:00
2020-09-16 15:41:02 +02:00
[ [ package ] ]
2022-11-09 14:16:24 +01:00
name = "flask-migrate"
2023-09-14 11:11:20 +02:00
version = "4.0.5"
2021-10-16 21:15:54 +02:00
description = "SQLAlchemy database migrations for Flask applications using Alembic."
2020-09-16 15:41:02 +02:00
optional = false
2021-10-16 21:15:54 +02:00
python-versions = ">=3.6"
2022-12-21 09:03:40 +01:00
files = [
2023-09-14 11:11:20 +02:00
{ file = "Flask-Migrate-4.0.5.tar.gz" , hash = "sha256:d3f437a8b5f3849d1bb1b60e1b818efc564c66e3fefe90b62e5db08db295e1b1" } ,
{ file = "Flask_Migrate-4.0.5-py3-none-any.whl" , hash = "sha256:613a2df703998e78716cace68cd83972960834424457f5b67f56e74fff950aef" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ package . dependencies ]
2023-02-16 09:33:03 +01:00
alembic = ">=1.9.0"
2020-09-16 15:41:02 +02:00
Flask = ">=0.9"
Flask-SQLAlchemy = ">=1.0"
[ [ package ] ]
name = "flask-sqlalchemy"
2023-10-02 18:57:53 +02:00
version = "3.1.1"
2022-11-26 12:54:56 +01:00
description = "Add SQLAlchemy support to your Flask application."
2020-09-16 15:41:02 +02:00
optional = false
2023-10-02 18:57:53 +02:00
python-versions = ">=3.8"
2022-12-21 09:03:40 +01:00
files = [
2023-10-02 18:57:53 +02:00
{ file = "flask_sqlalchemy-3.1.1-py3-none-any.whl" , hash = "sha256:4ba4be7f419dc72f4efd8802d69974803c37259dd42f3913b0dcf75c9447e0a0" } ,
{ file = "flask_sqlalchemy-3.1.1.tar.gz" , hash = "sha256:e4b68bb881802dda1a7d878b2fc84c06d1ee57fb40b874d3dc97dabfa36b8312" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ package . dependencies ]
2023-06-24 19:59:12 +02:00
flask = ">=2.2.5"
2023-10-02 18:57:53 +02:00
sqlalchemy = ">=2.0.16"
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "freezegun"
2022-08-27 19:32:54 +02:00
version = "1.2.2"
2020-09-16 15:41:02 +02:00
description = "Let your Python tests travel through time"
optional = false
2022-03-27 09:33:59 +02:00
python-versions = ">=3.6"
2022-12-21 09:03:40 +01:00
files = [
{ file = "freezegun-1.2.2-py3-none-any.whl" , hash = "sha256:ea1b963b993cb9ea195adbd893a48d573fda951b0da64f60883d7e988b606c9f" } ,
{ file = "freezegun-1.2.2.tar.gz" , hash = "sha256:cd22d1ba06941384410cd967d8a99d5ae2442f57dfafeff2fda5de8dc5c05446" } ,
]
2020-09-16 15:41:02 +02:00
[ package . dependencies ]
python-dateutil = ">=2.7"
2023-06-18 15:02:21 +02:00
[ [ package ] ]
name = "furo"
2023-09-14 11:11:20 +02:00
version = "2023.9.10"
2023-06-18 15:02:21 +02:00
description = "A clean customisable Sphinx documentation theme."
optional = false
2023-08-19 08:50:37 +02:00
python-versions = ">=3.8"
2023-06-18 15:02:21 +02:00
files = [
2023-09-14 11:11:20 +02:00
{ file = "furo-2023.9.10-py3-none-any.whl" , hash = "sha256:513092538537dc5c596691da06e3c370714ec99bc438680edc1debffb73e5bfc" } ,
{ file = "furo-2023.9.10.tar.gz" , hash = "sha256:5707530a476d2a63b8cad83b4f961f3739a69f4b058bcf38a03a39fa537195b2" } ,
2023-06-18 15:02:21 +02:00
]
[ package . dependencies ]
beautifulsoup4 = "*"
pygments = ">=2.7"
sphinx = ">=6.0,<8.0"
sphinx-basic-ng = "*"
2022-05-28 20:01:14 +02:00
[ [ package ] ]
name = "gitdb"
2022-11-26 12:54:56 +01:00
version = "4.0.10"
2022-05-28 20:01:14 +02:00
description = "Git Object Database"
optional = false
2022-11-26 12:54:56 +01:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
{ file = "gitdb-4.0.10-py3-none-any.whl" , hash = "sha256:c286cf298426064079ed96a9e4a9d39e7f3e9bf15ba60701e95f5492f28415c7" } ,
{ file = "gitdb-4.0.10.tar.gz" , hash = "sha256:6eb990b69df4e15bad899ea868dc46572c3f75339735663b81de79b06f17eb9a" } ,
]
2022-05-28 20:01:14 +02:00
[ package . dependencies ]
smmap = ">=3.0.1,<6"
[ [ package ] ]
2022-11-09 14:16:24 +01:00
name = "gitpython"
2023-10-02 12:13:04 +02:00
version = "3.1.37"
2023-02-25 10:41:27 +01:00
description = "GitPython is a Python library used to interact with Git repositories"
2022-05-28 20:01:14 +02:00
optional = false
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-10-02 12:13:04 +02:00
{ file = "GitPython-3.1.37-py3-none-any.whl" , hash = "sha256:5f4c4187de49616d710a77e98ddf17b4782060a1788df441846bddefbb89ab33" } ,
{ file = "GitPython-3.1.37.tar.gz" , hash = "sha256:f9b9ddc0761c125d5780eab2d64be4873fc6817c2899cbcb34b02344bdc7bc54" } ,
2022-12-21 09:03:40 +01:00
]
2022-05-28 20:01:14 +02:00
[ package . dependencies ]
gitdb = ">=4.0.1,<5"
2023-09-14 11:11:20 +02:00
[ package . extras ]
2023-10-02 12:13:04 +02:00
test = [ "black" , "coverage[toml]" , "ddt (>=1.1.1,!=1.4.3)" , "mypy" , "pre-commit" , "pytest" , "pytest-cov" , "pytest-sugar" ]
2023-09-14 11:11:20 +02:00
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "gpxpy"
2022-06-11 13:10:02 +02:00
version = "1.5.0"
2020-09-16 15:41:02 +02:00
description = "GPX file parser and GPS track manipulation library"
optional = false
2022-06-11 13:10:02 +02:00
python-versions = ">=3.6"
2022-12-21 09:03:40 +01:00
files = [
{ file = "gpxpy-1.5.0.tar.gz" , hash = "sha256:e6993a8945eae07a833cd304b88bbc6c3c132d63b2bf4a9b0a5d9097616b8708" } ,
]
2020-09-16 15:41:02 +02:00
2021-04-06 13:15:26 +02:00
[ [ package ] ]
name = "greenlet"
2023-02-16 09:33:03 +01:00
version = "2.0.2"
2021-04-06 13:15:26 +02:00
description = "Lightweight in-process concurrent programming"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*"
2022-12-21 09:03:40 +01:00
files = [
2023-02-16 09:33:03 +01:00
{ file = "greenlet-2.0.2-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:bdfea8c661e80d3c1c99ad7c3ff74e6e87184895bbaca6ee8cc61209f8b9b85d" } ,
{ file = "greenlet-2.0.2-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:9d14b83fab60d5e8abe587d51c75b252bcc21683f24699ada8fb275d7712f5a9" } ,
{ file = "greenlet-2.0.2-cp27-cp27m-win32.whl" , hash = "sha256:6c3acb79b0bfd4fe733dff8bc62695283b57949ebcca05ae5c129eb606ff2d74" } ,
{ file = "greenlet-2.0.2-cp27-cp27m-win_amd64.whl" , hash = "sha256:283737e0da3f08bd637b5ad058507e578dd462db259f7f6e4c5c365ba4ee9343" } ,
{ file = "greenlet-2.0.2-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:d27ec7509b9c18b6d73f2f5ede2622441de812e7b1a80bbd446cb0633bd3d5ae" } ,
{ file = "greenlet-2.0.2-cp310-cp310-macosx_11_0_x86_64.whl" , hash = "sha256:30bcf80dda7f15ac77ba5af2b961bdd9dbc77fd4ac6105cee85b0d0a5fcf74df" } ,
{ file = "greenlet-2.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:26fbfce90728d82bc9e6c38ea4d038cba20b7faf8a0ca53a9c07b67318d46088" } ,
{ file = "greenlet-2.0.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:9190f09060ea4debddd24665d6804b995a9c122ef5917ab26e1566dcc712ceeb" } ,
{ file = "greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d75209eed723105f9596807495d58d10b3470fa6732dd6756595e89925ce2470" } ,
{ file = "greenlet-2.0.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:3a51c9751078733d88e013587b108f1b7a1fb106d402fb390740f002b6f6551a" } ,
{ file = "greenlet-2.0.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:76ae285c8104046b3a7f06b42f29c7b73f77683df18c49ab5af7983994c2dd91" } ,
{ file = "greenlet-2.0.2-cp310-cp310-win_amd64.whl" , hash = "sha256:2d4686f195e32d36b4d7cf2d166857dbd0ee9f3d20ae349b6bf8afc8485b3645" } ,
{ file = "greenlet-2.0.2-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:c4302695ad8027363e96311df24ee28978162cdcdd2006476c43970b384a244c" } ,
{ file = "greenlet-2.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c48f54ef8e05f04d6eff74b8233f6063cb1ed960243eacc474ee73a2ea8573ca" } ,
{ file = "greenlet-2.0.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:a1846f1b999e78e13837c93c778dcfc3365902cfb8d1bdb7dd73ead37059f0d0" } ,
{ file = "greenlet-2.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3a06ad5312349fec0ab944664b01d26f8d1f05009566339ac6f63f56589bc1a2" } ,
{ file = "greenlet-2.0.2-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:eff4eb9b7eb3e4d0cae3d28c283dc16d9bed6b193c2e1ace3ed86ce48ea8df19" } ,
{ file = "greenlet-2.0.2-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:5454276c07d27a740c5892f4907c86327b632127dd9abec42ee62e12427ff7e3" } ,
{ file = "greenlet-2.0.2-cp311-cp311-win_amd64.whl" , hash = "sha256:7cafd1208fdbe93b67c7086876f061f660cfddc44f404279c1585bbf3cdc64c5" } ,
{ file = "greenlet-2.0.2-cp35-cp35m-macosx_10_14_x86_64.whl" , hash = "sha256:910841381caba4f744a44bf81bfd573c94e10b3045ee00de0cbf436fe50673a6" } ,
{ file = "greenlet-2.0.2-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:18a7f18b82b52ee85322d7a7874e676f34ab319b9f8cce5de06067384aa8ff43" } ,
{ file = "greenlet-2.0.2-cp35-cp35m-win32.whl" , hash = "sha256:03a8f4f3430c3b3ff8d10a2a86028c660355ab637cee9333d63d66b56f09d52a" } ,
{ file = "greenlet-2.0.2-cp35-cp35m-win_amd64.whl" , hash = "sha256:4b58adb399c4d61d912c4c331984d60eb66565175cdf4a34792cd9600f21b394" } ,
{ file = "greenlet-2.0.2-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:703f18f3fda276b9a916f0934d2fb6d989bf0b4fb5a64825260eb9bfd52d78f0" } ,
{ file = "greenlet-2.0.2-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:32e5b64b148966d9cccc2c8d35a671409e45f195864560829f395a54226408d3" } ,
{ file = "greenlet-2.0.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2dd11f291565a81d71dab10b7033395b7a3a5456e637cf997a6f33ebdf06f8db" } ,
{ file = "greenlet-2.0.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:e0f72c9ddb8cd28532185f54cc1453f2c16fb417a08b53a855c4e6a418edd099" } ,
{ file = "greenlet-2.0.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:cd021c754b162c0fb55ad5d6b9d960db667faad0fa2ff25bb6e1301b0b6e6a75" } ,
{ file = "greenlet-2.0.2-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:3c9b12575734155d0c09d6c3e10dbd81665d5c18e1a7c6597df72fd05990c8cf" } ,
{ file = "greenlet-2.0.2-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:b9ec052b06a0524f0e35bd8790686a1da006bd911dd1ef7d50b77bfbad74e292" } ,
{ file = "greenlet-2.0.2-cp36-cp36m-win32.whl" , hash = "sha256:dbfcfc0218093a19c252ca8eb9aee3d29cfdcb586df21049b9d777fd32c14fd9" } ,
{ file = "greenlet-2.0.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:9f35ec95538f50292f6d8f2c9c9f8a3c6540bbfec21c9e5b4b751e0a7c20864f" } ,
{ file = "greenlet-2.0.2-cp37-cp37m-macosx_10_15_x86_64.whl" , hash = "sha256:d5508f0b173e6aa47273bdc0a0b5ba055b59662ba7c7ee5119528f466585526b" } ,
{ file = "greenlet-2.0.2-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:f82d4d717d8ef19188687aa32b8363e96062911e63ba22a0cff7802a8e58e5f1" } ,
{ file = "greenlet-2.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c9c59a2120b55788e800d82dfa99b9e156ff8f2227f07c5e3012a45a399620b7" } ,
{ file = "greenlet-2.0.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:2780572ec463d44c1d3ae850239508dbeb9fed38e294c68d19a24d925d9223ca" } ,
{ file = "greenlet-2.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:937e9020b514ceedb9c830c55d5c9872abc90f4b5862f89c0887033ae33c6f73" } ,
{ file = "greenlet-2.0.2-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:36abbf031e1c0f79dd5d596bfaf8e921c41df2bdf54ee1eed921ce1f52999a86" } ,
{ file = "greenlet-2.0.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:18e98fb3de7dba1c0a852731c3070cf022d14f0d68b4c87a19cc1016f3bb8b33" } ,
{ file = "greenlet-2.0.2-cp37-cp37m-win32.whl" , hash = "sha256:3f6ea9bd35eb450837a3d80e77b517ea5bc56b4647f5502cd28de13675ee12f7" } ,
{ file = "greenlet-2.0.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:7492e2b7bd7c9b9916388d9df23fa49d9b88ac0640db0a5b4ecc2b653bf451e3" } ,
{ file = "greenlet-2.0.2-cp38-cp38-macosx_10_15_x86_64.whl" , hash = "sha256:b864ba53912b6c3ab6bcb2beb19f19edd01a6bfcbdfe1f37ddd1778abfe75a30" } ,
{ file = "greenlet-2.0.2-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:ba2956617f1c42598a308a84c6cf021a90ff3862eddafd20c3333d50f0edb45b" } ,
{ file = "greenlet-2.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:fc3a569657468b6f3fb60587e48356fe512c1754ca05a564f11366ac9e306526" } ,
{ file = "greenlet-2.0.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:8eab883b3b2a38cc1e050819ef06a7e6344d4a990d24d45bc6f2cf959045a45b" } ,
{ file = "greenlet-2.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:acd2162a36d3de67ee896c43effcd5ee3de247eb00354db411feb025aa319857" } ,
{ file = "greenlet-2.0.2-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:0bf60faf0bc2468089bdc5edd10555bab6e85152191df713e2ab1fcc86382b5a" } ,
{ file = "greenlet-2.0.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:b0ef99cdbe2b682b9ccbb964743a6aca37905fda5e0452e5ee239b1654d37f2a" } ,
{ file = "greenlet-2.0.2-cp38-cp38-win32.whl" , hash = "sha256:b80f600eddddce72320dbbc8e3784d16bd3fb7b517e82476d8da921f27d4b249" } ,
{ file = "greenlet-2.0.2-cp38-cp38-win_amd64.whl" , hash = "sha256:4d2e11331fc0c02b6e84b0d28ece3a36e0548ee1a1ce9ddde03752d9b79bba40" } ,
{ file = "greenlet-2.0.2-cp39-cp39-macosx_11_0_x86_64.whl" , hash = "sha256:88d9ab96491d38a5ab7c56dd7a3cc37d83336ecc564e4e8816dbed12e5aaefc8" } ,
{ file = "greenlet-2.0.2-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:561091a7be172ab497a3527602d467e2b3fbe75f9e783d8b8ce403fa414f71a6" } ,
{ file = "greenlet-2.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:971ce5e14dc5e73715755d0ca2975ac88cfdaefcaab078a284fea6cfabf866df" } ,
{ file = "greenlet-2.0.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:be4ed120b52ae4d974aa40215fcdfde9194d63541c7ded40ee12eb4dda57b76b" } ,
{ file = "greenlet-2.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:94c817e84245513926588caf1152e3b559ff794d505555211ca041f032abbb6b" } ,
{ file = "greenlet-2.0.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:1a819eef4b0e0b96bb0d98d797bef17dc1b4a10e8d7446be32d1da33e095dbb8" } ,
{ file = "greenlet-2.0.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:7efde645ca1cc441d6dc4b48c0f7101e8d86b54c8530141b09fd31cef5149ec9" } ,
{ file = "greenlet-2.0.2-cp39-cp39-win32.whl" , hash = "sha256:ea9872c80c132f4663822dd2a08d404073a5a9b5ba6155bea72fb2a79d1093b5" } ,
{ file = "greenlet-2.0.2-cp39-cp39-win_amd64.whl" , hash = "sha256:db1a39669102a1d8d12b57de2bb7e2ec9066a6f2b3da35ae511ff93b01b5d564" } ,
{ file = "greenlet-2.0.2.tar.gz" , hash = "sha256:e7c8dc13af7db097bed64a051d2dd49e9f0af495c26995c00a9ee842690d34c0" } ,
2022-12-21 09:03:40 +01:00
]
[ package . extras ]
docs = [ "Sphinx" , "docutils (<0.18)" ]
2023-02-16 09:33:03 +01:00
test = [ "objgraph" , "psutil" ]
2022-12-21 09:03:40 +01:00
[ [ package ] ]
name = "gunicorn"
2023-07-22 09:09:10 +02:00
version = "21.2.0"
2022-12-21 09:03:40 +01:00
description = "WSGI HTTP Server for UNIX"
optional = false
python-versions = ">=3.5"
files = [
2023-07-22 09:09:10 +02:00
{ file = "gunicorn-21.2.0-py3-none-any.whl" , hash = "sha256:3213aa5e8c24949e792bcacfc176fef362e7aac80b76c56f6b5122bf350722f0" } ,
{ file = "gunicorn-21.2.0.tar.gz" , hash = "sha256:88ec8bff1d634f98e61b9f65bc4bf3cd918a90806c6f5c48bc5603849ec81033" } ,
2022-12-21 09:03:40 +01:00
]
[ package . dependencies ]
2023-07-22 09:09:10 +02:00
packaging = "*"
2022-12-21 09:03:40 +01:00
[ package . extras ]
eventlet = [ "eventlet (>=0.24.1)" ]
gevent = [ "gevent (>=1.4.0)" ]
setproctitle = [ "setproctitle" ]
tornado = [ "tornado (>=0.2)" ]
[ [ package ] ]
name = "h11"
version = "0.14.0"
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
optional = false
python-versions = ">=3.7"
files = [
{ file = "h11-0.14.0-py3-none-any.whl" , hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761" } ,
{ file = "h11-0.14.0.tar.gz" , hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d" } ,
]
[ [ package ] ]
2020-09-16 15:41:02 +02:00
name = "humanize"
2023-08-19 08:50:37 +02:00
version = "4.8.0"
2020-09-16 15:41:02 +02:00
description = "Python humanize utilities"
optional = false
2023-07-14 19:23:29 +02:00
python-versions = ">=3.8"
2022-12-21 09:03:40 +01:00
files = [
2023-08-19 08:50:37 +02:00
{ file = "humanize-4.8.0-py3-none-any.whl" , hash = "sha256:8bc9e2bb9315e61ec06bf690151ae35aeb65651ab091266941edf97c90836404" } ,
{ file = "humanize-4.8.0.tar.gz" , hash = "sha256:9783373bf1eec713a770ecaa7c2d7a7902c98398009dfa3d8a2df91eec9311e8" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ package . extras ]
tests = [ "freezegun" , "pytest" , "pytest-cov" ]
[ [ package ] ]
name = "idna"
2022-09-16 08:43:44 +02:00
version = "3.4"
2020-09-16 15:41:02 +02:00
description = "Internationalized Domain Names in Applications (IDNA)"
optional = false
2021-10-16 21:15:54 +02:00
python-versions = ">=3.5"
2022-12-21 09:03:40 +01:00
files = [
{ file = "idna-3.4-py3-none-any.whl" , hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2" } ,
{ file = "idna-3.4.tar.gz" , hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4" } ,
]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "imagesize"
2022-07-03 14:25:38 +02:00
version = "1.4.1"
2020-09-16 15:41:02 +02:00
description = "Getting image size from png/jpeg/jpeg2000/gif file"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2022-12-21 09:03:40 +01:00
files = [
{ file = "imagesize-1.4.1-py2.py3-none-any.whl" , hash = "sha256:0d8d18d08f840c19d0ee7ca1fd82490fdc3729b7ac93f49870406ddde8ef8d8b" } ,
{ file = "imagesize-1.4.1.tar.gz" , hash = "sha256:69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a" } ,
]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "importlib-metadata"
2023-07-14 19:23:29 +02:00
version = "6.8.0"
2020-09-16 15:41:02 +02:00
description = "Read metadata from Python packages"
optional = false
2023-07-14 19:23:29 +02:00
python-versions = ">=3.8"
2022-12-21 09:03:40 +01:00
files = [
2023-07-14 19:23:29 +02:00
{ file = "importlib_metadata-6.8.0-py3-none-any.whl" , hash = "sha256:3ebb78df84a805d7698245025b975d9d67053cd94c79245ba4b3eb694abe68bb" } ,
{ file = "importlib_metadata-6.8.0.tar.gz" , hash = "sha256:dbace7892d8c0c4ac1ad096662232f831d4e64f4c4545bd53016a3e9d4654743" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ package . dependencies ]
zipp = ">=0.5"
2021-02-17 14:20:55 +01:00
[ package . extras ]
2022-12-21 09:03:40 +01:00
docs = [ "furo" , "jaraco.packaging (>=9)" , "jaraco.tidelift (>=1.4)" , "rst.linker (>=1.9)" , "sphinx (>=3.5)" , "sphinx-lint" ]
2022-01-19 14:47:53 +01:00
perf = [ "ipython" ]
2023-07-14 19:23:29 +02:00
testing = [ "flufl.flake8" , "importlib-resources (>=1.3)" , "packaging" , "pyfakefs" , "pytest (>=6)" , "pytest-black (>=0.3.7)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=2.2)" , "pytest-mypy (>=0.9.1)" , "pytest-perf (>=0.9.2)" , "pytest-ruff" ]
2021-10-16 21:15:54 +02:00
[ [ package ] ]
name = "importlib-resources"
2023-10-02 12:13:04 +02:00
version = "6.1.0"
2021-10-16 21:15:54 +02:00
description = "Read resources from Python packages"
optional = false
2023-07-14 19:23:29 +02:00
python-versions = ">=3.8"
2022-12-21 09:03:40 +01:00
files = [
2023-10-02 12:13:04 +02:00
{ file = "importlib_resources-6.1.0-py3-none-any.whl" , hash = "sha256:aa50258bbfa56d4e33fbd8aa3ef48ded10d1735f11532b8df95388cc6bdb7e83" } ,
{ file = "importlib_resources-6.1.0.tar.gz" , hash = "sha256:9d48dcccc213325e810fd723e7fbb45ccb39f6cf5c31f00cf2b965f5f10f3cb9" } ,
2022-12-21 09:03:40 +01:00
]
2021-10-16 21:15:54 +02:00
[ package . dependencies ]
zipp = { version = ">=3.1.0" , markers = "python_version < \"3.10\"" }
[ package . extras ]
2023-10-02 12:13:04 +02:00
docs = [ "furo" , "jaraco.packaging (>=9.3)" , "jaraco.tidelift (>=1.4)" , "rst.linker (>=1.9)" , "sphinx (<7.2.5)" , "sphinx (>=3.5)" , "sphinx-lint" ]
testing = [ "pytest (>=6)" , "pytest-black (>=0.3.7)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=2.2)" , "pytest-mypy (>=0.9.1)" , "pytest-ruff" , "zipp (>=3.17)" ]
2020-12-25 19:14:37 +01:00
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "iniconfig"
2023-02-16 09:33:03 +01:00
version = "2.0.0"
description = "brain-dead simple config-ini parsing"
2020-09-16 15:41:02 +02:00
optional = false
2023-02-16 09:33:03 +01:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-02-16 09:33:03 +01:00
{ file = "iniconfig-2.0.0-py3-none-any.whl" , hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374" } ,
{ file = "iniconfig-2.0.0.tar.gz" , hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "isort"
2023-06-14 20:58:47 +02:00
version = "5.12.0"
2020-09-16 15:41:02 +02:00
description = "A Python utility / library to sort Python imports."
optional = false
2023-06-14 20:58:47 +02:00
python-versions = ">=3.8.0"
2022-12-21 09:03:40 +01:00
files = [
2023-06-14 20:58:47 +02:00
{ file = "isort-5.12.0-py3-none-any.whl" , hash = "sha256:f84c2818376e66cf843d497486ea8fed8700b340f308f076c6fb1229dff318b6" } ,
{ file = "isort-5.12.0.tar.gz" , hash = "sha256:8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fcba0504" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ package . extras ]
2023-06-14 20:58:47 +02:00
colors = [ "colorama (>=0.4.3)" ]
2023-02-16 09:33:03 +01:00
pipfile-deprecated-finder = [ "pip-shims (>=0.5.2)" , "pipreqs" , "requirementslib" ]
2021-07-03 11:17:38 +02:00
plugins = [ "setuptools" ]
2022-11-09 14:16:24 +01:00
requirements-deprecated-finder = [ "pip-api" , "pipreqs" ]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "itsdangerous"
2022-03-27 09:33:59 +02:00
version = "2.1.2"
2021-05-22 17:11:32 +02:00
description = "Safely pass data to untrusted environments and back."
2020-09-16 15:41:02 +02:00
optional = false
2022-03-27 09:33:59 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
{ file = "itsdangerous-2.1.2-py3-none-any.whl" , hash = "sha256:2c2349112351b88699d8d4b6b075022c0808887cb7ad10069318a8b0bc88db44" } ,
{ file = "itsdangerous-2.1.2.tar.gz" , hash = "sha256:5dbbc68b317e5e42f327f9021763545dc3fc3bfe22e6deb96aaf1fc38874156a" } ,
]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
2022-11-09 14:16:24 +01:00
name = "jinja2"
2022-05-18 09:26:31 +02:00
version = "3.1.2"
2020-09-16 15:41:02 +02:00
description = "A very fast and expressive template engine."
optional = false
2022-03-27 09:33:59 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
{ file = "Jinja2-3.1.2-py3-none-any.whl" , hash = "sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61" } ,
{ file = "Jinja2-3.1.2.tar.gz" , hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852" } ,
]
2020-09-16 15:41:02 +02:00
[ package . dependencies ]
2021-05-22 17:11:32 +02:00
MarkupSafe = ">=2.0"
2020-09-16 15:41:02 +02:00
2021-02-17 14:20:55 +01:00
[ package . extras ]
2021-05-22 17:11:32 +02:00
i18n = [ "Babel (>=2.7)" ]
2021-02-17 14:20:55 +01:00
2022-09-17 19:36:03 +02:00
[ [ package ] ]
name = "limits"
2023-09-14 11:11:20 +02:00
version = "3.6.0"
2022-09-17 19:36:03 +02:00
description = "Rate limiting utilities"
optional = false
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-09-14 11:11:20 +02:00
{ file = "limits-3.6.0-py3-none-any.whl" , hash = "sha256:32fe29a398352c71bc43d53773117d47e22c5ea4200aef28d3f5fdee10334cd7" } ,
{ file = "limits-3.6.0.tar.gz" , hash = "sha256:57a9c69fd37ad1e4fa3886dff8d035227e1f6af87f47e9118627e72cf1ced3bf" } ,
2022-12-21 09:03:40 +01:00
]
2022-09-17 19:36:03 +02:00
[ package . dependencies ]
2022-12-21 09:03:40 +01:00
deprecated = ">=1.2"
2023-04-08 08:54:06 +02:00
importlib-resources = ">=1.3"
2023-02-16 09:33:03 +01:00
packaging = ">=21,<24"
2023-09-14 11:11:20 +02:00
redis = { version = ">3,<4.5.2 || >4.5.2,<4.5.3 || >4.5.3,<6.0.0" , optional = true , markers = "extra == \"redis\"" }
2022-12-21 09:03:40 +01:00
typing-extensions = "*"
2022-09-17 19:36:03 +02:00
[ package . extras ]
2023-09-14 11:11:20 +02:00
all = [ "aetcd" , "coredis (>=3.4.0,<5)" , "emcache (>=0.6.1)" , "emcache (>=1)" , "etcd3" , "motor (>=3,<4)" , "pymemcache (>3,<5.0.0)" , "pymongo (>4.1,<5)" , "redis (>3,!=4.5.2,!=4.5.3,<6.0.0)" , "redis (>=4.2.0,!=4.5.2,!=4.5.3)" ]
2023-02-16 09:33:03 +01:00
async-etcd = [ "aetcd" ]
async-memcached = [ "emcache (>=0.6.1)" , "emcache (>=1)" ]
async-mongodb = [ "motor (>=3,<4)" ]
2022-12-21 09:03:40 +01:00
async-redis = [ "coredis (>=3.4.0,<5)" ]
2023-02-16 09:33:03 +01:00
etcd = [ "etcd3" ]
2022-12-21 09:03:40 +01:00
memcached = [ "pymemcache (>3,<5.0.0)" ]
2023-02-16 09:33:03 +01:00
mongodb = [ "pymongo (>4.1,<5)" ]
2023-09-14 11:11:20 +02:00
redis = [ "redis (>3,!=4.5.2,!=4.5.3,<6.0.0)" ]
2023-04-08 08:54:06 +02:00
rediscluster = [ "redis (>=4.2.0,!=4.5.2,!=4.5.3)" ]
2022-09-17 19:36:03 +02:00
2020-09-16 15:41:02 +02:00
[ [ package ] ]
2022-11-09 14:16:24 +01:00
name = "mako"
2022-11-26 12:54:56 +01:00
version = "1.2.4"
2022-03-27 09:33:59 +02:00
description = "A super-fast templating language that borrows the best ideas from the existing templating languages."
2020-09-16 15:41:02 +02:00
optional = false
2022-03-27 09:33:59 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
{ file = "Mako-1.2.4-py3-none-any.whl" , hash = "sha256:c97c79c018b9165ac9922ae4f32da095ffd3c4e6872b45eded42926deea46818" } ,
{ file = "Mako-1.2.4.tar.gz" , hash = "sha256:d60a3903dc3bb01a18ad6a89cdbe2e4eadc69c0bc8ef1e3773ba53d44c3f7a34" } ,
]
2020-09-16 15:41:02 +02:00
2021-02-17 14:20:55 +01:00
[ package . dependencies ]
MarkupSafe = ">=0.9.2"
2020-09-16 15:41:02 +02:00
[ package . extras ]
2022-11-01 16:02:19 +01:00
babel = [ "Babel" ]
2020-09-16 15:41:02 +02:00
lingua = [ "lingua" ]
2022-03-27 09:33:59 +02:00
testing = [ "pytest" ]
2020-09-16 15:41:02 +02:00
2023-02-16 09:33:03 +01:00
[ [ package ] ]
name = "markdown-it-py"
2023-06-14 20:58:47 +02:00
version = "3.0.0"
2023-02-16 09:33:03 +01:00
description = "Python port of markdown-it. Markdown parsing, done right!"
optional = false
2023-06-14 20:58:47 +02:00
python-versions = ">=3.8"
2023-02-16 09:33:03 +01:00
files = [
2023-06-14 20:58:47 +02:00
{ 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-02-16 09:33:03 +01:00
]
[ package . dependencies ]
mdurl = ">=0.1,<1.0"
[ package . extras ]
2023-02-25 10:41:27 +01:00
benchmarking = [ "psutil" , "pytest" , "pytest-benchmark" ]
code-style = [ "pre-commit (>=3.0,<4.0)" ]
compare = [ "commonmark (>=0.9,<1.0)" , "markdown (>=3.4,<4.0)" , "mistletoe (>=1.0,<2.0)" , "mistune (>=2.0,<3.0)" , "panflute (>=2.3,<3.0)" ]
linkify = [ "linkify-it-py (>=1,<3)" ]
2023-02-16 09:33:03 +01:00
plugins = [ "mdit-py-plugins" ]
profiling = [ "gprof2dot" ]
2023-06-14 20:58:47 +02:00
rtd = [ "jupyter_sphinx" , "mdit-py-plugins" , "myst-parser" , "pyyaml" , "sphinx" , "sphinx-copybutton" , "sphinx-design" , "sphinx_book_theme" ]
2023-02-16 09:33:03 +01:00
testing = [ "coverage" , "pytest" , "pytest-cov" , "pytest-regressions" ]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
2022-11-09 14:16:24 +01:00
name = "markupsafe"
2023-06-03 09:57:49 +02:00
version = "2.1.3"
2020-09-16 15:41:02 +02:00
description = "Safely add untrusted strings to HTML/XML markup."
optional = false
2022-03-27 09:33:59 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-06-03 09:57:49 +02:00
{ file = "MarkupSafe-2.1.3-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:cd0f502fe016460680cd20aaa5a76d241d6f35a1c3350c474bac1273803893fa" } ,
{ file = "MarkupSafe-2.1.3-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:e09031c87a1e51556fdcb46e5bd4f59dfb743061cf93c4d6831bf894f125eb57" } ,
{ file = "MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:68e78619a61ecf91e76aa3e6e8e33fc4894a2bebe93410754bd28fce0a8a4f9f" } ,
{ file = "MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:65c1a9bcdadc6c28eecee2c119465aebff8f7a584dd719facdd9e825ec61ab52" } ,
{ file = "MarkupSafe-2.1.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:525808b8019e36eb524b8c68acdd63a37e75714eac50e988180b169d64480a00" } ,
{ file = "MarkupSafe-2.1.3-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:962f82a3086483f5e5f64dbad880d31038b698494799b097bc59c2edf392fce6" } ,
{ file = "MarkupSafe-2.1.3-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:aa7bd130efab1c280bed0f45501b7c8795f9fdbeb02e965371bbef3523627779" } ,
{ file = "MarkupSafe-2.1.3-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:c9c804664ebe8f83a211cace637506669e7890fec1b4195b505c214e50dd4eb7" } ,
{ file = "MarkupSafe-2.1.3-cp310-cp310-win32.whl" , hash = "sha256:10bbfe99883db80bdbaff2dcf681dfc6533a614f700da1287707e8a5d78a8431" } ,
{ file = "MarkupSafe-2.1.3-cp310-cp310-win_amd64.whl" , hash = "sha256:1577735524cdad32f9f694208aa75e422adba74f1baee7551620e43a3141f559" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:ad9e82fb8f09ade1c3e1b996a6337afac2b8b9e365f926f5a61aacc71adc5b3c" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:3c0fae6c3be832a0a0473ac912810b2877c8cb9d76ca48de1ed31e1c68386575" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b076b6226fb84157e3f7c971a47ff3a679d837cf338547532ab866c57930dbee" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bfce63a9e7834b12b87c64d6b155fdd9b3b96191b6bd334bf37db7ff1fe457f2" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:338ae27d6b8745585f87218a3f23f1512dbf52c26c28e322dbe54bcede54ccb9" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:e4dd52d80b8c83fdce44e12478ad2e85c64ea965e75d66dbeafb0a3e77308fcc" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:df0be2b576a7abbf737b1575f048c23fb1d769f267ec4358296f31c2479db8f9" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:5bbe06f8eeafd38e5d0a4894ffec89378b6c6a625ff57e3028921f8ff59318ac" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-win32.whl" , hash = "sha256:dd15ff04ffd7e05ffcb7fe79f1b98041b8ea30ae9234aed2a9168b5797c3effb" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-win_amd64.whl" , hash = "sha256:134da1eca9ec0ae528110ccc9e48041e0828d79f24121a1a146161103c76e686" } ,
{ file = "MarkupSafe-2.1.3-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:8e254ae696c88d98da6555f5ace2279cf7cd5b3f52be2b5cf97feafe883b58d2" } ,
{ file = "MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:cb0932dc158471523c9637e807d9bfb93e06a95cbf010f1a38b98623b929ef2b" } ,
{ file = "MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9402b03f1a1b4dc4c19845e5c749e3ab82d5078d16a2a4c2cd2df62d57bb0707" } ,
{ file = "MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ca379055a47383d02a5400cb0d110cef0a776fc644cda797db0c5696cfd7e18e" } ,
{ file = "MarkupSafe-2.1.3-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:b7ff0f54cb4ff66dd38bebd335a38e2c22c41a8ee45aa608efc890ac3e3931bc" } ,
{ file = "MarkupSafe-2.1.3-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:c011a4149cfbcf9f03994ec2edffcb8b1dc2d2aede7ca243746df97a5d41ce48" } ,
{ file = "MarkupSafe-2.1.3-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:56d9f2ecac662ca1611d183feb03a3fa4406469dafe241673d521dd5ae92a155" } ,
{ file = "MarkupSafe-2.1.3-cp37-cp37m-win32.whl" , hash = "sha256:8758846a7e80910096950b67071243da3e5a20ed2546e6392603c096778d48e0" } ,
{ file = "MarkupSafe-2.1.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:787003c0ddb00500e49a10f2844fac87aa6ce977b90b0feaaf9de23c22508b24" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:2ef12179d3a291be237280175b542c07a36e7f60718296278d8593d21ca937d4" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:2c1b19b3aaacc6e57b7e25710ff571c24d6c3613a45e905b1fde04d691b98ee0" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8afafd99945ead6e075b973fefa56379c5b5c53fd8937dad92c662da5d8fd5ee" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8c41976a29d078bb235fea9b2ecd3da465df42a562910f9022f1a03107bd02be" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d080e0a5eb2529460b30190fcfcc4199bd7f827663f858a226a81bc27beaa97e" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:69c0f17e9f5a7afdf2cc9fb2d1ce6aabdb3bafb7f38017c0b77862bcec2bbad8" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:504b320cd4b7eff6f968eddf81127112db685e81f7e36e75f9f84f0df46041c3" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:42de32b22b6b804f42c5d98be4f7e5e977ecdd9ee9b660fda1a3edf03b11792d" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-win32.whl" , hash = "sha256:ceb01949af7121f9fc39f7d27f91be8546f3fb112c608bc4029aef0bab86a2a5" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-win_amd64.whl" , hash = "sha256:1b40069d487e7edb2676d3fbdb2b0829ffa2cd63a2ec26c4938b2d34391b4ecc" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:8023faf4e01efadfa183e863fefde0046de576c6f14659e8782065bcece22198" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:6b2b56950d93e41f33b4223ead100ea0fe11f8e6ee5f641eb753ce4b77a7042b" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9dcdfd0eaf283af041973bff14a2e143b8bd64e069f4c383416ecd79a81aab58" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:05fb21170423db021895e1ea1e1f3ab3adb85d1c2333cbc2310f2a26bc77272e" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:282c2cb35b5b673bbcadb33a585408104df04f14b2d9b01d4c345a3b92861c2c" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:ab4a0df41e7c16a1392727727e7998a467472d0ad65f3ad5e6e765015df08636" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:7ef3cb2ebbf91e330e3bb937efada0edd9003683db6b57bb108c4001f37a02ea" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:0a4e4a1aff6c7ac4cd55792abf96c915634c2b97e3cc1c7129578aa68ebd754e" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-win32.whl" , hash = "sha256:fec21693218efe39aa7f8599346e90c705afa52c5b31ae019b2e57e8f6542bb2" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-win_amd64.whl" , hash = "sha256:3fd4abcb888d15a94f32b75d8fd18ee162ca0c064f35b11134be77050296d6ba" } ,
{ file = "MarkupSafe-2.1.3.tar.gz" , hash = "sha256:af598ed32d6ae86f1b747b82783958b1a4ab8f617b06fe68795c7f026abbdcad" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "mccabe"
2023-06-14 20:58:47 +02:00
version = "0.7.0"
2020-09-16 15:41:02 +02:00
description = "McCabe checker, plugin for flake8"
optional = false
2023-06-14 20:58:47 +02:00
python-versions = ">=3.6"
2022-12-21 09:03:40 +01:00
files = [
2023-06-14 20:58:47 +02:00
{ file = "mccabe-0.7.0-py2.py3-none-any.whl" , hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e" } ,
{ file = "mccabe-0.7.0.tar.gz" , hash = "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
2023-02-16 09:33:03 +01:00
[ [ package ] ]
name = "mdurl"
version = "0.1.2"
description = "Markdown URL utilities"
optional = false
python-versions = ">=3.7"
files = [
{ file = "mdurl-0.1.2-py3-none-any.whl" , hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8" } ,
{ file = "mdurl-0.1.2.tar.gz" , hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba" } ,
]
2021-01-02 19:28:03 +01:00
[ [ package ] ]
name = "mypy"
2023-08-19 08:50:37 +02:00
version = "1.5.1"
2021-01-02 19:28:03 +01:00
description = "Optional static typing for Python"
optional = false
2023-08-19 08:50:37 +02:00
python-versions = ">=3.8"
2022-12-21 09:03:40 +01:00
files = [
2023-08-19 08:50:37 +02:00
{ file = "mypy-1.5.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:f33592ddf9655a4894aef22d134de7393e95fcbdc2d15c1ab65828eee5c66c70" } ,
{ file = "mypy-1.5.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:258b22210a4a258ccd077426c7a181d789d1121aca6db73a83f79372f5569ae0" } ,
{ file = "mypy-1.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a9ec1f695f0c25986e6f7f8778e5ce61659063268836a38c951200c57479cc12" } ,
{ file = "mypy-1.5.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:abed92d9c8f08643c7d831300b739562b0a6c9fcb028d211134fc9ab20ccad5d" } ,
{ file = "mypy-1.5.1-cp310-cp310-win_amd64.whl" , hash = "sha256:a156e6390944c265eb56afa67c74c0636f10283429171018446b732f1a05af25" } ,
{ file = "mypy-1.5.1-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:6ac9c21bfe7bc9f7f1b6fae441746e6a106e48fc9de530dea29e8cd37a2c0cc4" } ,
{ file = "mypy-1.5.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:51cb1323064b1099e177098cb939eab2da42fea5d818d40113957ec954fc85f4" } ,
{ file = "mypy-1.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:596fae69f2bfcb7305808c75c00f81fe2829b6236eadda536f00610ac5ec2243" } ,
{ file = "mypy-1.5.1-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:32cb59609b0534f0bd67faebb6e022fe534bdb0e2ecab4290d683d248be1b275" } ,
{ file = "mypy-1.5.1-cp311-cp311-win_amd64.whl" , hash = "sha256:159aa9acb16086b79bbb0016145034a1a05360626046a929f84579ce1666b315" } ,
{ file = "mypy-1.5.1-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:f6b0e77db9ff4fda74de7df13f30016a0a663928d669c9f2c057048ba44f09bb" } ,
{ file = "mypy-1.5.1-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:26f71b535dfc158a71264e6dc805a9f8d2e60b67215ca0bfa26e2e1aa4d4d373" } ,
{ file = "mypy-1.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2fc3a600f749b1008cc75e02b6fb3d4db8dbcca2d733030fe7a3b3502902f161" } ,
{ file = "mypy-1.5.1-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:26fb32e4d4afa205b24bf645eddfbb36a1e17e995c5c99d6d00edb24b693406a" } ,
{ file = "mypy-1.5.1-cp312-cp312-win_amd64.whl" , hash = "sha256:82cb6193de9bbb3844bab4c7cf80e6227d5225cc7625b068a06d005d861ad5f1" } ,
{ file = "mypy-1.5.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:4a465ea2ca12804d5b34bb056be3a29dc47aea5973b892d0417c6a10a40b2d65" } ,
{ file = "mypy-1.5.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:9fece120dbb041771a63eb95e4896791386fe287fefb2837258925b8326d6160" } ,
{ file = "mypy-1.5.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d28ddc3e3dfeab553e743e532fb95b4e6afad51d4706dd22f28e1e5e664828d2" } ,
{ file = "mypy-1.5.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:57b10c56016adce71fba6bc6e9fd45d8083f74361f629390c556738565af8eeb" } ,
{ file = "mypy-1.5.1-cp38-cp38-win_amd64.whl" , hash = "sha256:ff0cedc84184115202475bbb46dd99f8dcb87fe24d5d0ddfc0fe6b8575c88d2f" } ,
{ file = "mypy-1.5.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:8f772942d372c8cbac575be99f9cc9d9fb3bd95c8bc2de6c01411e2c84ebca8a" } ,
{ file = "mypy-1.5.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:5d627124700b92b6bbaa99f27cbe615c8ea7b3402960f6372ea7d65faf376c14" } ,
{ file = "mypy-1.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:361da43c4f5a96173220eb53340ace68cda81845cd88218f8862dfb0adc8cddb" } ,
{ file = "mypy-1.5.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:330857f9507c24de5c5724235e66858f8364a0693894342485e543f5b07c8693" } ,
{ file = "mypy-1.5.1-cp39-cp39-win_amd64.whl" , hash = "sha256:c543214ffdd422623e9fedd0869166c2f16affe4ba37463975043ef7d2ea8770" } ,
{ file = "mypy-1.5.1-py3-none-any.whl" , hash = "sha256:f757063a83970d67c444f6e01d9550a7402322af3557ce7630d3c957386fa8f5" } ,
{ file = "mypy-1.5.1.tar.gz" , hash = "sha256:b031b9601f1060bf1281feab89697324726ba0c0bae9d7cd7ab4b690940f0b92" } ,
2023-04-08 08:54:06 +02:00
]
[ package . dependencies ]
mypy-extensions = ">=1.0.0"
2022-05-18 09:26:31 +02:00
tomli = { version = ">=1.1.0" , markers = "python_version < \"3.11\"" }
2023-07-14 19:23:29 +02:00
typing-extensions = ">=4.1.0"
2021-01-02 19:28:03 +01:00
2021-02-17 14:20:55 +01:00
[ package . extras ]
dmypy = [ "psutil (>=4.0)" ]
2022-11-09 14:16:24 +01:00
install-types = [ "pip" ]
2022-03-27 09:33:59 +02:00
reports = [ "lxml" ]
2021-02-17 14:20:55 +01:00
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "mypy-extensions"
2023-02-16 09:33:03 +01:00
version = "1.0.0"
description = "Type system extensions for programs checked with the mypy type checker."
2020-09-16 15:41:02 +02:00
optional = false
2023-02-16 09:33:03 +01:00
python-versions = ">=3.5"
2022-12-21 09:03:40 +01:00
files = [
2023-02-16 09:33:03 +01:00
{ 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-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
2022-12-31 16:37:00 +01:00
[ [ package ] ]
name = "ordered-set"
version = "4.1.0"
description = "An OrderedSet is a custom MutableSet that remembers its order, so that every"
optional = false
python-versions = ">=3.7"
files = [
{ file = "ordered-set-4.1.0.tar.gz" , hash = "sha256:694a8e44c87657c59292ede72891eb91d34131f6531463aab3009191c77364a8" } ,
{ file = "ordered_set-4.1.0-py3-none-any.whl" , hash = "sha256:046e1132c71fcf3330438a539928932caf51ddbc582496833e23de611de14562" } ,
]
[ package . extras ]
dev = [ "black" , "mypy" , "pytest" ]
2021-10-16 21:15:54 +02:00
[ [ package ] ]
name = "outcome"
2022-06-22 17:41:23 +02:00
version = "1.2.0"
2021-10-16 21:15:54 +02:00
description = "Capture the outcome of Python function calls."
optional = false
2022-06-22 17:41:23 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
{ file = "outcome-1.2.0-py2.py3-none-any.whl" , hash = "sha256:c4ab89a56575d6d38a05aa16daeaa333109c1f96167aba8901ab18b6b5e0f7f5" } ,
{ file = "outcome-1.2.0.tar.gz" , hash = "sha256:6f82bd3de45da303cf1f771ecafa1633750a358436a8bb60e06a1ceb745d2672" } ,
]
2021-10-16 21:15:54 +02:00
[ package . dependencies ]
attrs = ">=19.2.0"
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "packaging"
2023-10-02 12:13:04 +02:00
version = "23.2"
2020-09-16 15:41:02 +02:00
description = "Core utilities for Python packages"
optional = false
2022-12-11 13:19:18 +01:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-10-02 12:13:04 +02:00
{ file = "packaging-23.2-py3-none-any.whl" , hash = "sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7" } ,
{ file = "packaging-23.2.tar.gz" , hash = "sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "pathspec"
2023-07-30 08:33:17 +02:00
version = "0.11.2"
2020-09-16 15:41:02 +02:00
description = "Utility library for gitignore style pattern matching of file paths."
optional = false
2022-09-16 08:43:44 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-07-30 08:33:17 +02:00
{ file = "pathspec-0.11.2-py3-none-any.whl" , hash = "sha256:1d6ed233af05e679efb96b1851550ea95bbb64b7c490b0f5aa52996c11e92a20" } ,
{ file = "pathspec-0.11.2.tar.gz" , hash = "sha256:e0d8d0ac2f12da61956eb2306b69f9469b42f4deb0f3cb6ed47b9cce9996ced3" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
2022-05-28 20:01:14 +02:00
[ [ package ] ]
name = "pbr"
2023-02-16 09:33:03 +01:00
version = "5.11.1"
2022-05-28 20:01:14 +02:00
description = "Python Build Reasonableness"
optional = false
python-versions = ">=2.6"
2022-12-21 09:03:40 +01:00
files = [
2023-02-16 09:33:03 +01:00
{ file = "pbr-5.11.1-py2.py3-none-any.whl" , hash = "sha256:567f09558bae2b3ab53cb3c1e2e33e726ff3338e7bae3db5dc954b3a44eef12b" } ,
{ file = "pbr-5.11.1.tar.gz" , hash = "sha256:aefc51675b0b533d56bb5fd1c8c6c0522fe31896679882e1c4c63d5e4a0fccb3" } ,
2022-12-21 09:03:40 +01:00
]
2022-05-28 20:01:14 +02:00
2020-09-16 15:41:02 +02:00
[ [ package ] ]
2022-11-09 14:16:24 +01:00
name = "pillow"
2023-10-02 12:13:04 +02:00
version = "10.0.1"
2020-09-16 15:41:02 +02:00
description = "Python Imaging Library (Fork)"
optional = false
2023-08-19 08:50:37 +02:00
python-versions = ">=3.8"
2022-12-21 09:03:40 +01:00
files = [
2023-10-02 12:13:04 +02:00
{ file = "Pillow-10.0.1-cp310-cp310-macosx_10_10_x86_64.whl" , hash = "sha256:8f06be50669087250f319b706decf69ca71fdecd829091a37cc89398ca4dc17a" } ,
{ file = "Pillow-10.0.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:50bd5f1ebafe9362ad622072a1d2f5850ecfa44303531ff14353a4059113b12d" } ,
{ file = "Pillow-10.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e6a90167bcca1216606223a05e2cf991bb25b14695c518bc65639463d7db722d" } ,
{ file = "Pillow-10.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f11c9102c56ffb9ca87134bd025a43d2aba3f1155f508eff88f694b33a9c6d19" } ,
{ file = "Pillow-10.0.1-cp310-cp310-manylinux_2_28_aarch64.whl" , hash = "sha256:186f7e04248103482ea6354af6d5bcedb62941ee08f7f788a1c7707bc720c66f" } ,
{ file = "Pillow-10.0.1-cp310-cp310-manylinux_2_28_x86_64.whl" , hash = "sha256:0462b1496505a3462d0f35dc1c4d7b54069747d65d00ef48e736acda2c8cbdff" } ,
{ file = "Pillow-10.0.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:d889b53ae2f030f756e61a7bff13684dcd77e9af8b10c6048fb2c559d6ed6eaf" } ,
{ file = "Pillow-10.0.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:552912dbca585b74d75279a7570dd29fa43b6d93594abb494ebb31ac19ace6bd" } ,
{ file = "Pillow-10.0.1-cp310-cp310-win_amd64.whl" , hash = "sha256:787bb0169d2385a798888e1122c980c6eff26bf941a8ea79747d35d8f9210ca0" } ,
{ file = "Pillow-10.0.1-cp311-cp311-macosx_10_10_x86_64.whl" , hash = "sha256:fd2a5403a75b54661182b75ec6132437a181209b901446ee5724b589af8edef1" } ,
{ file = "Pillow-10.0.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:2d7e91b4379f7a76b31c2dda84ab9e20c6220488e50f7822e59dac36b0cd92b1" } ,
{ file = "Pillow-10.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:19e9adb3f22d4c416e7cd79b01375b17159d6990003633ff1d8377e21b7f1b21" } ,
{ file = "Pillow-10.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:93139acd8109edcdeffd85e3af8ae7d88b258b3a1e13a038f542b79b6d255c54" } ,
{ file = "Pillow-10.0.1-cp311-cp311-manylinux_2_28_aarch64.whl" , hash = "sha256:92a23b0431941a33242b1f0ce6c88a952e09feeea9af4e8be48236a68ffe2205" } ,
{ file = "Pillow-10.0.1-cp311-cp311-manylinux_2_28_x86_64.whl" , hash = "sha256:cbe68deb8580462ca0d9eb56a81912f59eb4542e1ef8f987405e35a0179f4ea2" } ,
{ file = "Pillow-10.0.1-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:522ff4ac3aaf839242c6f4e5b406634bfea002469656ae8358644fc6c4856a3b" } ,
{ file = "Pillow-10.0.1-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:84efb46e8d881bb06b35d1d541aa87f574b58e87f781cbba8d200daa835b42e1" } ,
{ file = "Pillow-10.0.1-cp311-cp311-win_amd64.whl" , hash = "sha256:898f1d306298ff40dc1b9ca24824f0488f6f039bc0e25cfb549d3195ffa17088" } ,
{ file = "Pillow-10.0.1-cp312-cp312-macosx_10_10_x86_64.whl" , hash = "sha256:bcf1207e2f2385a576832af02702de104be71301c2696d0012b1b93fe34aaa5b" } ,
{ file = "Pillow-10.0.1-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:5d6c9049c6274c1bb565021367431ad04481ebb54872edecfcd6088d27edd6ed" } ,
{ file = "Pillow-10.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:28444cb6ad49726127d6b340217f0627abc8732f1194fd5352dec5e6a0105635" } ,
{ file = "Pillow-10.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:de596695a75496deb3b499c8c4f8e60376e0516e1a774e7bc046f0f48cd620ad" } ,
{ file = "Pillow-10.0.1-cp312-cp312-manylinux_2_28_aarch64.whl" , hash = "sha256:2872f2d7846cf39b3dbff64bc1104cc48c76145854256451d33c5faa55c04d1a" } ,
{ file = "Pillow-10.0.1-cp312-cp312-manylinux_2_28_x86_64.whl" , hash = "sha256:4ce90f8a24e1c15465048959f1e94309dfef93af272633e8f37361b824532e91" } ,
{ file = "Pillow-10.0.1-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:ee7810cf7c83fa227ba9125de6084e5e8b08c59038a7b2c9045ef4dde61663b4" } ,
{ file = "Pillow-10.0.1-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:b1be1c872b9b5fcc229adeadbeb51422a9633abd847c0ff87dc4ef9bb184ae08" } ,
{ file = "Pillow-10.0.1-cp312-cp312-win_amd64.whl" , hash = "sha256:98533fd7fa764e5f85eebe56c8e4094db912ccbe6fbf3a58778d543cadd0db08" } ,
{ file = "Pillow-10.0.1-cp38-cp38-macosx_10_10_x86_64.whl" , hash = "sha256:764d2c0daf9c4d40ad12fbc0abd5da3af7f8aa11daf87e4fa1b834000f4b6b0a" } ,
{ file = "Pillow-10.0.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:fcb59711009b0168d6ee0bd8fb5eb259c4ab1717b2f538bbf36bacf207ef7a68" } ,
{ file = "Pillow-10.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:697a06bdcedd473b35e50a7e7506b1d8ceb832dc238a336bd6f4f5aa91a4b500" } ,
{ file = "Pillow-10.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9f665d1e6474af9f9da5e86c2a3a2d2d6204e04d5af9c06b9d42afa6ebde3f21" } ,
{ file = "Pillow-10.0.1-cp38-cp38-manylinux_2_28_aarch64.whl" , hash = "sha256:2fa6dd2661838c66f1a5473f3b49ab610c98a128fc08afbe81b91a1f0bf8c51d" } ,
{ file = "Pillow-10.0.1-cp38-cp38-manylinux_2_28_x86_64.whl" , hash = "sha256:3a04359f308ebee571a3127fdb1bd01f88ba6f6fb6d087f8dd2e0d9bff43f2a7" } ,
{ file = "Pillow-10.0.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:723bd25051454cea9990203405fa6b74e043ea76d4968166dfd2569b0210886a" } ,
{ file = "Pillow-10.0.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:71671503e3015da1b50bd18951e2f9daf5b6ffe36d16f1eb2c45711a301521a7" } ,
{ file = "Pillow-10.0.1-cp38-cp38-win_amd64.whl" , hash = "sha256:44e7e4587392953e5e251190a964675f61e4dae88d1e6edbe9f36d6243547ff3" } ,
{ file = "Pillow-10.0.1-cp39-cp39-macosx_10_10_x86_64.whl" , hash = "sha256:3855447d98cced8670aaa63683808df905e956f00348732448b5a6df67ee5849" } ,
{ file = "Pillow-10.0.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:ed2d9c0704f2dc4fa980b99d565c0c9a543fe5101c25b3d60488b8ba80f0cce1" } ,
{ file = "Pillow-10.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f5bb289bb835f9fe1a1e9300d011eef4d69661bb9b34d5e196e5e82c4cb09b37" } ,
{ file = "Pillow-10.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3a0d3e54ab1df9df51b914b2233cf779a5a10dfd1ce339d0421748232cea9876" } ,
{ file = "Pillow-10.0.1-cp39-cp39-manylinux_2_28_aarch64.whl" , hash = "sha256:2cc6b86ece42a11f16f55fe8903595eff2b25e0358dec635d0a701ac9586588f" } ,
{ file = "Pillow-10.0.1-cp39-cp39-manylinux_2_28_x86_64.whl" , hash = "sha256:ca26ba5767888c84bf5a0c1a32f069e8204ce8c21d00a49c90dabeba00ce0145" } ,
{ file = "Pillow-10.0.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:f0b4b06da13275bc02adfeb82643c4a6385bd08d26f03068c2796f60d125f6f2" } ,
{ file = "Pillow-10.0.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:bc2e3069569ea9dbe88d6b8ea38f439a6aad8f6e7a6283a38edf61ddefb3a9bf" } ,
{ file = "Pillow-10.0.1-cp39-cp39-win_amd64.whl" , hash = "sha256:8b451d6ead6e3500b6ce5c7916a43d8d8d25ad74b9102a629baccc0808c54971" } ,
{ file = "Pillow-10.0.1-pp310-pypy310_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:32bec7423cdf25c9038fef614a853c9d25c07590e1a870ed471f47fb80b244db" } ,
{ file = "Pillow-10.0.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b7cf63d2c6928b51d35dfdbda6f2c1fddbe51a6bc4a9d4ee6ea0e11670dd981e" } ,
{ file = "Pillow-10.0.1-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:f6d3d4c905e26354e8f9d82548475c46d8e0889538cb0657aa9c6f0872a37aa4" } ,
{ file = "Pillow-10.0.1-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:847e8d1017c741c735d3cd1883fa7b03ded4f825a6e5fcb9378fd813edee995f" } ,
{ file = "Pillow-10.0.1-pp39-pypy39_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:7f771e7219ff04b79e231d099c0a28ed83aa82af91fd5fa9fdb28f5b8d5addaf" } ,
{ file = "Pillow-10.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:459307cacdd4138edee3875bbe22a2492519e060660eaf378ba3b405d1c66317" } ,
{ file = "Pillow-10.0.1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:b059ac2c4c7a97daafa7dc850b43b2d3667def858a4f112d1aa082e5c3d6cf7d" } ,
{ file = "Pillow-10.0.1-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:d6caf3cd38449ec3cd8a68b375e0c6fe4b6fd04edb6c9766b55ef84a6e8ddf2d" } ,
{ file = "Pillow-10.0.1.tar.gz" , hash = "sha256:d72967b06be9300fed5cfbc8b5bafceec48bf7cdc7dab66b1d2549035287191d" } ,
2022-12-21 09:03:40 +01:00
]
[ package . extras ]
2023-04-08 08:54:06 +02:00
docs = [ "furo" , "olefile" , "sphinx (>=2.4)" , "sphinx-copybutton" , "sphinx-inline-tabs" , "sphinx-removed-in" , "sphinxext-opengraph" ]
2022-12-21 09:03:40 +01:00
tests = [ "check-manifest" , "coverage" , "defusedxml" , "markdown2" , "olefile" , "packaging" , "pyroma" , "pytest" , "pytest-cov" , "pytest-timeout" ]
[ [ package ] ]
name = "platformdirs"
2023-07-30 08:33:17 +02:00
version = "3.10.0"
2022-12-21 09:03:40 +01:00
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
optional = false
python-versions = ">=3.7"
files = [
2023-07-30 08:33:17 +02:00
{ file = "platformdirs-3.10.0-py3-none-any.whl" , hash = "sha256:d7c24979f292f916dc9cbf8648319032f551ea8c49a4c9bf2fb556a02070ec1d" } ,
{ file = "platformdirs-3.10.0.tar.gz" , hash = "sha256:b45696dab2d7cc691a3226759c0d3b00c47c8b6e293d96f6436f733303f77f6d" } ,
2022-12-21 09:03:40 +01:00
]
[ package . extras ]
2023-07-30 08:33:17 +02:00
docs = [ "furo (>=2023.7.26)" , "proselint (>=0.13)" , "sphinx (>=7.1.1)" , "sphinx-autodoc-typehints (>=1.24)" ]
test = [ "appdirs (==1.4.4)" , "covdefaults (>=2.3)" , "pytest (>=7.4)" , "pytest-cov (>=4.1)" , "pytest-mock (>=3.11.1)" ]
2022-12-21 09:03:40 +01:00
[ [ package ] ]
name = "pluggy"
2023-09-14 11:11:20 +02:00
version = "1.3.0"
2022-12-21 09:03:40 +01:00
description = "plugin and hook calling mechanisms for python"
optional = false
2023-09-14 11:11:20 +02:00
python-versions = ">=3.8"
2022-12-21 09:03:40 +01:00
files = [
2023-09-14 11:11:20 +02:00
{ file = "pluggy-1.3.0-py3-none-any.whl" , hash = "sha256:d89c696a773f8bd377d18e5ecda92b7a3793cbe66c87060a6fb58c7b6e1061f7" } ,
{ file = "pluggy-1.3.0.tar.gz" , hash = "sha256:cf61ae8f126ac6f7c451172cf30e3e43d3ca77615509771b3a984a0730651e12" } ,
2022-12-21 09:03:40 +01:00
]
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
testing = [ "pytest" , "pytest-benchmark" ]
[ [ package ] ]
name = "prometheus-client"
2023-07-14 19:23:29 +02:00
version = "0.17.1"
2020-09-16 15:41:02 +02:00
description = "Python client for the Prometheus monitoring system."
optional = false
2022-02-05 11:41:23 +01:00
python-versions = ">=3.6"
2022-12-21 09:03:40 +01:00
files = [
2023-07-14 19:23:29 +02:00
{ file = "prometheus_client-0.17.1-py3-none-any.whl" , hash = "sha256:e537f37160f6807b8202a6fc4764cdd19bac5480ddd3e0d463c3002b34462101" } ,
{ file = "prometheus_client-0.17.1.tar.gz" , hash = "sha256:21e674f39831ae3f8acde238afd9a27a37d0d2fb5a28ea094f0ce25d2cbf2091" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ package . extras ]
twisted = [ "twisted" ]
2022-11-19 20:17:58 +01:00
[ [ package ] ]
name = "psutil"
2023-05-29 08:45:17 +02:00
version = "5.9.5"
2022-11-19 20:17:58 +01:00
description = "Cross-platform lib for process and system monitoring in Python."
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2022-12-21 09:03:40 +01:00
files = [
2023-05-29 08:45:17 +02:00
{ file = "psutil-5.9.5-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:be8929ce4313f9f8146caad4272f6abb8bf99fc6cf59344a3167ecd74f4f203f" } ,
{ file = "psutil-5.9.5-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:ab8ed1a1d77c95453db1ae00a3f9c50227ebd955437bcf2a574ba8adbf6a74d5" } ,
{ file = "psutil-5.9.5-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:4aef137f3345082a3d3232187aeb4ac4ef959ba3d7c10c33dd73763fbc063da4" } ,
{ file = "psutil-5.9.5-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:ea8518d152174e1249c4f2a1c89e3e6065941df2fa13a1ab45327716a23c2b48" } ,
{ file = "psutil-5.9.5-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:acf2aef9391710afded549ff602b5887d7a2349831ae4c26be7c807c0a39fac4" } ,
{ file = "psutil-5.9.5-cp27-none-win32.whl" , hash = "sha256:5b9b8cb93f507e8dbaf22af6a2fd0ccbe8244bf30b1baad6b3954e935157ae3f" } ,
{ file = "psutil-5.9.5-cp27-none-win_amd64.whl" , hash = "sha256:8c5f7c5a052d1d567db4ddd231a9d27a74e8e4a9c3f44b1032762bd7b9fdcd42" } ,
{ file = "psutil-5.9.5-cp36-abi3-macosx_10_9_x86_64.whl" , hash = "sha256:3c6f686f4225553615612f6d9bc21f1c0e305f75d7d8454f9b46e901778e7217" } ,
{ file = "psutil-5.9.5-cp36-abi3-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7a7dd9997128a0d928ed4fb2c2d57e5102bb6089027939f3b722f3a210f9a8da" } ,
{ file = "psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:89518112647f1276b03ca97b65cc7f64ca587b1eb0278383017c2a0dcc26cbe4" } ,
{ file = "psutil-5.9.5-cp36-abi3-win32.whl" , hash = "sha256:104a5cc0e31baa2bcf67900be36acde157756b9c44017b86b2c049f11957887d" } ,
{ file = "psutil-5.9.5-cp36-abi3-win_amd64.whl" , hash = "sha256:b258c0c1c9d145a1d5ceffab1134441c4c5113b2417fafff7315a917a026c3c9" } ,
{ file = "psutil-5.9.5-cp38-abi3-macosx_11_0_arm64.whl" , hash = "sha256:c607bb3b57dc779d55e1554846352b4e358c10fff3abf3514a7a6601beebdb30" } ,
{ file = "psutil-5.9.5.tar.gz" , hash = "sha256:5410638e4df39c54d957fc51ce03048acd8e6d60abc0f5107af51e5fb566eb3c" } ,
2022-12-21 09:03:40 +01:00
]
2022-11-19 20:17:58 +01:00
[ package . extras ]
test = [ "enum34" , "ipaddress" , "mock" , "pywin32" , "wmi" ]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "psycopg2-binary"
2023-10-02 12:13:04 +02:00
version = "2.9.8"
2020-09-16 15:41:02 +02:00
description = "psycopg2 - Python-PostgreSQL Database Adapter"
optional = false
2021-07-03 11:17:38 +02:00
python-versions = ">=3.6"
2022-12-21 09:03:40 +01:00
files = [
2023-10-02 12:13:04 +02:00
{ file = "psycopg2-binary-2.9.8.tar.gz" , hash = "sha256:80451e6b6b7c486828d5c7ed50769532bbb04ec3a411f1e833539d5c10eb691c" } ,
{ file = "psycopg2_binary-2.9.8-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:e271ad6692d50d70ca75db3bd461bfc26316de78de8fe1f504ef16dcea8f2312" } ,
{ file = "psycopg2_binary-2.9.8-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:3ae22a0fa5c516b84ddb189157fabfa3f12eded5d630e1ce260a18e1771f8707" } ,
{ file = "psycopg2_binary-2.9.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9a971086db0069aef2fd22ccffb670baac427f4ee2174c4f5c7206254f1e6794" } ,
{ file = "psycopg2_binary-2.9.8-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:3b6928a502af71ca2ac9aad535e78c8309892ed3bfa7933182d4c760580c8af4" } ,
{ file = "psycopg2_binary-2.9.8-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5f955fe6301b84b6fd13970a05f3640fbb62ca3a0d19342356585006c830e038" } ,
{ file = "psycopg2_binary-2.9.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3723c3f009e2b2771f2491b330edb7091846f1aad0c08fbbd9a1383d6a0c0841" } ,
{ file = "psycopg2_binary-2.9.8-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:e3142c7e51b92855cff300580de949e36a94ab3bfa8f353b27fe26535e9b3542" } ,
{ file = "psycopg2_binary-2.9.8-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:de85105c568dc5f0f0efe793209ba83e4675d53d00faffc7a7c7a8bea9e0e19a" } ,
{ file = "psycopg2_binary-2.9.8-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:c7ff2b6a79a92b1b169b03bb91b41806843f0cdf6055256554495bffed1d496d" } ,
{ file = "psycopg2_binary-2.9.8-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:59f45cca0765aabb52a5822c72d5ff2ec46a28b1c1702de90dc0d306ec5c2001" } ,
{ file = "psycopg2_binary-2.9.8-cp310-cp310-win32.whl" , hash = "sha256:1dbad789ebd1e61201256a19dc2e90fed4706bc966ccad4f374648e5336b1ab4" } ,
{ file = "psycopg2_binary-2.9.8-cp310-cp310-win_amd64.whl" , hash = "sha256:15458c81b0d199ab55825007115f697722831656e6477a427783fe75c201c82b" } ,
{ file = "psycopg2_binary-2.9.8-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:395c217156723fe21809dfe8f7a433c5bf8e9bce229944668e4ec709c37c5442" } ,
{ file = "psycopg2_binary-2.9.8-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:14f85ff2d5d826a7ce9e6c31e803281ed5a096789f47f52cb728c88f488de01b" } ,
{ file = "psycopg2_binary-2.9.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e11373d8e4f1f46cf3065bf613f0df9854803dc95aa4a35354ffac19f8c52127" } ,
{ file = "psycopg2_binary-2.9.8-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:01f9731761f711e42459f87bd2ad5d744b9773b5dd05446f3b579a0f077e78e3" } ,
{ file = "psycopg2_binary-2.9.8-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:54bf5c27bd5867a5fa5341fad29f0d5838e2fed617ef5346884baf8b8b16dd82" } ,
{ file = "psycopg2_binary-2.9.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4bfabbd7e70785af726cc0209e8e64b926abf91741eca80678b221aad9e72135" } ,
{ file = "psycopg2_binary-2.9.8-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:6369f4bd4d27944498094dccced1ae7ca43376a59dbfe4c8b6a16e9e3dc3ccce" } ,
{ file = "psycopg2_binary-2.9.8-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:4879ee1d07a6b2c232ae6a74570f4788cd7a29b3cd38bc39bf60225b1d075c78" } ,
{ file = "psycopg2_binary-2.9.8-cp311-cp311-musllinux_1_1_ppc64le.whl" , hash = "sha256:4336afc0e81726350bd5863e3c3116d8c12aa7f457d3d0b3b3dc36137fec6feb" } ,
{ file = "psycopg2_binary-2.9.8-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:63ce1dccfd08d9c5341ac82d62aa04345bc4bf41b5e5b7b2c6c172a28e0eda27" } ,
{ file = "psycopg2_binary-2.9.8-cp311-cp311-win32.whl" , hash = "sha256:59421806c1a0803ea7de9ed061d656c041a84db0da7e73266b98db4c7ba263da" } ,
{ file = "psycopg2_binary-2.9.8-cp311-cp311-win_amd64.whl" , hash = "sha256:ccaa2ae03990cedde1f618ff11ec89fefa84622da73091a67b44553ca8be6711" } ,
{ file = "psycopg2_binary-2.9.8-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:5aa0c99c12075c593dcdccbb8a7aaa714b716560cc99ef9206f9e75b77520801" } ,
{ file = "psycopg2_binary-2.9.8-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:91719f53ed2a95ebecefac48d855d811cba9d9fe300acc162993bdfde9bc1c3b" } ,
{ file = "psycopg2_binary-2.9.8-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c68a2e1afb4f2a5bb4b7bb8f90298d21196ac1c66418523e549430b8c4b7cb1e" } ,
{ file = "psycopg2_binary-2.9.8-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:278ebd63ced5a5f3af5394cb75a9a067243eee21f42f0126c6f1cf85eaeb90f9" } ,
{ file = "psycopg2_binary-2.9.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8c84ff9682bc4520504c474e189b3de7c4a4029e529c8b775e39c95c33073767" } ,
{ file = "psycopg2_binary-2.9.8-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:6f5e70e40dae47a4dc7f8eb390753bb599b0f4ede314580e6faa3b7383695d19" } ,
{ file = "psycopg2_binary-2.9.8-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:673eafbdaa4ed9f5164c90e191c3895cc5f866b9b379fdb59f3a2294e914d9bd" } ,
{ file = "psycopg2_binary-2.9.8-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:5a0a6e4004697ec98035ff3b8dfc4dba8daa477b23ee891d831cd3cd65ace6be" } ,
{ file = "psycopg2_binary-2.9.8-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:d29efab3c5d6d978115855a0f2643e0ee8c6450dc536d5b4afec6f52ab99e99e" } ,
{ file = "psycopg2_binary-2.9.8-cp37-cp37m-win32.whl" , hash = "sha256:d4a19a3332f2ac6d093e60a6f1c589f97eb9f9de7e27ea80d67f188384e31572" } ,
{ file = "psycopg2_binary-2.9.8-cp37-cp37m-win_amd64.whl" , hash = "sha256:5262713988d97a9d4cd54b682dec4a413b87b76790e5b16f480450550d11a8f7" } ,
{ file = "psycopg2_binary-2.9.8-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:e46b0f4683539965ce849f2c13fc53e323bb08d84d4ba2e4b3d976f364c84210" } ,
{ file = "psycopg2_binary-2.9.8-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:3fd44b52bc9c74c1512662e8da113a1c55127adeeacebaf460babe766517b049" } ,
{ file = "psycopg2_binary-2.9.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3b6c607ecb6a9c245ebe162d63ccd9222d38efa3c858bbe38d32810b08b8f87e" } ,
{ file = "psycopg2_binary-2.9.8-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:e6ef615d48fa60361e57f998327046bd89679c25d06eee9e78156be5a7a76e03" } ,
{ file = "psycopg2_binary-2.9.8-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:65403113ac3a4813a1409fb6a1e43c658b459cc8ed8afcc5f4baf02ec8be4334" } ,
{ file = "psycopg2_binary-2.9.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5debcb23a052f3fb4c165789ea513b562b2fac0f0f4f53eaf3cf4dc648907ff8" } ,
{ file = "psycopg2_binary-2.9.8-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:dc145a241e1f6381efb924bcf3e3462d6020b8a147363f9111eb0a9c89331ad7" } ,
{ file = "psycopg2_binary-2.9.8-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:1d669887df169a9b0c09e0f5b46891511850a9ddfcde3593408af9d9774c5c3a" } ,
{ file = "psycopg2_binary-2.9.8-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:19d40993701e39c49b50e75cd690a6af796d7e7210941ee0fe49cf12b25840e5" } ,
{ file = "psycopg2_binary-2.9.8-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:4b8b2cdf3bce4dd91dc035fbff4eb812f5607dda91364dc216b0920b97b521c7" } ,
{ file = "psycopg2_binary-2.9.8-cp38-cp38-win32.whl" , hash = "sha256:4960c881471ca710b81a67ef148c33ee121c1f8e47a639cf7e06537fe9fee337" } ,
{ file = "psycopg2_binary-2.9.8-cp38-cp38-win_amd64.whl" , hash = "sha256:aeb09db95f38e75ae04e947d283e07be34d03c4c2ace4f0b73dbb9143d506e67" } ,
{ file = "psycopg2_binary-2.9.8-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:5aef3296d44d05805e634dbbd2972aa8eb7497926dd86047f5e39a79c3ecc086" } ,
{ file = "psycopg2_binary-2.9.8-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:4d6b592ecc8667e608b9e7344259fbfb428cc053df0062ec3ac75d8270cd5a9f" } ,
{ file = "psycopg2_binary-2.9.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:693a4e7641556f0b421a7d6c6a74058aead407d860ac1cb9d0bf25be0ca73de8" } ,
{ file = "psycopg2_binary-2.9.8-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:cf60c599c40c266a01c458e9c71db7132b11760f98f08233f19b3e0a2153cbf1" } ,
{ file = "psycopg2_binary-2.9.8-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5cbe1e19f59950afd66764e3c905ecee9f2aee9f8df2ef35af6f7948ad93f620" } ,
{ file = "psycopg2_binary-2.9.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:fc37de7e3a87f5966965fc874d33c9b68d638e6c3718fdf32a5083de563428b0" } ,
{ file = "psycopg2_binary-2.9.8-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:6e1bb4eb0d9925d65dabaaabcbb279fab444ba66d73f86d4c07dfd11f0139c06" } ,
{ file = "psycopg2_binary-2.9.8-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:e7bdc94217ae20ad03b375a991e107a31814053bee900ad8c967bf82ef3ff02e" } ,
{ file = "psycopg2_binary-2.9.8-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:565edaf9f691b17a7fdbabd368b5b3e67d0fdc8f7f6b52177c1d3289f4e763fd" } ,
{ file = "psycopg2_binary-2.9.8-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:0e3071c947bda6afc6fe2e7b64ebd64fb2cad1bc0e705a3594cb499291f2dfec" } ,
{ file = "psycopg2_binary-2.9.8-cp39-cp39-win32.whl" , hash = "sha256:205cecdd81ff4f1ddd687ce7d06879b9b80cccc428d8d6ebf36fcba08bb6d361" } ,
{ file = "psycopg2_binary-2.9.8-cp39-cp39-win_amd64.whl" , hash = "sha256:1f279ba74f0d6b374526e5976c626d2ac3b8333b6a7b08755c513f4d380d3add" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "py"
2021-11-06 18:37:31 +01:00
version = "1.11.0"
2020-09-16 15:41:02 +02:00
description = "library with cross-python path, ini-parsing, io, code, log facilities"
optional = false
2021-11-06 18:37:31 +01:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2022-12-21 09:03:40 +01:00
files = [
{ file = "py-1.11.0-py2.py3-none-any.whl" , hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378" } ,
{ file = "py-1.11.0.tar.gz" , hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719" } ,
]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "pycodestyle"
2023-07-30 08:33:17 +02:00
version = "2.11.0"
2020-09-16 15:41:02 +02:00
description = "Python style guide checker"
optional = false
2023-07-30 08:33:17 +02:00
python-versions = ">=3.8"
2022-12-21 09:03:40 +01:00
files = [
2023-07-30 08:33:17 +02:00
{ file = "pycodestyle-2.11.0-py2.py3-none-any.whl" , hash = "sha256:5d1013ba8dc7895b548be5afb05740ca82454fd899971563d2ef625d090326f8" } ,
{ file = "pycodestyle-2.11.0.tar.gz" , hash = "sha256:259bcc17857d8a8b3b4a2327324b79e5f020a13c16074670f9c8c8f872ea76d0" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "pycparser"
2021-11-06 18:37:31 +01:00
version = "2.21"
2020-09-16 15:41:02 +02:00
description = "C parser in Python"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2022-12-21 09:03:40 +01:00
files = [
{ file = "pycparser-2.21-py2.py3-none-any.whl" , hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9" } ,
{ file = "pycparser-2.21.tar.gz" , hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206" } ,
]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "pyflakes"
2023-07-30 08:33:17 +02:00
version = "3.1.0"
2020-09-16 15:41:02 +02:00
description = "passive checker of Python programs"
optional = false
2023-07-30 08:33:17 +02:00
python-versions = ">=3.8"
2022-12-21 09:03:40 +01:00
files = [
2023-07-30 08:33:17 +02:00
{ file = "pyflakes-3.1.0-py2.py3-none-any.whl" , hash = "sha256:4132f6d49cb4dae6819e5379898f2b8cce3c5f23994194c24b77d5da2e36f774" } ,
{ file = "pyflakes-3.1.0.tar.gz" , hash = "sha256:a0aae034c444db0071aa077972ba4768d40c830d9539fd45bf4cd3f8f6992efc" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
2022-11-09 14:16:24 +01:00
name = "pygments"
2023-08-19 08:50:37 +02:00
version = "2.16.1"
2020-09-16 15:41:02 +02:00
description = "Pygments is a syntax highlighting package written in Python."
optional = false
2023-04-12 11:06:43 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-08-19 08:50:37 +02:00
{ file = "Pygments-2.16.1-py3-none-any.whl" , hash = "sha256:13fc09fa63bc8d8671a6d247e1eb303c4b343eaee81d861f3404db2935653692" } ,
{ file = "Pygments-2.16.1.tar.gz" , hash = "sha256:1daff0494820c69bc8941e407aa20f577374ee88364ee10a98fdbe0aece96e29" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
2022-08-27 19:32:54 +02:00
[ package . extras ]
plugins = [ "importlib-metadata" ]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
2022-11-09 14:16:24 +01:00
name = "pyjwt"
2023-07-22 09:09:10 +02:00
version = "2.8.0"
2020-09-16 15:41:02 +02:00
description = "JSON Web Token implementation in Python"
optional = false
2022-09-19 14:05:22 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-07-22 09:09:10 +02:00
{ file = "PyJWT-2.8.0-py3-none-any.whl" , hash = "sha256:59127c392cc44c2da5bb3192169a91f429924e17aff6534d70fdc02ab3e04320" } ,
{ file = "PyJWT-2.8.0.tar.gz" , hash = "sha256:57e28d156e3d5c10088e0c68abb90bfac3df82b40a71bd0daa20c65ccd5c23de" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ package . extras ]
2022-11-01 16:02:19 +01:00
crypto = [ "cryptography (>=3.4.0)" ]
dev = [ "coverage[toml] (==5.0.4)" , "cryptography (>=3.4.0)" , "pre-commit" , "pytest (>=6.0.0,<7.0.0)" , "sphinx (>=4.5.0,<5.0.0)" , "sphinx-rtd-theme" , "zope.interface" ]
2022-09-19 14:05:22 +02:00
docs = [ "sphinx (>=4.5.0,<5.0.0)" , "sphinx-rtd-theme" , "zope.interface" ]
2022-11-01 16:02:19 +01:00
tests = [ "coverage[toml] (==5.0.4)" , "pytest (>=6.0.0,<7.0.0)" ]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
2022-11-09 14:16:24 +01:00
name = "pyopenssl"
2023-06-03 09:57:49 +02:00
version = "23.2.0"
2020-09-16 15:41:02 +02:00
description = "Python wrapper module around the OpenSSL library"
optional = false
2022-02-05 11:41:23 +01:00
python-versions = ">=3.6"
2022-12-21 09:03:40 +01:00
files = [
2023-06-03 09:57:49 +02:00
{ file = "pyOpenSSL-23.2.0-py3-none-any.whl" , hash = "sha256:24f0dc5227396b3e831f4c7f602b950a5e9833d292c8e4a2e06b709292806ae2" } ,
{ file = "pyOpenSSL-23.2.0.tar.gz" , hash = "sha256:276f931f55a452e7dea69c7173e984eb2a4407ce413c918aa34b55f82f9b8bac" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ package . dependencies ]
2023-06-03 09:57:49 +02:00
cryptography = ">=38.0.0,<40.0.0 || >40.0.0,<40.0.1 || >40.0.1,<42"
2020-09-16 15:41:02 +02:00
2021-02-17 14:20:55 +01:00
[ package . extras ]
2022-11-01 16:02:19 +01:00
docs = [ "sphinx (!=5.2.0,!=5.2.0.post0)" , "sphinx-rtd-theme" ]
2021-02-17 14:20:55 +01:00
test = [ "flaky" , "pretend" , "pytest (>=3.0.1)" ]
2022-03-27 09:33:59 +02:00
[ [ package ] ]
2022-11-09 14:16:24 +01:00
name = "pysocks"
2022-03-27 09:33:59 +02:00
version = "1.7.1"
description = "A Python SOCKS client module. See https://github.com/Anorov/PySocks for more information."
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2022-12-21 09:03:40 +01:00
files = [
{ file = "PySocks-1.7.1-py27-none-any.whl" , hash = "sha256:08e69f092cc6dbe92a0fdd16eeb9b9ffbc13cadfe5ca4c7bd92ffb078b293299" } ,
{ file = "PySocks-1.7.1-py3-none-any.whl" , hash = "sha256:2725bd0a9925919b9b51739eea5f9e2bae91e83288108a9ad338b2e3a4435ee5" } ,
{ file = "PySocks-1.7.1.tar.gz" , hash = "sha256:3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0" } ,
]
2022-03-27 09:33:59 +02:00
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "pytest"
2023-09-14 11:11:20 +02:00
version = "7.4.2"
2020-09-16 15:41:02 +02:00
description = "pytest: simple powerful testing with Python"
optional = false
2022-03-27 09:33:59 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-09-14 11:11:20 +02:00
{ file = "pytest-7.4.2-py3-none-any.whl" , hash = "sha256:1d881c6124e08ff0a1bb75ba3ec0bfd8b5354a01c194ddd5a0a870a48d99b002" } ,
{ file = "pytest-7.4.2.tar.gz" , hash = "sha256:a766259cfab564a2ad52cb1aae1b881a75c3eb7e34ca3779697c23ed47c47069" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ package . dependencies ]
2021-02-17 14:20:55 +01:00
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
2022-11-01 16:02:19 +01:00
exceptiongroup = { version = ">=1.0.0rc8" , markers = "python_version < \"3.11\"" }
2020-09-16 15:41:02 +02:00
iniconfig = "*"
packaging = "*"
2021-10-16 21:15:54 +02:00
pluggy = ">=0.12,<2.0"
2022-11-01 16:02:19 +01:00
tomli = { version = ">=1.0.0" , markers = "python_version < \"3.11\"" }
2020-09-16 15:41:02 +02:00
2021-02-17 14:20:55 +01:00
[ package . extras ]
2023-06-14 20:58:47 +02:00
testing = [ "argcomplete" , "attrs (>=19.2.0)" , "hypothesis (>=3.56)" , "mock" , "nose" , "pygments (>=2.7.2)" , "requests" , "setuptools" , "xmlschema" ]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "pytest-base-url"
2022-04-03 11:36:21 +02:00
version = "2.0.0"
2020-09-16 15:41:02 +02:00
description = "pytest plugin for URL based testing"
optional = false
2022-04-03 11:36:21 +02:00
python-versions = ">=3.7,<4.0"
2022-12-21 09:03:40 +01:00
files = [
{ file = "pytest-base-url-2.0.0.tar.gz" , hash = "sha256:e1e88a4fd221941572ccdcf3bf6c051392d2f8b6cef3e0bc7da95abec4b5346e" } ,
{ file = "pytest_base_url-2.0.0-py3-none-any.whl" , hash = "sha256:ed36fd632c32af9f1c08f2c2835dcf42ca8fcd097d6ed44a09f253d365ad8297" } ,
]
2020-09-16 15:41:02 +02:00
[ package . dependencies ]
2022-04-03 11:36:21 +02:00
pytest = ">=3.0.0,<8.0.0"
2020-09-16 15:41:02 +02:00
requests = ">=2.9"
[ [ package ] ]
name = "pytest-black"
2020-12-25 19:14:37 +01:00
version = "0.3.12"
2020-09-16 15:41:02 +02:00
description = "A pytest plugin to enable format checking with black"
optional = false
python-versions = ">=2.7"
2022-12-21 09:03:40 +01:00
files = [
{ file = "pytest-black-0.3.12.tar.gz" , hash = "sha256:1d339b004f764d6cd0f06e690f6dd748df3d62e6fe1a692d6a5500ac2c5b75a5" } ,
]
2020-09-16 15:41:02 +02:00
[ package . dependencies ]
2021-02-17 14:20:55 +01:00
black = { version = "*" , markers = "python_version >= \"3.6\"" }
2020-09-16 15:41:02 +02:00
pytest = ">=3.5.0"
toml = "*"
[ [ package ] ]
name = "pytest-cov"
2023-06-14 20:58:47 +02:00
version = "4.1.0"
2020-09-16 15:41:02 +02:00
description = "Pytest plugin for measuring coverage."
optional = false
2023-06-14 20:58:47 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-06-14 20:58:47 +02:00
{ file = "pytest-cov-4.1.0.tar.gz" , hash = "sha256:3904b13dfbfec47f003b8e77fd5b589cd11904a21ddf1ab38a64f204d6a10ef6" } ,
{ file = "pytest_cov-4.1.0-py3-none-any.whl" , hash = "sha256:6ba70b9e97e69fcc3fb45bfeab2d0a138fb65c4d0d6a41ef33983ad114be8c3a" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ package . dependencies ]
2021-10-16 21:15:54 +02:00
coverage = { version = ">=5.2.1" , extras = [ "toml" ] }
2020-09-16 15:41:02 +02:00
pytest = ">=4.6"
2021-02-17 14:20:55 +01:00
[ package . extras ]
2022-11-01 16:02:19 +01:00
testing = [ "fields" , "hunter" , "process-tests" , "pytest-xdist" , "six" , "virtualenv" ]
2021-02-17 14:20:55 +01:00
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "pytest-html"
2022-11-01 16:02:19 +01:00
version = "3.2.0"
2020-09-16 15:41:02 +02:00
description = "pytest plugin for generating HTML reports"
optional = false
python-versions = ">=3.6"
2022-12-21 09:03:40 +01:00
files = [
{ file = "pytest-html-3.2.0.tar.gz" , hash = "sha256:c4e2f4bb0bffc437f51ad2174a8a3e71df81bbc2f6894604e604af18fbe687c3" } ,
{ file = "pytest_html-3.2.0-py3-none-any.whl" , hash = "sha256:868c08564a68d8b2c26866f1e33178419bb35b1e127c33784a28622eb827f3f3" } ,
]
2020-09-16 15:41:02 +02:00
[ package . dependencies ]
2022-11-01 16:02:19 +01:00
py = ">=1.8.2"
2020-12-25 19:14:37 +01:00
pytest = ">=5.0,<6.0.0 || >6.0.0"
2020-09-16 15:41:02 +02:00
pytest-metadata = "*"
[ [ package ] ]
name = "pytest-isort"
2022-11-01 16:02:19 +01:00
version = "3.1.0"
2020-09-16 15:41:02 +02:00
description = "py.test plugin to check import ordering using isort"
optional = false
2022-11-01 16:02:19 +01:00
python-versions = ">=3.7,<4"
2022-12-21 09:03:40 +01:00
files = [
{ file = "pytest_isort-3.1.0-py3-none-any.whl" , hash = "sha256:13e68d84b35d4f79d20d3d165f491bffc9e4b9509f420381a4186118c4454bd3" } ,
{ file = "pytest_isort-3.1.0.tar.gz" , hash = "sha256:067801dc5e54a474330d074d521c815948ff6d5cf0ed3b9d057b78216851186c" } ,
]
2020-09-16 15:41:02 +02:00
[ package . dependencies ]
isort = ">=4.0"
2022-02-16 12:08:25 +01:00
pytest = ">=5.0"
2021-02-17 14:20:55 +01:00
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "pytest-metadata"
2023-06-14 20:58:47 +02:00
version = "3.0.0"
2020-09-16 15:41:02 +02:00
description = "pytest plugin for test session metadata"
optional = false
2023-06-14 20:58:47 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-06-14 20:58:47 +02:00
{ file = "pytest_metadata-3.0.0-py3-none-any.whl" , hash = "sha256:a17b1e40080401dc23177599208c52228df463db191c1a573ccdffacd885e190" } ,
{ file = "pytest_metadata-3.0.0.tar.gz" , hash = "sha256:769a9c65d2884bd583bc626b0ace77ad15dbe02dd91a9106d47fd46d9c2569ca" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ package . dependencies ]
2023-06-14 20:58:47 +02:00
pytest = ">=7.0.0"
[ package . extras ]
test = [ "black (>=22.1.0)" , "flake8 (>=4.0.1)" , "pre-commit (>=2.17.0)" , "tox (>=3.24.5)" ]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "pytest-runner"
2022-03-27 09:33:59 +02:00
version = "6.0.0"
2020-09-16 15:41:02 +02:00
description = "Invoke py.test as distutils command with dependency resolution"
optional = false
2022-03-27 09:33:59 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
{ file = "pytest-runner-6.0.0.tar.gz" , hash = "sha256:b4d85362ed29b4c348678de797df438f0f0509497ddb8c647096c02a6d87b685" } ,
{ file = "pytest_runner-6.0.0-py3-none-any.whl" , hash = "sha256:4c059cf11cf4306e369c0f8f703d1eaf8f32fad370f41deb5f007044656aca6b" } ,
]
2020-09-16 15:41:02 +02:00
[ package . extras ]
2022-11-01 16:02:19 +01:00
docs = [ "jaraco.packaging (>=9)" , "jaraco.tidelift (>=1.4)" , "rst.linker (>=1.9)" , "sphinx" ]
testing = [ "pytest (>=6)" , "pytest-black (>=0.3.7)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "pytest-flake8" , "pytest-mypy (>=0.9.1)" , "pytest-virtualenv" , "types-setuptools" ]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "pytest-selenium"
2023-06-14 20:58:47 +02:00
version = "4.0.1"
2020-09-16 15:41:02 +02:00
description = "pytest plugin for Selenium"
optional = false
2023-06-14 20:58:47 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-06-14 20:58:47 +02:00
{ file = "pytest_selenium-4.0.1-py3-none-any.whl" , hash = "sha256:da19f3ea860b2e8dc6a742c9c8622f5cfbf590484c04dca2f2520aabdf545161" } ,
{ file = "pytest_selenium-4.0.1.tar.gz" , hash = "sha256:e7329aceb4c1e04aa711c5c625106ab906855a5e208a2246d6b6055f2011522f" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ package . dependencies ]
2023-06-14 20:58:47 +02:00
pytest = ">=6.0.0"
pytest-base-url = ">=2.0.0"
pytest-html = ">=2.0.0"
pytest-variables = ">=2.0.0"
requests = ">=2.26.0"
selenium = ">=4.0.0"
tenacity = ">=6.0.0"
2020-09-16 15:41:02 +02:00
2021-02-17 14:20:55 +01:00
[ package . extras ]
2023-06-14 20:58:47 +02:00
appium = [ "appium-python-client (>=1.0.0)" ]
test = [ "black (>=22.1.0)" , "flake8 (>=4.0.1)" , "pre-commit (>=2.17.0)" , "pytest-localserver (>=0.5.0)" , "pytest-mock (>=3.6.1)" , "pytest-xdist (>=2.4.0)" , "tox (>=3.24.5)" ]
2021-02-17 14:20:55 +01:00
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "pytest-variables"
2023-06-14 20:58:47 +02:00
version = "3.0.0"
2020-09-16 15:41:02 +02:00
description = "pytest plugin for providing variables to tests/fixtures"
optional = false
2023-06-14 20:58:47 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-06-14 20:58:47 +02:00
{ file = "pytest_variables-3.0.0-py3-none-any.whl" , hash = "sha256:190d9d4da5a6013eb02df2049f6047d911cdbe44c5b1734a6acc1748433c93d0" } ,
{ file = "pytest_variables-3.0.0.tar.gz" , hash = "sha256:ab84235417afac5a0a7dd4c3918287d9c7329d2e16d570d6e943f8d8e02533b9" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
2021-02-17 14:20:55 +01:00
[ package . dependencies ]
2023-06-14 20:58:47 +02:00
pytest = ">=7.0.0"
2021-02-17 14:20:55 +01:00
2020-09-16 15:41:02 +02:00
[ package . extras ]
hjson = [ "hjson" ]
2023-06-14 20:58:47 +02:00
test = [ "black (>=22.1.0)" , "flake8 (>=4.0.1)" , "pre-commit (>=2.17.0)" , "tox (>=3.24.5)" ]
2022-03-27 09:33:59 +02:00
toml = [ "toml" ]
2023-06-14 20:58:47 +02:00
yaml = [ "pyyaml" ]
2020-09-16 15:41:02 +02:00
2022-11-19 20:17:58 +01:00
[ [ package ] ]
name = "pytest-xdist"
2023-05-29 08:45:17 +02:00
version = "3.3.1"
2022-12-11 13:19:18 +01:00
description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs"
2022-11-19 20:17:58 +01:00
optional = false
2022-12-11 13:19:18 +01:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-05-29 08:45:17 +02:00
{ file = "pytest-xdist-3.3.1.tar.gz" , hash = "sha256:d5ee0520eb1b7bcca50a60a518ab7a7707992812c578198f8b44fdfac78e8c93" } ,
{ file = "pytest_xdist-3.3.1-py3-none-any.whl" , hash = "sha256:ff9daa7793569e6a68544850fd3927cd257cc03a7ef76c95e86915355e82b5f2" } ,
2022-12-21 09:03:40 +01:00
]
2022-11-19 20:17:58 +01:00
[ package . dependencies ]
execnet = ">=1.1"
psutil = { version = ">=3.0" , optional = true , markers = "extra == \"psutil\"" }
pytest = ">=6.2.0"
[ package . extras ]
psutil = [ "psutil (>=3.0)" ]
setproctitle = [ "setproctitle" ]
testing = [ "filelock" ]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "python-dateutil"
2021-10-16 21:15:54 +02:00
version = "2.8.2"
2020-09-16 15:41:02 +02:00
description = "Extensions to the standard Python datetime module"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
2022-12-21 09:03:40 +01:00
files = [
{ file = "python-dateutil-2.8.2.tar.gz" , hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86" } ,
{ file = "python_dateutil-2.8.2-py2.py3-none-any.whl" , hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9" } ,
]
2020-09-16 15:41:02 +02:00
[ package . dependencies ]
six = ">=1.5"
[ [ package ] ]
name = "pytz"
2023-09-14 11:11:20 +02:00
version = "2023.3.post1"
2020-09-16 15:41:02 +02:00
description = "World timezone definitions, modern and historical"
optional = false
python-versions = "*"
2022-12-21 09:03:40 +01:00
files = [
2023-09-14 11:11:20 +02:00
{ file = "pytz-2023.3.post1-py2.py3-none-any.whl" , hash = "sha256:ce42d816b81b68506614c11e8937d3aa9e41007ceb50bfdcb0749b921bf646c7" } ,
{ file = "pytz-2023.3.post1.tar.gz" , hash = "sha256:7b4fddbeb94a1eba4b557da24f19fdf9db575192544270a9101d8509f9f43d7b" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
2022-05-28 20:01:14 +02:00
[ [ package ] ]
2022-11-09 14:16:24 +01:00
name = "pyyaml"
2023-07-22 09:09:10 +02:00
version = "6.0.1"
2022-05-28 20:01:14 +02:00
description = "YAML parser and emitter for Python"
optional = false
python-versions = ">=3.6"
2022-12-21 09:03:40 +01:00
files = [
2023-07-22 09:09:10 +02:00
{ file = "PyYAML-6.0.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:d858aa552c999bc8a8d57426ed01e40bef403cd8ccdd0fc5f6f04a00414cac2a" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-win32.whl" , hash = "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-win_amd64.whl" , hash = "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-win32.whl" , hash = "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl" , hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:afd7e57eddb1a54f0f1a974bc4391af8bcce0b444685d936840f125cf046d5bd" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-win32.whl" , hash = "sha256:fca0e3a251908a499833aa292323f32437106001d436eca0e6e7833256674585" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:f22ac1c3cac4dbc50079e965eba2c1058622631e526bd9afd45fedd49ba781fa" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:b1275ad35a5d18c62a7220633c913e1b42d44b46ee12554e5fd39c70a243d6a3" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:18aeb1bf9a78867dc38b259769503436b7c72f7a1f1f4c93ff9a17de54319b27" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:596106435fa6ad000c2991a98fa58eeb8656ef2325d7e158344fb33864ed87e3" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:baa90d3f661d43131ca170712d903e6295d1f7a0f595074f151c0aed377c9b9c" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-win32.whl" , hash = "sha256:9046c58c4395dff28dd494285c82ba00b546adfc7ef001486fbf0324bc174fba" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:4fb147e7a67ef577a588a0e2c17b6db51dda102c71de36f8549b6816a96e1867" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:1d4c7e777c441b20e32f52bd377e0c409713e8bb1386e1099c2415f26e479595" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-win32.whl" , hash = "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-win_amd64.whl" , hash = "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:c8098ddcc2a85b61647b2590f825f3db38891662cfc2fc776415143f599bb859" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-win32.whl" , hash = "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-win_amd64.whl" , hash = "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486" } ,
{ file = "PyYAML-6.0.1.tar.gz" , hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43" } ,
2022-12-21 09:03:40 +01:00
]
[ [ package ] ]
2020-09-16 15:41:02 +02:00
name = "recommonmark"
2020-12-25 19:14:37 +01:00
version = "0.7.1"
2020-09-16 15:41:02 +02:00
description = "A docutils-compatibility bridge to CommonMark, enabling you to write CommonMark inside of Docutils & Sphinx projects."
optional = false
python-versions = "*"
2022-12-21 09:03:40 +01:00
files = [
{ file = "recommonmark-0.7.1-py2.py3-none-any.whl" , hash = "sha256:1b1db69af0231efce3fa21b94ff627ea33dee7079a01dd0a7f8482c3da148b3f" } ,
{ file = "recommonmark-0.7.1.tar.gz" , hash = "sha256:bdb4db649f2222dcd8d2d844f0006b958d627f732415d399791ee436a3686d67" } ,
]
2020-09-16 15:41:02 +02:00
[ package . dependencies ]
commonmark = ">=0.8.1"
docutils = ">=0.11"
sphinx = ">=1.3.1"
[ [ package ] ]
name = "redis"
2023-07-14 19:23:29 +02:00
version = "4.6.0"
2022-01-01 12:20:18 +01:00
description = "Python client for Redis database and key-value store"
2020-09-16 15:41:02 +02:00
optional = false
2022-12-11 13:19:18 +01:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-07-14 19:23:29 +02:00
{ file = "redis-4.6.0-py3-none-any.whl" , hash = "sha256:e2b03db868160ee4591de3cb90d40ebb50a90dd302138775937f6a42b7ed183c" } ,
{ file = "redis-4.6.0.tar.gz" , hash = "sha256:585dc516b9eb042a619ef0a39c3d7d55fe81bdb4df09a52c9cdde0d07bf1aa7d" } ,
2022-12-21 09:03:40 +01:00
]
2022-01-01 12:20:18 +01:00
[ package . dependencies ]
2023-05-29 08:45:17 +02:00
async-timeout = { version = ">=4.0.2" , markers = "python_full_version <= \"3.11.2\"" }
2020-09-16 15:41:02 +02:00
[ package . extras ]
2022-01-01 12:20:18 +01:00
hiredis = [ "hiredis (>=1.0.0)" ]
2022-02-05 11:41:23 +01:00
ocsp = [ "cryptography (>=36.0.1)" , "pyopenssl (==20.0.1)" , "requests (>=2.26.0)" ]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "requests"
2023-05-29 08:45:17 +02:00
version = "2.31.0"
2020-09-16 15:41:02 +02:00
description = "Python HTTP for Humans."
optional = false
2023-05-29 08:45:17 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-05-29 08:45:17 +02:00
{ file = "requests-2.31.0-py3-none-any.whl" , hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f" } ,
{ file = "requests-2.31.0.tar.gz" , hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ package . dependencies ]
certifi = ">=2017.4.17"
2023-02-16 09:33:03 +01:00
charset-normalizer = ">=2,<4"
2022-06-11 11:32:12 +02:00
idna = ">=2.5,<4"
2023-05-29 08:45:17 +02:00
urllib3 = ">=1.21.1,<3"
2020-09-16 15:41:02 +02:00
2021-02-17 14:20:55 +01:00
[ package . extras ]
2022-06-11 11:32:12 +02:00
socks = [ "PySocks (>=1.5.6,!=1.5.7)" ]
2022-11-09 14:16:24 +01:00
use-chardet-on-py3 = [ "chardet (>=3.0.2,<6)" ]
2021-02-17 14:20:55 +01:00
2022-09-17 19:36:03 +02:00
[ [ package ] ]
name = "rich"
2023-10-02 12:13:04 +02:00
version = "13.6.0"
2022-09-17 19:36:03 +02:00
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
optional = false
2023-02-16 09:33:03 +01:00
python-versions = ">=3.7.0"
2022-12-21 09:03:40 +01:00
files = [
2023-10-02 12:13:04 +02:00
{ file = "rich-13.6.0-py3-none-any.whl" , hash = "sha256:2b38e2fe9ca72c9a00170a1a2d20c63c790d0e10ef1fe35eba76e1e7b1d7d245" } ,
{ file = "rich-13.6.0.tar.gz" , hash = "sha256:5c14d22737e6d5084ef4771b62d5d4363165b403455a30a1c8ca39dc7b644bef" } ,
2022-12-21 09:03:40 +01:00
]
2022-09-17 19:36:03 +02:00
[ package . dependencies ]
2023-06-14 20:58:47 +02:00
markdown-it-py = ">=2.2.0"
2023-03-05 08:11:10 +01:00
pygments = ">=2.13.0,<3.0.0"
2022-09-17 19:36:03 +02:00
typing-extensions = { version = ">=4.0.0,<5.0" , markers = "python_version < \"3.9\"" }
[ package . extras ]
2023-02-16 09:33:03 +01:00
jupyter = [ "ipywidgets (>=7.5.1,<9)" ]
2022-09-17 19:36:03 +02:00
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "selenium"
2023-06-14 20:58:47 +02:00
version = "4.9.0"
2021-10-16 21:15:54 +02:00
description = ""
2020-09-16 15:41:02 +02:00
optional = false
2023-02-16 09:33:03 +01:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-06-14 20:58:47 +02:00
{ file = "selenium-4.9.0-py3-none-any.whl" , hash = "sha256:4c19e6aac202719373108d53a5a8e9336ba8d2b25822ca32ae6ff37acbabbdbe" } ,
{ file = "selenium-4.9.0.tar.gz" , hash = "sha256:478fae77cdfaec32adb1e68d59632c8c191f920535282abcaa2d1a3d98655624" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ package . dependencies ]
2022-08-27 19:32:54 +02:00
certifi = ">=2021.10.8"
2021-10-16 21:15:54 +02:00
trio = ">=0.17,<1.0"
trio-websocket = ">=0.9,<1.0"
2023-06-14 20:58:47 +02:00
urllib3 = { version = ">=1.26,<2.0" , extras = [ "socks" ] }
2020-09-16 15:41:02 +02:00
2022-11-01 16:02:19 +01:00
[ [ package ] ]
name = "setuptools"
2023-09-14 11:11:20 +02:00
version = "68.2.2"
2022-11-01 16:02:19 +01:00
description = "Easily download, build, install, upgrade, and uninstall Python packages"
optional = false
2023-08-19 08:50:37 +02:00
python-versions = ">=3.8"
2022-12-21 09:03:40 +01:00
files = [
2023-09-14 11:11:20 +02:00
{ file = "setuptools-68.2.2-py3-none-any.whl" , hash = "sha256:b454a35605876da60632df1a60f736524eb73cc47bbc9f3f1ef1b644de74fd2a" } ,
{ file = "setuptools-68.2.2.tar.gz" , hash = "sha256:4ac1475276d2f1c48684874089fefcd83bd7162ddaafb81fac866ba0db282a87" } ,
2022-12-21 09:03:40 +01:00
]
2022-11-01 16:02:19 +01:00
[ package . extras ]
2023-09-14 11:11:20 +02:00
docs = [ "furo" , "jaraco.packaging (>=9.3)" , "jaraco.tidelift (>=1.4)" , "pygments-github-lexers (==0.0.5)" , "rst.linker (>=1.9)" , "sphinx (>=3.5)" , "sphinx-favicon" , "sphinx-hoverxref (<2)" , "sphinx-inline-tabs" , "sphinx-lint" , "sphinx-notfound-page (>=1,<2)" , "sphinx-reredirects" , "sphinxcontrib-towncrier" ]
2023-08-19 08:50:37 +02:00
testing = [ "build[virtualenv]" , "filelock (>=3.4.0)" , "flake8-2020" , "ini2toml[lite] (>=0.9)" , "jaraco.develop (>=7.21)" , "jaraco.envs (>=2.2)" , "jaraco.path (>=3.2.0)" , "pip (>=19.1)" , "pytest (>=6)" , "pytest-black (>=0.3.7)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=2.2)" , "pytest-mypy (>=0.9.1)" , "pytest-perf" , "pytest-ruff" , "pytest-timeout" , "pytest-xdist" , "tomli-w (>=1.0.0)" , "virtualenv (>=13.0.0)" , "wheel" ]
2023-09-14 11:11:20 +02:00
testing-integration = [ "build[virtualenv] (>=1.0.3)" , "filelock (>=3.4.0)" , "jaraco.envs (>=2.2)" , "jaraco.path (>=3.2.0)" , "packaging (>=23.1)" , "pytest" , "pytest-enabler" , "pytest-xdist" , "tomli" , "virtualenv (>=13.0.0)" , "wheel" ]
2022-11-01 16:02:19 +01:00
2020-12-30 22:07:43 +01:00
[ [ package ] ]
name = "shortuuid"
2022-11-26 12:54:56 +01:00
version = "1.0.11"
2020-12-30 22:07:43 +01:00
description = "A generator library for concise, unambiguous and URL-safe UUIDs."
optional = false
python-versions = ">=3.5"
2022-12-21 09:03:40 +01:00
files = [
{ file = "shortuuid-1.0.11-py3-none-any.whl" , hash = "sha256:27ea8f28b1bd0bf8f15057a3ece57275d2059d2b0bb02854f02189962c13b6aa" } ,
{ file = "shortuuid-1.0.11.tar.gz" , hash = "sha256:fc75f2615914815a8e4cb1501b3a513745cb66ef0fd5fc6fb9f8c3fa3481f789" } ,
]
2020-12-30 22:07:43 +01:00
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "six"
2021-05-22 17:11:32 +02:00
version = "1.16.0"
2020-09-16 15:41:02 +02:00
description = "Python 2 and 3 compatibility utilities"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
2022-12-21 09:03:40 +01:00
files = [
{ file = "six-1.16.0-py2.py3-none-any.whl" , hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" } ,
{ file = "six-1.16.0.tar.gz" , hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" } ,
]
2020-09-16 15:41:02 +02:00
2022-05-28 20:01:14 +02:00
[ [ package ] ]
name = "smmap"
2023-10-02 12:13:04 +02:00
version = "5.0.1"
2022-05-28 20:01:14 +02:00
description = "A pure Python implementation of a sliding window memory map manager"
optional = false
2023-10-02 12:13:04 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-10-02 12:13:04 +02:00
{ file = "smmap-5.0.1-py3-none-any.whl" , hash = "sha256:e6d8668fa5f93e706934a62d7b4db19c8d9eb8cf2adbb75ef1b675aa332b69da" } ,
{ file = "smmap-5.0.1.tar.gz" , hash = "sha256:dceeb6c0028fdb6734471eb07c0cd2aae706ccaecab45965ee83f11c8d3b1f62" } ,
2022-12-21 09:03:40 +01:00
]
2022-05-28 20:01:14 +02:00
2021-10-16 21:15:54 +02:00
[ [ package ] ]
name = "sniffio"
2022-09-16 08:43:44 +02:00
version = "1.3.0"
2021-10-16 21:15:54 +02:00
description = "Sniff out which async library your code is running under"
optional = false
2022-09-16 08:43:44 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
{ file = "sniffio-1.3.0-py3-none-any.whl" , hash = "sha256:eecefdce1e5bbfb7ad2eeaabf7c1eeb404d7757c379bd1f7e5cce9d8bf425384" } ,
{ file = "sniffio-1.3.0.tar.gz" , hash = "sha256:e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101" } ,
]
2021-10-16 21:15:54 +02:00
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "snowballstemmer"
2021-11-29 16:07:20 +01:00
version = "2.2.0"
2021-01-31 18:40:20 +01:00
description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms."
2020-09-16 15:41:02 +02:00
optional = false
python-versions = "*"
2022-12-21 09:03:40 +01:00
files = [
{ file = "snowballstemmer-2.2.0-py2.py3-none-any.whl" , hash = "sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a" } ,
{ file = "snowballstemmer-2.2.0.tar.gz" , hash = "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1" } ,
]
2020-09-16 15:41:02 +02:00
2021-10-16 21:15:54 +02:00
[ [ package ] ]
name = "sortedcontainers"
version = "2.4.0"
description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set"
optional = false
python-versions = "*"
2022-12-21 09:03:40 +01: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" } ,
]
2021-10-16 21:15:54 +02:00
2023-06-18 15:02:21 +02:00
[ [ package ] ]
name = "soupsieve"
2023-09-14 11:11:20 +02:00
version = "2.5"
2023-06-18 15:02:21 +02:00
description = "A modern CSS selector implementation for Beautiful Soup."
optional = false
2023-09-14 11:11:20 +02:00
python-versions = ">=3.8"
2023-06-18 15:02:21 +02:00
files = [
2023-09-14 11:11:20 +02:00
{ file = "soupsieve-2.5-py3-none-any.whl" , hash = "sha256:eaa337ff55a1579b6549dc679565eac1e3d000563bcb1c8ab0d0fefbc0c2cdc7" } ,
{ file = "soupsieve-2.5.tar.gz" , hash = "sha256:5663d5a7b3bfaeee0bc4372e7fc48f9cff4940b3eec54a6451cc5299f1097690" } ,
2023-06-18 15:02:21 +02:00
]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
2022-11-09 14:16:24 +01:00
name = "sphinx"
2023-08-19 08:50:37 +02:00
version = "7.1.2"
2020-09-16 15:41:02 +02:00
description = "Python documentation generator"
optional = false
2023-06-14 20:58:47 +02:00
python-versions = ">=3.8"
2022-12-21 09:03:40 +01:00
files = [
2023-08-19 08:50:37 +02:00
{ file = "sphinx-7.1.2-py3-none-any.whl" , hash = "sha256:d170a81825b2fcacb6dfd5a0d7f578a053e45d3f2b153fecc948c37344eb4cbe" } ,
{ file = "sphinx-7.1.2.tar.gz" , hash = "sha256:780f4d32f1d7d1126576e0e5ecc19dc32ab76cd24e950228dcf7b1f6d3d9e22f" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ package . dependencies ]
alabaster = ">=0.7,<0.8"
2022-11-01 16:02:19 +01:00
babel = ">=2.9"
colorama = { version = ">=0.4.5" , markers = "sys_platform == \"win32\"" }
2023-06-14 20:58:47 +02:00
docutils = ">=0.18.1,<0.21"
2022-11-01 16:02:19 +01:00
imagesize = ">=1.3"
importlib-metadata = { version = ">=4.8" , markers = "python_version < \"3.10\"" }
Jinja2 = ">=3.0"
packaging = ">=21.0"
2023-06-14 20:58:47 +02:00
Pygments = ">=2.13"
requests = ">=2.25.0"
2022-11-01 16:02:19 +01:00
snowballstemmer = ">=2.0"
2020-09-16 15:41:02 +02:00
sphinxcontrib-applehelp = "*"
sphinxcontrib-devhelp = "*"
2021-11-06 21:26:02 +01:00
sphinxcontrib-htmlhelp = ">=2.0.0"
2020-09-16 15:41:02 +02:00
sphinxcontrib-jsmath = "*"
sphinxcontrib-qthelp = "*"
2021-11-06 21:26:02 +01:00
sphinxcontrib-serializinghtml = ">=1.1.5"
2020-09-16 15:41:02 +02:00
2021-02-17 14:20:55 +01:00
[ package . extras ]
docs = [ "sphinxcontrib-websupport" ]
2023-06-14 20:58:47 +02:00
lint = [ "docutils-stubs" , "flake8 (>=3.5.0)" , "flake8-simplify" , "isort" , "mypy (>=0.990)" , "ruff" , "sphinx-lint" , "types-requests" ]
test = [ "cython" , "filelock" , "html5lib" , "pytest (>=4.6)" ]
2021-02-17 14:20:55 +01:00
2020-09-16 15:41:02 +02:00
[ [ package ] ]
2023-06-18 15:02:21 +02:00
name = "sphinx-basic-ng"
2023-07-14 19:23:29 +02:00
version = "1.0.0b2"
2023-06-18 15:02:21 +02:00
description = "A modern skeleton for Sphinx themes."
2020-09-16 15:41:02 +02:00
optional = false
2023-06-18 15:02:21 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-07-14 19:23:29 +02:00
{ file = "sphinx_basic_ng-1.0.0b2-py3-none-any.whl" , hash = "sha256:eb09aedbabfb650607e9b4b68c9d240b90b1e1be221d6ad71d61c52e29f7932b" } ,
{ file = "sphinx_basic_ng-1.0.0b2.tar.gz" , hash = "sha256:9ec55a47c90c8c002b5960c57492ec3021f5193cb26cebc2dc4ea226848651c9" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
2023-06-18 15:02:21 +02:00
[ package . dependencies ]
sphinx = ">=4.0"
[ package . extras ]
docs = [ "furo" , "ipython" , "myst-parser" , "sphinx-copybutton" , "sphinx-inline-tabs" ]
[ [ package ] ]
name = "sphinx-copybutton"
version = "0.5.2"
description = "Add a copy button to each of your code cells."
optional = false
python-versions = ">=3.7"
files = [
{ file = "sphinx-copybutton-0.5.2.tar.gz" , hash = "sha256:4cf17c82fb9646d1bc9ca92ac280813a3b605d8c421225fd9913154103ee1fbd" } ,
{ file = "sphinx_copybutton-0.5.2-py3-none-any.whl" , hash = "sha256:fb543fd386d917746c9a2c50360c7905b605726b9355cd26e9974857afeae06e" } ,
]
[ package . dependencies ]
sphinx = ">=1.8"
[ package . extras ]
code-style = [ "pre-commit (==2.12.1)" ]
rtd = [ "ipython" , "myst-nb" , "sphinx" , "sphinx-book-theme" , "sphinx-examples" ]
2023-06-18 15:23:33 +02:00
[ [ package ] ]
name = "sphinx-intl"
version = "2.1.0"
description = "Sphinx utility that make it easy to translate and to apply translation."
optional = false
python-versions = ">=3.7"
files = [
{ file = "sphinx-intl-2.1.0.tar.gz" , hash = "sha256:9d9849ae42515b39786824e99f1e30db0404c377b01bb022690fc932b0221c02" } ,
{ file = "sphinx_intl-2.1.0-py3-none-any.whl" , hash = "sha256:9798946b995989de691387651d70c3fc191275b587e2e519655541edfd7bbd68" } ,
]
[ package . dependencies ]
babel = "*"
click = "*"
setuptools = "*"
sphinx = "*"
[ package . extras ]
test = [ "mock" , "pytest" , "six" ]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "sphinxcontrib-applehelp"
2023-06-14 20:58:47 +02:00
version = "1.0.4"
description = "sphinxcontrib-applehelp is a Sphinx extension which outputs Apple help books"
2020-09-16 15:41:02 +02:00
optional = false
2023-06-14 20:58:47 +02:00
python-versions = ">=3.8"
2022-12-21 09:03:40 +01:00
files = [
2023-06-14 20:58:47 +02:00
{ file = "sphinxcontrib-applehelp-1.0.4.tar.gz" , hash = "sha256:828f867945bbe39817c210a1abfd1bc4895c8b73fcaade56d45357a348a07d7e" } ,
{ file = "sphinxcontrib_applehelp-1.0.4-py3-none-any.whl" , hash = "sha256:29d341f67fb0f6f586b23ad80e072c8e6ad0b48417db2bde114a4c9746feb228" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ package . extras ]
2022-11-01 16:02:19 +01:00
lint = [ "docutils-stubs" , "flake8" , "mypy" ]
2020-09-16 15:41:02 +02:00
test = [ "pytest" ]
[ [ package ] ]
name = "sphinxcontrib-devhelp"
version = "1.0.2"
description = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document."
optional = false
python-versions = ">=3.5"
2022-12-21 09:03:40 +01:00
files = [
{ file = "sphinxcontrib-devhelp-1.0.2.tar.gz" , hash = "sha256:ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4" } ,
{ file = "sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl" , hash = "sha256:8165223f9a335cc1af7ffe1ed31d2871f325254c0423bc0c4c7cd1c1e4734a2e" } ,
]
2020-09-16 15:41:02 +02:00
[ package . extras ]
2022-11-01 16:02:19 +01:00
lint = [ "docutils-stubs" , "flake8" , "mypy" ]
2020-09-16 15:41:02 +02:00
test = [ "pytest" ]
[ [ package ] ]
name = "sphinxcontrib-htmlhelp"
2023-06-14 20:58:47 +02:00
version = "2.0.1"
2020-09-16 15:41:02 +02:00
description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files"
optional = false
2023-06-14 20:58:47 +02:00
python-versions = ">=3.8"
2022-12-21 09:03:40 +01:00
files = [
2023-06-14 20:58:47 +02:00
{ file = "sphinxcontrib-htmlhelp-2.0.1.tar.gz" , hash = "sha256:0cbdd302815330058422b98a113195c9249825d681e18f11e8b1f78a2f11efff" } ,
{ file = "sphinxcontrib_htmlhelp-2.0.1-py3-none-any.whl" , hash = "sha256:c38cb46dccf316c79de6e5515e1770414b797162b23cd3d06e67020e1d2a6903" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ package . extras ]
2022-11-01 16:02:19 +01:00
lint = [ "docutils-stubs" , "flake8" , "mypy" ]
test = [ "html5lib" , "pytest" ]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "sphinxcontrib-httpdomain"
2022-11-26 12:54:56 +01:00
version = "1.8.1"
2020-09-16 15:41:02 +02:00
description = "Sphinx domain for documenting HTTP APIs"
optional = false
2021-10-16 21:15:54 +02:00
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*"
2022-12-21 09:03:40 +01:00
files = [
{ file = "sphinxcontrib-httpdomain-1.8.1.tar.gz" , hash = "sha256:6c2dfe6ca282d75f66df333869bb0ce7331c01b475db6809ff9d107b7cdfe04b" } ,
{ file = "sphinxcontrib_httpdomain-1.8.1-py2.py3-none-any.whl" , hash = "sha256:21eefe1270e4d9de8d717cc89ee92cc4871b8736774393bafc5e38a6bb77b1d5" } ,
]
2020-09-16 15:41:02 +02:00
[ package . dependencies ]
six = "*"
2021-10-16 21:15:54 +02:00
Sphinx = ">=1.6"
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "sphinxcontrib-jsmath"
version = "1.0.1"
description = "A sphinx extension which renders display math in HTML via JavaScript"
optional = false
python-versions = ">=3.5"
2022-12-21 09:03:40 +01:00
files = [
{ file = "sphinxcontrib-jsmath-1.0.1.tar.gz" , hash = "sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8" } ,
{ file = "sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl" , hash = "sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178" } ,
]
2020-09-16 15:41:02 +02:00
[ package . extras ]
2022-11-01 16:02:19 +01:00
test = [ "flake8" , "mypy" , "pytest" ]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "sphinxcontrib-qthelp"
version = "1.0.3"
description = "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document."
optional = false
python-versions = ">=3.5"
2022-12-21 09:03:40 +01:00
files = [
{ file = "sphinxcontrib-qthelp-1.0.3.tar.gz" , hash = "sha256:4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72" } ,
{ file = "sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl" , hash = "sha256:bd9fc24bcb748a8d51fd4ecaade681350aa63009a347a8c14e637895444dfab6" } ,
]
2020-09-16 15:41:02 +02:00
[ package . extras ]
2022-11-01 16:02:19 +01:00
lint = [ "docutils-stubs" , "flake8" , "mypy" ]
2020-09-16 15:41:02 +02:00
test = [ "pytest" ]
[ [ package ] ]
name = "sphinxcontrib-serializinghtml"
2021-07-03 11:17:38 +02:00
version = "1.1.5"
2020-09-16 15:41:02 +02:00
description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle)."
optional = false
python-versions = ">=3.5"
2022-12-21 09:03:40 +01:00
files = [
{ file = "sphinxcontrib-serializinghtml-1.1.5.tar.gz" , hash = "sha256:aa5f6de5dfdf809ef505c4895e51ef5c9eac17d0f287933eb49ec495280b6952" } ,
{ file = "sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl" , hash = "sha256:352a9a00ae864471d3a7ead8d7d79f5fc0b57e8b3f95e9867eb9eb28999b92fd" } ,
]
2020-09-16 15:41:02 +02:00
[ package . extras ]
2022-11-01 16:02:19 +01:00
lint = [ "docutils-stubs" , "flake8" , "mypy" ]
2020-09-16 15:41:02 +02:00
test = [ "pytest" ]
[ [ package ] ]
2022-11-09 14:16:24 +01:00
name = "sqlalchemy"
2023-10-02 18:57:53 +02:00
version = "2.0.21"
2020-09-16 15:41:02 +02:00
description = "Database Abstraction Library"
optional = false
2023-10-02 18:57:53 +02:00
python-versions = ">=3.7"
files = [
{ file = "SQLAlchemy-2.0.21-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:1e7dc99b23e33c71d720c4ae37ebb095bebebbd31a24b7d99dfc4753d2803ede" } ,
{ file = "SQLAlchemy-2.0.21-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:7f0c4ee579acfe6c994637527c386d1c22eb60bc1c1d36d940d8477e482095d4" } ,
{ file = "SQLAlchemy-2.0.21-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3f7d57a7e140efe69ce2d7b057c3f9a595f98d0bbdfc23fd055efdfbaa46e3a5" } ,
{ file = "SQLAlchemy-2.0.21-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7ca38746eac23dd7c20bec9278d2058c7ad662b2f1576e4c3dbfcd7c00cc48fa" } ,
{ file = "SQLAlchemy-2.0.21-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:3cf229704074bce31f7f47d12883afee3b0a02bb233a0ba45ddbfe542939cca4" } ,
{ file = "SQLAlchemy-2.0.21-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:fb87f763b5d04a82ae84ccff25554ffd903baafba6698e18ebaf32561f2fe4aa" } ,
{ file = "SQLAlchemy-2.0.21-cp310-cp310-win32.whl" , hash = "sha256:89e274604abb1a7fd5c14867a412c9d49c08ccf6ce3e1e04fffc068b5b6499d4" } ,
{ file = "SQLAlchemy-2.0.21-cp310-cp310-win_amd64.whl" , hash = "sha256:e36339a68126ffb708dc6d1948161cea2a9e85d7d7b0c54f6999853d70d44430" } ,
{ file = "SQLAlchemy-2.0.21-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:bf8eebccc66829010f06fbd2b80095d7872991bfe8415098b9fe47deaaa58063" } ,
{ file = "SQLAlchemy-2.0.21-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:b977bfce15afa53d9cf6a632482d7968477625f030d86a109f7bdfe8ce3c064a" } ,
{ file = "SQLAlchemy-2.0.21-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6ff3dc2f60dbf82c9e599c2915db1526d65415be323464f84de8db3e361ba5b9" } ,
{ file = "SQLAlchemy-2.0.21-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:44ac5c89b6896f4740e7091f4a0ff2e62881da80c239dd9408f84f75a293dae9" } ,
{ file = "SQLAlchemy-2.0.21-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:87bf91ebf15258c4701d71dcdd9c4ba39521fb6a37379ea68088ce8cd869b446" } ,
{ file = "SQLAlchemy-2.0.21-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:b69f1f754d92eb1cc6b50938359dead36b96a1dcf11a8670bff65fd9b21a4b09" } ,
{ file = "SQLAlchemy-2.0.21-cp311-cp311-win32.whl" , hash = "sha256:af520a730d523eab77d754f5cf44cc7dd7ad2d54907adeb3233177eeb22f271b" } ,
{ file = "SQLAlchemy-2.0.21-cp311-cp311-win_amd64.whl" , hash = "sha256:141675dae56522126986fa4ca713739d00ed3a6f08f3c2eb92c39c6dfec463ce" } ,
{ file = "SQLAlchemy-2.0.21-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:7614f1eab4336df7dd6bee05bc974f2b02c38d3d0c78060c5faa4cd1ca2af3b8" } ,
{ file = "SQLAlchemy-2.0.21-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d59cb9e20d79686aa473e0302e4a82882d7118744d30bb1dfb62d3c47141b3ec" } ,
{ file = "SQLAlchemy-2.0.21-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a95aa0672e3065d43c8aa80080cdd5cc40fe92dc873749e6c1cf23914c4b83af" } ,
{ file = "SQLAlchemy-2.0.21-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:8c323813963b2503e54d0944813cd479c10c636e3ee223bcbd7bd478bf53c178" } ,
{ file = "SQLAlchemy-2.0.21-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:419b1276b55925b5ac9b4c7044e999f1787c69761a3c9756dec6e5c225ceca01" } ,
{ file = "SQLAlchemy-2.0.21-cp37-cp37m-win32.whl" , hash = "sha256:4615623a490e46be85fbaa6335f35cf80e61df0783240afe7d4f544778c315a9" } ,
{ file = "SQLAlchemy-2.0.21-cp37-cp37m-win_amd64.whl" , hash = "sha256:cca720d05389ab1a5877ff05af96551e58ba65e8dc65582d849ac83ddde3e231" } ,
{ file = "SQLAlchemy-2.0.21-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:b4eae01faee9f2b17f08885e3f047153ae0416648f8e8c8bd9bc677c5ce64be9" } ,
{ file = "SQLAlchemy-2.0.21-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:3eb7c03fe1cd3255811cd4e74db1ab8dca22074d50cd8937edf4ef62d758cdf4" } ,
{ file = "SQLAlchemy-2.0.21-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c2d494b6a2a2d05fb99f01b84cc9af9f5f93bf3e1e5dbdafe4bed0c2823584c1" } ,
{ file = "SQLAlchemy-2.0.21-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b19ae41ef26c01a987e49e37c77b9ad060c59f94d3b3efdfdbf4f3daaca7b5fe" } ,
{ file = "SQLAlchemy-2.0.21-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:fc6b15465fabccc94bf7e38777d665b6a4f95efd1725049d6184b3a39fd54880" } ,
{ file = "SQLAlchemy-2.0.21-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:014794b60d2021cc8ae0f91d4d0331fe92691ae5467a00841f7130fe877b678e" } ,
{ file = "SQLAlchemy-2.0.21-cp38-cp38-win32.whl" , hash = "sha256:0268256a34806e5d1c8f7ee93277d7ea8cc8ae391f487213139018b6805aeaf6" } ,
{ file = "SQLAlchemy-2.0.21-cp38-cp38-win_amd64.whl" , hash = "sha256:73c079e21d10ff2be54a4699f55865d4b275fd6c8bd5d90c5b1ef78ae0197301" } ,
{ file = "SQLAlchemy-2.0.21-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:785e2f2c1cb50d0a44e2cdeea5fd36b5bf2d79c481c10f3a88a8be4cfa2c4615" } ,
{ file = "SQLAlchemy-2.0.21-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:c111cd40910ffcb615b33605fc8f8e22146aeb7933d06569ac90f219818345ef" } ,
{ file = "SQLAlchemy-2.0.21-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c9cba4e7369de663611ce7460a34be48e999e0bbb1feb9130070f0685e9a6b66" } ,
{ file = "SQLAlchemy-2.0.21-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:50a69067af86ec7f11a8e50ba85544657b1477aabf64fa447fd3736b5a0a4f67" } ,
{ file = "SQLAlchemy-2.0.21-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:ccb99c3138c9bde118b51a289d90096a3791658da9aea1754667302ed6564f6e" } ,
{ file = "SQLAlchemy-2.0.21-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:513fd5b6513d37e985eb5b7ed89da5fd9e72354e3523980ef00d439bc549c9e9" } ,
{ file = "SQLAlchemy-2.0.21-cp39-cp39-win32.whl" , hash = "sha256:f9fefd6298433b6e9188252f3bff53b9ff0443c8fde27298b8a2b19f6617eeb9" } ,
{ file = "SQLAlchemy-2.0.21-cp39-cp39-win_amd64.whl" , hash = "sha256:2e617727fe4091cedb3e4409b39368f424934c7faa78171749f704b49b4bb4ce" } ,
{ file = "SQLAlchemy-2.0.21-py3-none-any.whl" , hash = "sha256:ea7da25ee458d8f404b93eb073116156fd7d8c2a776d8311534851f28277b4ce" } ,
{ file = "SQLAlchemy-2.0.21.tar.gz" , hash = "sha256:05b971ab1ac2994a14c56b35eaaa91f86ba080e9ad481b20d99d77f381bb6258" } ,
]
[ package . dependencies ]
greenlet = { version = "!=0.4.17" , markers = "platform_machine == \"win32\" or platform_machine == \"WIN32\" or platform_machine == \"AMD64\" or platform_machine == \"amd64\" or platform_machine == \"x86_64\" or platform_machine == \"ppc64le\" or platform_machine == \"aarch64\"" }
typing-extensions = ">=4.2.0"
2020-09-16 15:41:02 +02:00
[ package . extras ]
2023-10-02 18:57:53 +02:00
aiomysql = [ "aiomysql (>=0.2.0)" , "greenlet (!=0.4.17)" ]
2023-04-08 08:54:06 +02:00
aiosqlite = [ "aiosqlite" , "greenlet (!=0.4.17)" , "typing-extensions (!=3.10.0.1)" ]
2021-04-06 13:15:26 +02:00
asyncio = [ "greenlet (!=0.4.17)" ]
2023-10-02 18:57:53 +02:00
asyncmy = [ "asyncmy (>=0.2.3,!=0.2.4,!=0.2.6)" , "greenlet (!=0.4.17)" ]
mariadb-connector = [ "mariadb (>=1.0.1,!=1.1.2,!=1.1.5)" ]
2020-09-16 15:41:02 +02:00
mssql = [ "pyodbc" ]
2022-11-09 14:16:24 +01:00
mssql-pymssql = [ "pymssql" ]
mssql-pyodbc = [ "pyodbc" ]
2023-10-02 18:57:53 +02:00
mypy = [ "mypy (>=0.910)" ]
mysql = [ "mysqlclient (>=1.4.0)" ]
2022-11-09 14:16:24 +01:00
mysql-connector = [ "mysql-connector-python" ]
2023-10-02 18:57:53 +02:00
oracle = [ "cx-oracle (>=7)" ]
oracle-oracledb = [ "oracledb (>=1.0.1)" ]
2021-04-06 13:15:26 +02:00
postgresql = [ "psycopg2 (>=2.7)" ]
2022-11-09 14:16:24 +01:00
postgresql-asyncpg = [ "asyncpg" , "greenlet (!=0.4.17)" ]
2023-10-02 18:57:53 +02:00
postgresql-pg8000 = [ "pg8000 (>=1.29.1)" ]
postgresql-psycopg = [ "psycopg (>=3.0.7)" ]
2022-11-09 14:16:24 +01:00
postgresql-psycopg2binary = [ "psycopg2-binary" ]
postgresql-psycopg2cffi = [ "psycopg2cffi" ]
2023-10-02 18:57:53 +02:00
postgresql-psycopgbinary = [ "psycopg[binary] (>=3.0.7)" ]
pymysql = [ "pymysql" ]
2023-04-08 08:54:06 +02:00
sqlcipher = [ "sqlcipher3-binary" ]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "staticmap"
2023-08-19 08:50:37 +02:00
version = "0.5.7"
2020-09-16 15:41:02 +02:00
description = "A small, python-based library for creating map images with lines and markers."
optional = false
python-versions = "*"
2022-12-21 09:03:40 +01:00
files = [
2023-08-19 08:50:37 +02:00
{ file = "staticmap-0.5.7-py3-none-any.whl" , hash = "sha256:f4ffc40ee4502b92e91045e0df85a46a2fd68483b4e7e404a6b545fd7396ea01" } ,
{ file = "staticmap-0.5.7.tar.gz" , hash = "sha256:c7a96b902ba61292e818c20b0810619d6b81a6cdb50bcc1ab92d50ac4db20a7f" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ package . dependencies ]
Pillow = "*"
requests = "*"
2022-05-28 20:01:14 +02:00
[ [ package ] ]
name = "stevedore"
2023-06-14 20:58:47 +02:00
version = "5.1.0"
2022-05-28 20:01:14 +02:00
description = "Manage dynamic plugins for Python applications"
optional = false
2023-06-14 20:58:47 +02:00
python-versions = ">=3.8"
2022-12-21 09:03:40 +01:00
files = [
2023-06-14 20:58:47 +02:00
{ file = "stevedore-5.1.0-py3-none-any.whl" , hash = "sha256:8cc040628f3cea5d7128f2e76cf486b2251a4e543c7b938f58d9a377f6694a2d" } ,
{ file = "stevedore-5.1.0.tar.gz" , hash = "sha256:a54534acf9b89bc7ed264807013b505bf07f74dbe4bcfa37d32bd063870b087c" } ,
2022-12-21 09:03:40 +01:00
]
2022-05-28 20:01:14 +02:00
[ package . dependencies ]
pbr = ">=2.0.0,<2.1.0 || >2.1.0"
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "tenacity"
2023-08-19 08:50:37 +02:00
version = "8.2.3"
2020-09-16 15:41:02 +02:00
description = "Retry code until it succeeds"
optional = false
2023-08-19 08:50:37 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-08-19 08:50:37 +02:00
{ file = "tenacity-8.2.3-py3-none-any.whl" , hash = "sha256:ce510e327a630c9e1beaf17d42e6ffacc88185044ad85cf74c0a8887c6a0f88c" } ,
{ file = "tenacity-8.2.3.tar.gz" , hash = "sha256:5398ef0d78e63f40007c1fb4c0bff96e1911394d2fa8d194f77619c05ff6cc8a" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
2021-02-17 14:20:55 +01:00
[ package . extras ]
doc = [ "reno" , "sphinx" , "tornado (>=4.5)" ]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "toml"
2020-12-25 19:14:37 +01:00
version = "0.10.2"
2020-09-16 15:41:02 +02:00
description = "Python Library for Tom's Obvious, Minimal Language"
optional = false
2020-12-25 19:14:37 +01:00
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
2022-12-21 09:03:40 +01:00
files = [
{ file = "toml-0.10.2-py2.py3-none-any.whl" , hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b" } ,
{ file = "toml-0.10.2.tar.gz" , hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" } ,
]
2020-09-16 15:41:02 +02:00
2021-10-16 21:15:54 +02:00
[ [ package ] ]
name = "tomli"
2022-02-12 09:52:38 +01:00
version = "2.0.1"
2021-10-16 21:15:54 +02:00
description = "A lil' TOML parser"
optional = false
2022-02-05 11:41:23 +01:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
{ file = "tomli-2.0.1-py3-none-any.whl" , hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc" } ,
{ file = "tomli-2.0.1.tar.gz" , hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f" } ,
]
2021-10-16 21:15:54 +02:00
[ [ package ] ]
name = "trio"
2023-07-14 19:23:29 +02:00
version = "0.22.2"
2021-10-16 21:15:54 +02:00
description = "A friendly Python library for async concurrency and I/O"
optional = false
2022-03-27 09:33:59 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-07-14 19:23:29 +02:00
{ file = "trio-0.22.2-py3-none-any.whl" , hash = "sha256:f43da357620e5872b3d940a2e3589aa251fd3f881b65a608d742e00809b1ec38" } ,
{ file = "trio-0.22.2.tar.gz" , hash = "sha256:3887cf18c8bcc894433420305468388dac76932e9668afa1c49aa3806b6accb3" } ,
2022-12-21 09:03:40 +01:00
]
2021-10-16 21:15:54 +02:00
[ package . dependencies ]
2023-07-14 19:23:29 +02:00
attrs = ">=20.1.0"
2021-10-16 21:15:54 +02:00
cffi = { version = ">=1.14" , markers = "os_name == \"nt\" and implementation_name != \"pypy\"" }
2022-11-01 16:02:19 +01:00
exceptiongroup = { version = ">=1.0.0rc9" , markers = "python_version < \"3.11\"" }
2021-10-16 21:15:54 +02:00
idna = "*"
outcome = "*"
sniffio = "*"
sortedcontainers = "*"
[ [ package ] ]
name = "trio-websocket"
2023-10-02 12:13:04 +02:00
version = "0.11.1"
2021-10-16 21:15:54 +02:00
description = "WebSocket library for Trio"
optional = false
2023-04-08 08:54:06 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-10-02 12:13:04 +02:00
{ file = "trio-websocket-0.11.1.tar.gz" , hash = "sha256:18c11793647703c158b1f6e62de638acada927344d534e3c7628eedcb746839f" } ,
{ file = "trio_websocket-0.11.1-py3-none-any.whl" , hash = "sha256:520d046b0d030cf970b8b2b2e00c4c2245b3807853ecd44214acd33d74581638" } ,
2022-12-21 09:03:40 +01:00
]
2021-10-16 21:15:54 +02:00
[ package . dependencies ]
2023-10-02 12:13:04 +02:00
exceptiongroup = { version = "*" , markers = "python_version < \"3.11\"" }
2021-10-16 21:15:54 +02:00
trio = ">=0.11"
wsproto = ">=0.14"
2021-07-03 11:17:38 +02:00
[ [ package ] ]
name = "types-freezegun"
2022-06-11 11:32:12 +02:00
version = "1.1.10"
2021-07-03 11:17:38 +02:00
description = "Typing stubs for freezegun"
optional = false
python-versions = "*"
2022-12-21 09:03:40 +01:00
files = [
{ file = "types-freezegun-1.1.10.tar.gz" , hash = "sha256:cb3a2d2eee950eacbaac0673ab50499823365ceb8c655babb1544a41446409ec" } ,
{ file = "types_freezegun-1.1.10-py3-none-any.whl" , hash = "sha256:fadebe72213e0674036153366205038e1f95c8ca96deb4ef9b71ddc15413543e" } ,
]
2021-07-03 11:17:38 +02:00
2023-02-16 09:33:03 +01:00
[ [ package ] ]
name = "types-pyopenssl"
2023-07-22 09:09:10 +02:00
version = "23.2.0.2"
2023-02-16 09:33:03 +01:00
description = "Typing stubs for pyOpenSSL"
optional = false
python-versions = "*"
files = [
2023-07-22 09:09:10 +02:00
{ file = "types-pyOpenSSL-23.2.0.2.tar.gz" , hash = "sha256:6a010dac9ecd42b582d7dd2cc3e9e40486b79b3b64bb2fffba1474ff96af906d" } ,
{ file = "types_pyOpenSSL-23.2.0.2-py3-none-any.whl" , hash = "sha256:19536aa3debfbe25a918cf0d898e9f5fbbe6f3594a429da7914bf331deb1b342" } ,
2023-02-16 09:33:03 +01:00
]
[ package . dependencies ]
cryptography = ">=35.0.0"
2021-07-03 11:17:38 +02:00
[ [ package ] ]
name = "types-pytz"
2023-10-02 12:13:04 +02:00
version = "2023.3.1.1"
2021-07-03 11:17:38 +02:00
description = "Typing stubs for pytz"
optional = false
python-versions = "*"
2022-12-21 09:03:40 +01:00
files = [
2023-10-02 12:13:04 +02:00
{ file = "types-pytz-2023.3.1.1.tar.gz" , hash = "sha256:cc23d0192cd49c8f6bba44ee0c81e4586a8f30204970fc0894d209a6b08dab9a" } ,
{ file = "types_pytz-2023.3.1.1-py3-none-any.whl" , hash = "sha256:1999a123a3dc0e39a2ef6d19f3f8584211de9e6a77fe7a0259f04a524e90a5cf" } ,
2023-04-08 08:54:06 +02:00
]
2022-09-17 19:36:03 +02:00
[ [ package ] ]
name = "types-redis"
2023-10-02 12:13:04 +02:00
version = "4.6.0.7"
2022-09-17 19:36:03 +02:00
description = "Typing stubs for redis"
optional = false
python-versions = "*"
2022-12-21 09:03:40 +01:00
files = [
2023-10-02 12:13:04 +02:00
{ file = "types-redis-4.6.0.7.tar.gz" , hash = "sha256:28c4153ddb5c9d4f10def44a2454673c361d2d5fc3cd867cf3bb1520f3f59a38" } ,
{ file = "types_redis-4.6.0.7-py3-none-any.whl" , hash = "sha256:05b1bf92879b25df20433fa1af07784a0d7928c616dc2ebf9087618db77ccbd0" } ,
2022-12-21 09:03:40 +01:00
]
2022-09-17 19:36:03 +02:00
2023-02-16 09:33:03 +01:00
[ package . dependencies ]
cryptography = ">=35.0.0"
types-pyOpenSSL = "*"
2021-07-03 11:17:38 +02:00
[ [ package ] ]
name = "types-requests"
2023-10-02 12:13:04 +02:00
version = "2.31.0.6"
2021-07-03 11:17:38 +02:00
description = "Typing stubs for requests"
optional = false
2023-10-02 12:13:04 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-10-02 12:13:04 +02:00
{ file = "types-requests-2.31.0.6.tar.gz" , hash = "sha256:cd74ce3b53c461f1228a9b783929ac73a666658f223e28ed29753771477b3bd0" } ,
{ file = "types_requests-2.31.0.6-py3-none-any.whl" , hash = "sha256:a2db9cb228a81da8348b49ad6db3f5519452dd20a9c1e1a868c83c5fe88fd1a9" } ,
2022-12-21 09:03:40 +01:00
]
2021-07-03 11:17:38 +02:00
2022-01-15 14:40:14 +01:00
[ package . dependencies ]
2023-05-29 08:45:17 +02:00
types-urllib3 = "*"
2022-01-15 14:40:14 +01:00
[ [ package ] ]
name = "types-urllib3"
2023-07-22 09:09:10 +02:00
version = "1.26.25.14"
2022-01-15 14:40:14 +01:00
description = "Typing stubs for urllib3"
optional = false
python-versions = "*"
2022-12-21 09:03:40 +01:00
files = [
2023-07-22 09:09:10 +02:00
{ 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-12-21 09:03:40 +01:00
]
2022-01-15 14:40:14 +01:00
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "typing-extensions"
2023-10-02 12:13:04 +02:00
version = "4.8.0"
description = "Backported and Experimental Type Hints for Python 3.8+"
2020-09-16 15:41:02 +02:00
optional = false
2023-10-02 12:13:04 +02:00
python-versions = ">=3.8"
2022-12-21 09:03:40 +01:00
files = [
2023-10-02 12:13:04 +02:00
{ file = "typing_extensions-4.8.0-py3-none-any.whl" , hash = "sha256:8f92fc8806f9a6b641eaa5318da32b44d401efaac0f6678c9bc448ba3605faa0" } ,
{ file = "typing_extensions-4.8.0.tar.gz" , hash = "sha256:df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
2022-04-03 11:42:03 +02:00
[ [ package ] ]
name = "ua-parser"
2023-07-14 19:23:29 +02:00
version = "0.18.0"
2022-04-03 11:42:03 +02:00
description = "Python port of Browserscope's user agent parser"
optional = false
python-versions = "*"
2022-12-21 09:03:40 +01:00
files = [
2023-07-14 19:23:29 +02:00
{ file = "ua-parser-0.18.0.tar.gz" , hash = "sha256:db51f1b59bfaa82ed9e2a1d99a54d3e4153dddf99ac1435d51828165422e624e" } ,
{ file = "ua_parser-0.18.0-py2.py3-none-any.whl" , hash = "sha256:9d94ac3a80bcb0166823956a779186c746b50ea4c9fd9bf30fdb758553c38950" } ,
2022-12-21 09:03:40 +01:00
]
2022-04-03 11:42:03 +02:00
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "urllib3"
2023-06-14 20:58:47 +02:00
version = "1.26.16"
2020-09-16 15:41:02 +02:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
optional = false
2023-06-14 20:58:47 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
2022-12-21 09:03:40 +01:00
files = [
2023-06-14 20:58:47 +02:00
{ file = "urllib3-1.26.16-py2.py3-none-any.whl" , hash = "sha256:8d36afa7616d8ab714608411b4a3b13e58f463aee519024578e062e141dce20f" } ,
{ file = "urllib3-1.26.16.tar.gz" , hash = "sha256:8f135f6502756bde6b2a9b28989df5fbe87c9970cecaa69041edcce7f0589b14" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
2021-10-16 21:15:54 +02:00
[ package . dependencies ]
2023-06-14 20:58:47 +02:00
PySocks = { version = ">=1.5.6,<1.5.7 || >1.5.7,<2.0" , optional = true , markers = "extra == \"socks\"" }
2021-10-16 21:15:54 +02:00
2020-09-16 15:41:02 +02:00
[ package . extras ]
2023-06-14 20:58:47 +02:00
brotli = [ "brotli (>=1.0.9)" , "brotlicffi (>=0.8.0)" , "brotlipy (>=0.6.0)" ]
secure = [ "certifi" , "cryptography (>=1.3.4)" , "idna (>=2.0.0)" , "ipaddress" , "pyOpenSSL (>=0.14)" , "urllib3-secure-extra" ]
socks = [ "PySocks (>=1.5.6,!=1.5.7,<2.0)" ]
2020-09-16 15:41:02 +02:00
[ [ package ] ]
2022-11-09 14:16:24 +01:00
name = "werkzeug"
2023-10-02 12:13:04 +02:00
version = "3.0.0"
2020-09-16 15:41:02 +02:00
description = "The comprehensive WSGI web application library."
optional = false
2023-06-14 20:58:47 +02:00
python-versions = ">=3.8"
2022-12-21 09:03:40 +01:00
files = [
2023-10-02 12:13:04 +02:00
{ file = "werkzeug-3.0.0-py3-none-any.whl" , hash = "sha256:cbb2600f7eabe51dbc0502f58be0b3e1b96b893b05695ea2b35b43d4de2d9962" } ,
{ file = "werkzeug-3.0.0.tar.gz" , hash = "sha256:3ffff4dcc32db52ef3cc94dff3000a3c2846890f3a5a51800a27b909c5e770f0" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
2022-11-26 12:54:56 +01:00
[ package . dependencies ]
MarkupSafe = ">=2.1.1"
2020-09-16 15:41:02 +02:00
[ package . extras ]
2023-06-14 20:58:47 +02:00
watchdog = [ "watchdog (>=2.3)" ]
2020-09-16 15:41:02 +02:00
2022-12-21 09:03:40 +01:00
[ [ package ] ]
name = "wrapt"
2023-03-05 08:11:10 +01:00
version = "1.15.0"
2022-12-21 09:03:40 +01:00
description = "Module for decorators, wrappers and monkey patching."
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
files = [
2023-03-05 08:11:10 +01:00
{ file = "wrapt-1.15.0-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:ca1cccf838cd28d5a0883b342474c630ac48cac5df0ee6eacc9c7290f76b11c1" } ,
{ file = "wrapt-1.15.0-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:e826aadda3cae59295b95343db8f3d965fb31059da7de01ee8d1c40a60398b29" } ,
{ file = "wrapt-1.15.0-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:5fc8e02f5984a55d2c653f5fea93531e9836abbd84342c1d1e17abc4a15084c2" } ,
{ file = "wrapt-1.15.0-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:96e25c8603a155559231c19c0349245eeb4ac0096fe3c1d0be5c47e075bd4f46" } ,
{ file = "wrapt-1.15.0-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:40737a081d7497efea35ab9304b829b857f21558acfc7b3272f908d33b0d9d4c" } ,
{ file = "wrapt-1.15.0-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:f87ec75864c37c4c6cb908d282e1969e79763e0d9becdfe9fe5473b7bb1e5f09" } ,
{ file = "wrapt-1.15.0-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:1286eb30261894e4c70d124d44b7fd07825340869945c79d05bda53a40caa079" } ,
{ file = "wrapt-1.15.0-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:493d389a2b63c88ad56cdc35d0fa5752daac56ca755805b1b0c530f785767d5e" } ,
{ file = "wrapt-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:58d7a75d731e8c63614222bcb21dd992b4ab01a399f1f09dd82af17bbfc2368a" } ,
{ file = "wrapt-1.15.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:21f6d9a0d5b3a207cdf7acf8e58d7d13d463e639f0c7e01d82cdb671e6cb7923" } ,
{ file = "wrapt-1.15.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:ce42618f67741d4697684e501ef02f29e758a123aa2d669e2d964ff734ee00ee" } ,
{ file = "wrapt-1.15.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:41d07d029dd4157ae27beab04d22b8e261eddfc6ecd64ff7000b10dc8b3a5727" } ,
{ file = "wrapt-1.15.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:54accd4b8bc202966bafafd16e69da9d5640ff92389d33d28555c5fd4f25ccb7" } ,
{ file = "wrapt-1.15.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2fbfbca668dd15b744418265a9607baa970c347eefd0db6a518aaf0cfbd153c0" } ,
{ file = "wrapt-1.15.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:76e9c727a874b4856d11a32fb0b389afc61ce8aaf281ada613713ddeadd1cfec" } ,
{ file = "wrapt-1.15.0-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:e20076a211cd6f9b44a6be58f7eeafa7ab5720eb796975d0c03f05b47d89eb90" } ,
{ file = "wrapt-1.15.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:a74d56552ddbde46c246b5b89199cb3fd182f9c346c784e1a93e4dc3f5ec9975" } ,
{ file = "wrapt-1.15.0-cp310-cp310-win32.whl" , hash = "sha256:26458da5653aa5b3d8dc8b24192f574a58984c749401f98fff994d41d3f08da1" } ,
{ file = "wrapt-1.15.0-cp310-cp310-win_amd64.whl" , hash = "sha256:75760a47c06b5974aa5e01949bf7e66d2af4d08cb8c1d6516af5e39595397f5e" } ,
{ file = "wrapt-1.15.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:ba1711cda2d30634a7e452fc79eabcadaffedf241ff206db2ee93dd2c89a60e7" } ,
{ file = "wrapt-1.15.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:56374914b132c702aa9aa9959c550004b8847148f95e1b824772d453ac204a72" } ,
{ file = "wrapt-1.15.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a89ce3fd220ff144bd9d54da333ec0de0399b52c9ac3d2ce34b569cf1a5748fb" } ,
{ file = "wrapt-1.15.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:3bbe623731d03b186b3d6b0d6f51865bf598587c38d6f7b0be2e27414f7f214e" } ,
{ file = "wrapt-1.15.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3abbe948c3cbde2689370a262a8d04e32ec2dd4f27103669a45c6929bcdbfe7c" } ,
{ file = "wrapt-1.15.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:b67b819628e3b748fd3c2192c15fb951f549d0f47c0449af0764d7647302fda3" } ,
{ file = "wrapt-1.15.0-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:7eebcdbe3677e58dd4c0e03b4f2cfa346ed4049687d839adad68cc38bb559c92" } ,
{ file = "wrapt-1.15.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:74934ebd71950e3db69960a7da29204f89624dde411afbfb3b4858c1409b1e98" } ,
{ file = "wrapt-1.15.0-cp311-cp311-win32.whl" , hash = "sha256:bd84395aab8e4d36263cd1b9308cd504f6cf713b7d6d3ce25ea55670baec5416" } ,
{ file = "wrapt-1.15.0-cp311-cp311-win_amd64.whl" , hash = "sha256:a487f72a25904e2b4bbc0817ce7a8de94363bd7e79890510174da9d901c38705" } ,
{ file = "wrapt-1.15.0-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:4ff0d20f2e670800d3ed2b220d40984162089a6e2c9646fdb09b85e6f9a8fc29" } ,
{ file = "wrapt-1.15.0-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:9ed6aa0726b9b60911f4aed8ec5b8dd7bf3491476015819f56473ffaef8959bd" } ,
{ file = "wrapt-1.15.0-cp35-cp35m-manylinux2010_i686.whl" , hash = "sha256:896689fddba4f23ef7c718279e42f8834041a21342d95e56922e1c10c0cc7afb" } ,
{ file = "wrapt-1.15.0-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:75669d77bb2c071333417617a235324a1618dba66f82a750362eccbe5b61d248" } ,
{ file = "wrapt-1.15.0-cp35-cp35m-win32.whl" , hash = "sha256:fbec11614dba0424ca72f4e8ba3c420dba07b4a7c206c8c8e4e73f2e98f4c559" } ,
{ file = "wrapt-1.15.0-cp35-cp35m-win_amd64.whl" , hash = "sha256:fd69666217b62fa5d7c6aa88e507493a34dec4fa20c5bd925e4bc12fce586639" } ,
{ file = "wrapt-1.15.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:b0724f05c396b0a4c36a3226c31648385deb6a65d8992644c12a4963c70326ba" } ,
{ file = "wrapt-1.15.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:bbeccb1aa40ab88cd29e6c7d8585582c99548f55f9b2581dfc5ba68c59a85752" } ,
{ file = "wrapt-1.15.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:38adf7198f8f154502883242f9fe7333ab05a5b02de7d83aa2d88ea621f13364" } ,
{ file = "wrapt-1.15.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:578383d740457fa790fdf85e6d346fda1416a40549fe8db08e5e9bd281c6a475" } ,
{ file = "wrapt-1.15.0-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:a4cbb9ff5795cd66f0066bdf5947f170f5d63a9274f99bdbca02fd973adcf2a8" } ,
{ file = "wrapt-1.15.0-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:af5bd9ccb188f6a5fdda9f1f09d9f4c86cc8a539bd48a0bfdc97723970348418" } ,
{ file = "wrapt-1.15.0-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:b56d5519e470d3f2fe4aa7585f0632b060d532d0696c5bdfb5e8319e1d0f69a2" } ,
{ file = "wrapt-1.15.0-cp36-cp36m-win32.whl" , hash = "sha256:77d4c1b881076c3ba173484dfa53d3582c1c8ff1f914c6461ab70c8428b796c1" } ,
{ file = "wrapt-1.15.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:077ff0d1f9d9e4ce6476c1a924a3332452c1406e59d90a2cf24aeb29eeac9420" } ,
{ file = "wrapt-1.15.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:5c5aa28df055697d7c37d2099a7bc09f559d5053c3349b1ad0c39000e611d317" } ,
{ file = "wrapt-1.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3a8564f283394634a7a7054b7983e47dbf39c07712d7b177b37e03f2467a024e" } ,
{ file = "wrapt-1.15.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:780c82a41dc493b62fc5884fb1d3a3b81106642c5c5c78d6a0d4cbe96d62ba7e" } ,
{ file = "wrapt-1.15.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e169e957c33576f47e21864cf3fc9ff47c223a4ebca8960079b8bd36cb014fd0" } ,
{ file = "wrapt-1.15.0-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:b02f21c1e2074943312d03d243ac4388319f2456576b2c6023041c4d57cd7019" } ,
{ file = "wrapt-1.15.0-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:f2e69b3ed24544b0d3dbe2c5c0ba5153ce50dcebb576fdc4696d52aa22db6034" } ,
{ file = "wrapt-1.15.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:d787272ed958a05b2c86311d3a4135d3c2aeea4fc655705f074130aa57d71653" } ,
{ file = "wrapt-1.15.0-cp37-cp37m-win32.whl" , hash = "sha256:02fce1852f755f44f95af51f69d22e45080102e9d00258053b79367d07af39c0" } ,
{ file = "wrapt-1.15.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:abd52a09d03adf9c763d706df707c343293d5d106aea53483e0ec8d9e310ad5e" } ,
{ file = "wrapt-1.15.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:cdb4f085756c96a3af04e6eca7f08b1345e94b53af8921b25c72f096e704e145" } ,
{ file = "wrapt-1.15.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:230ae493696a371f1dbffaad3dafbb742a4d27a0afd2b1aecebe52b740167e7f" } ,
{ file = "wrapt-1.15.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:63424c681923b9f3bfbc5e3205aafe790904053d42ddcc08542181a30a7a51bd" } ,
{ file = "wrapt-1.15.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d6bcbfc99f55655c3d93feb7ef3800bd5bbe963a755687cbf1f490a71fb7794b" } ,
{ file = "wrapt-1.15.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c99f4309f5145b93eca6e35ac1a988f0dc0a7ccf9ccdcd78d3c0adf57224e62f" } ,
{ file = "wrapt-1.15.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:b130fe77361d6771ecf5a219d8e0817d61b236b7d8b37cc045172e574ed219e6" } ,
{ file = "wrapt-1.15.0-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:96177eb5645b1c6985f5c11d03fc2dbda9ad24ec0f3a46dcce91445747e15094" } ,
{ file = "wrapt-1.15.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:d5fe3e099cf07d0fb5a1e23d399e5d4d1ca3e6dfcbe5c8570ccff3e9208274f7" } ,
{ file = "wrapt-1.15.0-cp38-cp38-win32.whl" , hash = "sha256:abd8f36c99512755b8456047b7be10372fca271bf1467a1caa88db991e7c421b" } ,
{ file = "wrapt-1.15.0-cp38-cp38-win_amd64.whl" , hash = "sha256:b06fa97478a5f478fb05e1980980a7cdf2712015493b44d0c87606c1513ed5b1" } ,
{ file = "wrapt-1.15.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:2e51de54d4fb8fb50d6ee8327f9828306a959ae394d3e01a1ba8b2f937747d86" } ,
{ file = "wrapt-1.15.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:0970ddb69bba00670e58955f8019bec4a42d1785db3faa043c33d81de2bf843c" } ,
{ file = "wrapt-1.15.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:76407ab327158c510f44ded207e2f76b657303e17cb7a572ffe2f5a8a48aa04d" } ,
{ file = "wrapt-1.15.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:cd525e0e52a5ff16653a3fc9e3dd827981917d34996600bbc34c05d048ca35cc" } ,
{ file = "wrapt-1.15.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9d37ac69edc5614b90516807de32d08cb8e7b12260a285ee330955604ed9dd29" } ,
{ file = "wrapt-1.15.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:078e2a1a86544e644a68422f881c48b84fef6d18f8c7a957ffd3f2e0a74a0d4a" } ,
{ file = "wrapt-1.15.0-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:2cf56d0e237280baed46f0b5316661da892565ff58309d4d2ed7dba763d984b8" } ,
{ file = "wrapt-1.15.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:7dc0713bf81287a00516ef43137273b23ee414fe41a3c14be10dd95ed98a2df9" } ,
{ file = "wrapt-1.15.0-cp39-cp39-win32.whl" , hash = "sha256:46ed616d5fb42f98630ed70c3529541408166c22cdfd4540b88d5f21006b0eff" } ,
{ file = "wrapt-1.15.0-cp39-cp39-win_amd64.whl" , hash = "sha256:eef4d64c650f33347c1f9266fa5ae001440b232ad9b98f1f43dfe7a79435c0a6" } ,
{ file = "wrapt-1.15.0-py3-none-any.whl" , hash = "sha256:64b1df0f83706b4ef4cfb4fb0e4c2669100fd7ecacfb59e091fad300d4e04640" } ,
{ file = "wrapt-1.15.0.tar.gz" , hash = "sha256:d06730c6aed78cee4126234cf2d071e01b44b915e725a6cb439a879ec9754a3a" } ,
2022-12-21 09:03:40 +01:00
]
2021-10-16 21:15:54 +02:00
[ [ package ] ]
name = "wsproto"
2022-08-27 19:32:54 +02:00
version = "1.2.0"
2021-10-16 21:15:54 +02:00
description = "WebSockets state-machine based protocol implementation"
optional = false
2022-03-27 09:33:59 +02:00
python-versions = ">=3.7.0"
2022-12-21 09:03:40 +01:00
files = [
{ file = "wsproto-1.2.0-py3-none-any.whl" , hash = "sha256:b9acddd652b585d75b20477888c56642fdade28bdfd3579aa24a4d2c037dd736" } ,
{ file = "wsproto-1.2.0.tar.gz" , hash = "sha256:ad565f26ecb92588a3e43bc3d96164de84cd9902482b130d0ddbaa9664a85065" } ,
]
2021-10-16 21:15:54 +02:00
[ package . dependencies ]
h11 = ">=0.9.0,<1"
2020-09-16 15:41:02 +02:00
[ [ package ] ]
name = "zipp"
2023-10-02 12:13:04 +02:00
version = "3.17.0"
2020-09-16 15:41:02 +02:00
description = "Backport of pathlib-compatible object wrapper for zip files"
optional = false
2023-07-14 19:23:29 +02:00
python-versions = ">=3.8"
2022-12-21 09:03:40 +01:00
files = [
2023-10-02 12:13:04 +02:00
{ file = "zipp-3.17.0-py3-none-any.whl" , hash = "sha256:0e923e726174922dce09c53c59ad483ff7bbb8e572e00c7f7c46b88556409f31" } ,
{ file = "zipp-3.17.0.tar.gz" , hash = "sha256:84e64a1c28cf7e91ed2078bb8cc8c259cb19b76942096c8d7b84947690cabaf0" } ,
2022-12-21 09:03:40 +01:00
]
2020-09-16 15:41:02 +02:00
[ package . extras ]
2023-10-02 12:13:04 +02:00
docs = [ "furo" , "jaraco.packaging (>=9.3)" , "jaraco.tidelift (>=1.4)" , "rst.linker (>=1.9)" , "sphinx (<7.2.5)" , "sphinx (>=3.5)" , "sphinx-lint" ]
2023-07-22 09:09:10 +02:00
testing = [ "big-O" , "jaraco.functools" , "jaraco.itertools" , "more-itertools" , "pytest (>=6)" , "pytest-black (>=0.3.7)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=2.2)" , "pytest-ignore-flaky" , "pytest-mypy (>=0.9.1)" , "pytest-ruff" ]
2020-09-16 15:41:02 +02:00
[ metadata ]
2022-12-21 09:03:40 +01:00
lock-version = "2.0"
2023-06-14 20:58:47 +02:00
python-versions = "^3.8.1"
2023-10-02 18:57:53 +02:00
content-hash = "f85f8c64c0d6b2f490a0adde219d5729c80a8a200ee84211898ea5c396164279"