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-10-04 16:01:54 +02:00
version = "2.13.0"
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-10-04 16:01:54 +02:00
{ file = "Babel-2.13.0-py3-none-any.whl" , hash = "sha256:fbfcae1575ff78e26c7449136f1abbefc3c13ce542eeb13d43d50d8b047216ec" } ,
{ file = "Babel-2.13.0.tar.gz" , hash = "sha256:04c3e2d28d2b7681644508f836be388ae49e0cfe91465095340395b60d00f210" } ,
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
2023-10-04 16:01:54 +02:00
[ package . extras ]
dev = [ "freezegun (>=1.0,<2.0)" , "pytest (>=6.0)" , "pytest-cov" ]
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-10-03 08:26:11 +02:00
version = "7.3.2"
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-10-03 08:26:11 +02:00
{ file = "coverage-7.3.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:d872145f3a3231a5f20fd48500274d7df222e291d90baa2026cc5152b7ce86bf" } ,
{ file = "coverage-7.3.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:310b3bb9c91ea66d59c53fa4989f57d2436e08f18fb2f421a1b0b6b8cc7fffda" } ,
{ file = "coverage-7.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f47d39359e2c3779c5331fc740cf4bce6d9d680a7b4b4ead97056a0ae07cb49a" } ,
{ file = "coverage-7.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:aa72dbaf2c2068404b9870d93436e6d23addd8bbe9295f49cbca83f6e278179c" } ,
{ file = "coverage-7.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:beaa5c1b4777f03fc63dfd2a6bd820f73f036bfb10e925fce067b00a340d0f3f" } ,
{ file = "coverage-7.3.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:dbc1b46b92186cc8074fee9d9fbb97a9dd06c6cbbef391c2f59d80eabdf0faa6" } ,
{ file = "coverage-7.3.2-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:315a989e861031334d7bee1f9113c8770472db2ac484e5b8c3173428360a9148" } ,
{ file = "coverage-7.3.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:d1bc430677773397f64a5c88cb522ea43175ff16f8bfcc89d467d974cb2274f9" } ,
{ file = "coverage-7.3.2-cp310-cp310-win32.whl" , hash = "sha256:a889ae02f43aa45032afe364c8ae84ad3c54828c2faa44f3bfcafecb5c96b02f" } ,
{ file = "coverage-7.3.2-cp310-cp310-win_amd64.whl" , hash = "sha256:c0ba320de3fb8c6ec16e0be17ee1d3d69adcda99406c43c0409cb5c41788a611" } ,
{ file = "coverage-7.3.2-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:ac8c802fa29843a72d32ec56d0ca792ad15a302b28ca6203389afe21f8fa062c" } ,
{ file = "coverage-7.3.2-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:89a937174104339e3a3ffcf9f446c00e3a806c28b1841c63edb2b369310fd074" } ,
{ file = "coverage-7.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e267e9e2b574a176ddb983399dec325a80dbe161f1a32715c780b5d14b5f583a" } ,
{ file = "coverage-7.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:2443cbda35df0d35dcfb9bf8f3c02c57c1d6111169e3c85fc1fcc05e0c9f39a3" } ,
{ file = "coverage-7.3.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4175e10cc8dda0265653e8714b3174430b07c1dca8957f4966cbd6c2b1b8065a" } ,
{ file = "coverage-7.3.2-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:0cbf38419fb1a347aaf63481c00f0bdc86889d9fbf3f25109cf96c26b403fda1" } ,
{ file = "coverage-7.3.2-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:5c913b556a116b8d5f6ef834038ba983834d887d82187c8f73dec21049abd65c" } ,
{ file = "coverage-7.3.2-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:1981f785239e4e39e6444c63a98da3a1db8e971cb9ceb50a945ba6296b43f312" } ,
{ file = "coverage-7.3.2-cp311-cp311-win32.whl" , hash = "sha256:43668cabd5ca8258f5954f27a3aaf78757e6acf13c17604d89648ecc0cc66640" } ,
{ file = "coverage-7.3.2-cp311-cp311-win_amd64.whl" , hash = "sha256:e10c39c0452bf6e694511c901426d6b5ac005acc0f78ff265dbe36bf81f808a2" } ,
{ file = "coverage-7.3.2-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:4cbae1051ab791debecc4a5dcc4a1ff45fc27b91b9aee165c8a27514dd160836" } ,
{ file = "coverage-7.3.2-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:12d15ab5833a997716d76f2ac1e4b4d536814fc213c85ca72756c19e5a6b3d63" } ,
{ file = "coverage-7.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3c7bba973ebee5e56fe9251300c00f1579652587a9f4a5ed8404b15a0471f216" } ,
{ file = "coverage-7.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:fe494faa90ce6381770746077243231e0b83ff3f17069d748f645617cefe19d4" } ,
{ file = "coverage-7.3.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f6e9589bd04d0461a417562649522575d8752904d35c12907d8c9dfeba588faf" } ,
{ file = "coverage-7.3.2-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:d51ac2a26f71da1b57f2dc81d0e108b6ab177e7d30e774db90675467c847bbdf" } ,
{ file = "coverage-7.3.2-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:99b89d9f76070237975b315b3d5f4d6956ae354a4c92ac2388a5695516e47c84" } ,
{ file = "coverage-7.3.2-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:fa28e909776dc69efb6ed975a63691bc8172b64ff357e663a1bb06ff3c9b589a" } ,
{ file = "coverage-7.3.2-cp312-cp312-win32.whl" , hash = "sha256:289fe43bf45a575e3ab10b26d7b6f2ddb9ee2dba447499f5401cfb5ecb8196bb" } ,
{ file = "coverage-7.3.2-cp312-cp312-win_amd64.whl" , hash = "sha256:7dbc3ed60e8659bc59b6b304b43ff9c3ed858da2839c78b804973f613d3e92ed" } ,
{ file = "coverage-7.3.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:f94b734214ea6a36fe16e96a70d941af80ff3bfd716c141300d95ebc85339738" } ,
{ file = "coverage-7.3.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:af3d828d2c1cbae52d34bdbb22fcd94d1ce715d95f1a012354a75e5913f1bda2" } ,
{ file = "coverage-7.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:630b13e3036e13c7adc480ca42fa7afc2a5d938081d28e20903cf7fd687872e2" } ,
{ file = "coverage-7.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c9eacf273e885b02a0273bb3a2170f30e2d53a6d53b72dbe02d6701b5296101c" } ,
{ file = "coverage-7.3.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d8f17966e861ff97305e0801134e69db33b143bbfb36436efb9cfff6ec7b2fd9" } ,
{ file = "coverage-7.3.2-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:b4275802d16882cf9c8b3d057a0839acb07ee9379fa2749eca54efbce1535b82" } ,
{ file = "coverage-7.3.2-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:72c0cfa5250f483181e677ebc97133ea1ab3eb68645e494775deb6a7f6f83901" } ,
{ file = "coverage-7.3.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:cb536f0dcd14149425996821a168f6e269d7dcd2c273a8bff8201e79f5104e76" } ,
{ file = "coverage-7.3.2-cp38-cp38-win32.whl" , hash = "sha256:307adb8bd3abe389a471e649038a71b4eb13bfd6b7dd9a129fa856f5c695cf92" } ,
{ file = "coverage-7.3.2-cp38-cp38-win_amd64.whl" , hash = "sha256:88ed2c30a49ea81ea3b7f172e0269c182a44c236eb394718f976239892c0a27a" } ,
{ file = "coverage-7.3.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:b631c92dfe601adf8f5ebc7fc13ced6bb6e9609b19d9a8cd59fa47c4186ad1ce" } ,
{ file = "coverage-7.3.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:d3d9df4051c4a7d13036524b66ecf7a7537d14c18a384043f30a303b146164e9" } ,
{ file = "coverage-7.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5f7363d3b6a1119ef05015959ca24a9afc0ea8a02c687fe7e2d557705375c01f" } ,
{ file = "coverage-7.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:2f11cc3c967a09d3695d2a6f03fb3e6236622b93be7a4b5dc09166a861be6d25" } ,
{ file = "coverage-7.3.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:149de1d2401ae4655c436a3dced6dd153f4c3309f599c3d4bd97ab172eaf02d9" } ,
{ file = "coverage-7.3.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:3a4006916aa6fee7cd38db3bfc95aa9c54ebb4ffbfc47c677c8bba949ceba0a6" } ,
{ file = "coverage-7.3.2-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:9028a3871280110d6e1aa2df1afd5ef003bab5fb1ef421d6dc748ae1c8ef2ebc" } ,
{ file = "coverage-7.3.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:9f805d62aec8eb92bab5b61c0f07329275b6f41c97d80e847b03eb894f38d083" } ,
{ file = "coverage-7.3.2-cp39-cp39-win32.whl" , hash = "sha256:d1c88ec1a7ff4ebca0219f5b1ef863451d828cccf889c173e1253aa84b1e07ce" } ,
{ file = "coverage-7.3.2-cp39-cp39-win_amd64.whl" , hash = "sha256:b4767da59464bb593c07afceaddea61b154136300881844768037fd5e859353f" } ,
{ file = "coverage-7.3.2-pp38.pp39.pp310-none-any.whl" , hash = "sha256:ae97af89f0fbf373400970c0a21eef5aa941ffeed90aee43650b81f7d7f47637" } ,
{ file = "coverage-7.3.2.tar.gz" , hash = "sha256:be32ad29341b0170e795ca590e1c07e81fc061cb5b10c74ce7203491484404ef" } ,
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-04 15:25:26 +02:00
version = "3.0.5"
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-04 15:25:26 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-10-04 15:25:26 +02:00
{ file = "flask_sqlalchemy-3.0.5-py3-none-any.whl" , hash = "sha256:cabb6600ddd819a9f859f36515bb1bd8e7dbf30206cc679d2b081dff9e383283" } ,
{ file = "flask_sqlalchemy-3.0.5.tar.gz" , hash = "sha256:c5765e58ca145401b52106c0f46178569243c5da25556be2c231ecc60867c5b1" } ,
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-04 15:25:26 +02:00
sqlalchemy = ">=1.4.18"
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-10-03 08:26:11 +02:00
version = "3.0.0"
2021-04-06 13:15:26 +02:00
description = "Lightweight in-process concurrent programming"
optional = false
2023-10-03 08:26:11 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-10-03 08:26:11 +02:00
{ file = "greenlet-3.0.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:e09dea87cc91aea5500262993cbd484b41edf8af74f976719dd83fe724644cd6" } ,
{ file = "greenlet-3.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f47932c434a3c8d3c86d865443fadc1fbf574e9b11d6650b656e602b1797908a" } ,
{ file = "greenlet-3.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:bdfaeecf8cc705d35d8e6de324bf58427d7eafb55f67050d8f28053a3d57118c" } ,
{ file = "greenlet-3.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:6a68d670c8f89ff65c82b936275369e532772eebc027c3be68c6b87ad05ca695" } ,
{ file = "greenlet-3.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:38ad562a104cd41e9d4644f46ea37167b93190c6d5e4048fcc4b80d34ecb278f" } ,
{ file = "greenlet-3.0.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:02a807b2a58d5cdebb07050efe3d7deaf915468d112dfcf5e426d0564aa3aa4a" } ,
{ file = "greenlet-3.0.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:b1660a15a446206c8545edc292ab5c48b91ff732f91b3d3b30d9a915d5ec4779" } ,
{ file = "greenlet-3.0.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:813720bd57e193391dfe26f4871186cf460848b83df7e23e6bef698a7624b4c9" } ,
{ file = "greenlet-3.0.0-cp310-cp310-win_amd64.whl" , hash = "sha256:aa15a2ec737cb609ed48902b45c5e4ff6044feb5dcdfcf6fa8482379190330d7" } ,
{ file = "greenlet-3.0.0-cp310-universal2-macosx_11_0_x86_64.whl" , hash = "sha256:7709fd7bb02b31908dc8fd35bfd0a29fc24681d5cc9ac1d64ad07f8d2b7db62f" } ,
{ file = "greenlet-3.0.0-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:211ef8d174601b80e01436f4e6905aca341b15a566f35a10dd8d1e93f5dbb3b7" } ,
{ file = "greenlet-3.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6512592cc49b2c6d9b19fbaa0312124cd4c4c8a90d28473f86f92685cc5fef8e" } ,
{ file = "greenlet-3.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:871b0a8835f9e9d461b7fdaa1b57e3492dd45398e87324c047469ce2fc9f516c" } ,
{ file = "greenlet-3.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b505fcfc26f4148551826a96f7317e02c400665fa0883fe505d4fcaab1dabfdd" } ,
{ file = "greenlet-3.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:123910c58234a8d40eaab595bc56a5ae49bdd90122dde5bdc012c20595a94c14" } ,
{ file = "greenlet-3.0.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:96d9ea57292f636ec851a9bb961a5cc0f9976900e16e5d5647f19aa36ba6366b" } ,
{ file = "greenlet-3.0.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:0b72b802496cccbd9b31acea72b6f87e7771ccfd7f7927437d592e5c92ed703c" } ,
{ file = "greenlet-3.0.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:527cd90ba3d8d7ae7dceb06fda619895768a46a1b4e423bdb24c1969823b8362" } ,
{ file = "greenlet-3.0.0-cp311-cp311-win_amd64.whl" , hash = "sha256:37f60b3a42d8b5499be910d1267b24355c495064f271cfe74bf28b17b099133c" } ,
{ file = "greenlet-3.0.0-cp311-universal2-macosx_10_9_universal2.whl" , hash = "sha256:c3692ecf3fe754c8c0f2c95ff19626584459eab110eaab66413b1e7425cd84e9" } ,
{ file = "greenlet-3.0.0-cp312-cp312-macosx_13_0_arm64.whl" , hash = "sha256:be557119bf467d37a8099d91fbf11b2de5eb1fd5fc5b91598407574848dc910f" } ,
{ file = "greenlet-3.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:73b2f1922a39d5d59cc0e597987300df3396b148a9bd10b76a058a2f2772fc04" } ,
{ file = "greenlet-3.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d1e22c22f7826096ad503e9bb681b05b8c1f5a8138469b255eb91f26a76634f2" } ,
{ file = "greenlet-3.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:1d363666acc21d2c204dd8705c0e0457d7b2ee7a76cb16ffc099d6799744ac99" } ,
{ file = "greenlet-3.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:334ef6ed8337bd0b58bb0ae4f7f2dcc84c9f116e474bb4ec250a8bb9bd797a66" } ,
{ file = "greenlet-3.0.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:6672fdde0fd1a60b44fb1751a7779c6db487e42b0cc65e7caa6aa686874e79fb" } ,
{ file = "greenlet-3.0.0-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:952256c2bc5b4ee8df8dfc54fc4de330970bf5d79253c863fb5e6761f00dda35" } ,
{ file = "greenlet-3.0.0-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:269d06fa0f9624455ce08ae0179430eea61085e3cf6457f05982b37fd2cefe17" } ,
{ file = "greenlet-3.0.0-cp312-cp312-win_amd64.whl" , hash = "sha256:9adbd8ecf097e34ada8efde9b6fec4dd2a903b1e98037adf72d12993a1c80b51" } ,
{ file = "greenlet-3.0.0-cp312-universal2-macosx_10_9_universal2.whl" , hash = "sha256:553d6fb2324e7f4f0899e5ad2c427a4579ed4873f42124beba763f16032959af" } ,
{ file = "greenlet-3.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c6b5ce7f40f0e2f8b88c28e6691ca6806814157ff05e794cdd161be928550f4c" } ,
{ file = "greenlet-3.0.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:ecf94aa539e97a8411b5ea52fc6ccd8371be9550c4041011a091eb8b3ca1d810" } ,
{ file = "greenlet-3.0.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:80dcd3c938cbcac986c5c92779db8e8ce51a89a849c135172c88ecbdc8c056b7" } ,
{ file = "greenlet-3.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e52a712c38e5fb4fd68e00dc3caf00b60cb65634d50e32281a9d6431b33b4af1" } ,
{ file = "greenlet-3.0.0-cp37-cp37m-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:d5539f6da3418c3dc002739cb2bb8d169056aa66e0c83f6bacae0cd3ac26b423" } ,
{ file = "greenlet-3.0.0-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:343675e0da2f3c69d3fb1e894ba0a1acf58f481f3b9372ce1eb465ef93cf6fed" } ,
{ file = "greenlet-3.0.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:abe1ef3d780de56defd0c77c5ba95e152f4e4c4e12d7e11dd8447d338b85a625" } ,
{ file = "greenlet-3.0.0-cp37-cp37m-win32.whl" , hash = "sha256:e693e759e172fa1c2c90d35dea4acbdd1d609b6936115d3739148d5e4cd11947" } ,
{ file = "greenlet-3.0.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:bdd696947cd695924aecb3870660b7545a19851f93b9d327ef8236bfc49be705" } ,
{ file = "greenlet-3.0.0-cp37-universal2-macosx_11_0_x86_64.whl" , hash = "sha256:cc3e2679ea13b4de79bdc44b25a0c4fcd5e94e21b8f290791744ac42d34a0353" } ,
{ file = "greenlet-3.0.0-cp38-cp38-macosx_11_0_universal2.whl" , hash = "sha256:63acdc34c9cde42a6534518e32ce55c30f932b473c62c235a466469a710bfbf9" } ,
{ file = "greenlet-3.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4a1a6244ff96343e9994e37e5b4839f09a0207d35ef6134dce5c20d260d0302c" } ,
{ file = "greenlet-3.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:b822fab253ac0f330ee807e7485769e3ac85d5eef827ca224feaaefa462dc0d0" } ,
{ file = "greenlet-3.0.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:8060b32d8586e912a7b7dac2d15b28dbbd63a174ab32f5bc6d107a1c4143f40b" } ,
{ file = "greenlet-3.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:621fcb346141ae08cb95424ebfc5b014361621b8132c48e538e34c3c93ac7365" } ,
{ file = "greenlet-3.0.0-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:6bb36985f606a7c49916eff74ab99399cdfd09241c375d5a820bb855dfb4af9f" } ,
{ file = "greenlet-3.0.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:10b5582744abd9858947d163843d323d0b67be9432db50f8bf83031032bc218d" } ,
{ file = "greenlet-3.0.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:f351479a6914fd81a55c8e68963609f792d9b067fb8a60a042c585a621e0de4f" } ,
{ file = "greenlet-3.0.0-cp38-cp38-win32.whl" , hash = "sha256:9de687479faec7db5b198cc365bc34addd256b0028956501f4d4d5e9ca2e240a" } ,
{ file = "greenlet-3.0.0-cp38-cp38-win_amd64.whl" , hash = "sha256:3fd2b18432e7298fcbec3d39e1a0aa91ae9ea1c93356ec089421fabc3651572b" } ,
{ file = "greenlet-3.0.0-cp38-universal2-macosx_11_0_x86_64.whl" , hash = "sha256:3c0d36f5adc6e6100aedbc976d7428a9f7194ea79911aa4bf471f44ee13a9464" } ,
{ file = "greenlet-3.0.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:4cd83fb8d8e17633ad534d9ac93719ef8937568d730ef07ac3a98cb520fd93e4" } ,
{ file = "greenlet-3.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6a5b2d4cdaf1c71057ff823a19d850ed5c6c2d3686cb71f73ae4d6382aaa7a06" } ,
{ file = "greenlet-3.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:2e7dcdfad252f2ca83c685b0fa9fba00e4d8f243b73839229d56ee3d9d219314" } ,
{ file = "greenlet-3.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c94e4e924d09b5a3e37b853fe5924a95eac058cb6f6fb437ebb588b7eda79870" } ,
{ file = "greenlet-3.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ad6fb737e46b8bd63156b8f59ba6cdef46fe2b7db0c5804388a2d0519b8ddb99" } ,
{ file = "greenlet-3.0.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:d55db1db455c59b46f794346efce896e754b8942817f46a1bada2d29446e305a" } ,
{ file = "greenlet-3.0.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:56867a3b3cf26dc8a0beecdb4459c59f4c47cdd5424618c08515f682e1d46692" } ,
{ file = "greenlet-3.0.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:9a812224a5fb17a538207e8cf8e86f517df2080c8ee0f8c1ed2bdaccd18f38f4" } ,
{ file = "greenlet-3.0.0-cp39-cp39-win32.whl" , hash = "sha256:0d3f83ffb18dc57243e0151331e3c383b05e5b6c5029ac29f754745c800f8ed9" } ,
{ file = "greenlet-3.0.0-cp39-cp39-win_amd64.whl" , hash = "sha256:831d6f35037cf18ca5e80a737a27d822d87cd922521d18ed3dbc8a6967be50ce" } ,
{ file = "greenlet-3.0.0-cp39-universal2-macosx_11_0_x86_64.whl" , hash = "sha256:a048293392d4e058298710a54dfaefcefdf49d287cd33fb1f7d63d55426e4355" } ,
2022-12-21 09:03:40 +01:00
]
[ package . extras ]
2023-10-03 08:26:11 +02:00
docs = [ "Sphinx" ]
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-10-03 08:26:11 +02:00
version = "3.11.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-10-03 08:26:11 +02:00
{ file = "platformdirs-3.11.0-py3-none-any.whl" , hash = "sha256:e9d171d00af68be50e9202731309c4e658fd8bc76f55c11c7dd760d023bda68e" } ,
{ file = "platformdirs-3.11.0.tar.gz" , hash = "sha256:cf8ee52a3afdb965072dcc652433e0c7e3e40cf5ea1477cd4b3b1d2eb75495b3" } ,
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-04 16:01:54 +02:00
version = "2.9.9"
2020-09-16 15:41:02 +02:00
description = "psycopg2 - Python-PostgreSQL Database Adapter"
optional = false
2023-10-04 16:01:54 +02:00
python-versions = ">=3.7"
2022-12-21 09:03:40 +01:00
files = [
2023-10-04 16:01:54 +02:00
{ file = "psycopg2-binary-2.9.9.tar.gz" , hash = "sha256:7f01846810177d829c7692f1f5ada8096762d9172af1b1a28d4ab5b77c923c1c" } ,
{ file = "psycopg2_binary-2.9.9-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:c2470da5418b76232f02a2fcd2229537bb2d5a7096674ce61859c3229f2eb202" } ,
{ file = "psycopg2_binary-2.9.9-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:c6af2a6d4b7ee9615cbb162b0738f6e1fd1f5c3eda7e5da17861eacf4c717ea7" } ,
{ file = "psycopg2_binary-2.9.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:75723c3c0fbbf34350b46a3199eb50638ab22a0228f93fb472ef4d9becc2382b" } ,
{ file = "psycopg2_binary-2.9.9-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:83791a65b51ad6ee6cf0845634859d69a038ea9b03d7b26e703f94c7e93dbcf9" } ,
{ file = "psycopg2_binary-2.9.9-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:0ef4854e82c09e84cc63084a9e4ccd6d9b154f1dbdd283efb92ecd0b5e2b8c84" } ,
{ file = "psycopg2_binary-2.9.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ed1184ab8f113e8d660ce49a56390ca181f2981066acc27cf637d5c1e10ce46e" } ,
{ file = "psycopg2_binary-2.9.9-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:d2997c458c690ec2bc6b0b7ecbafd02b029b7b4283078d3b32a852a7ce3ddd98" } ,
{ file = "psycopg2_binary-2.9.9-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:b58b4710c7f4161b5e9dcbe73bb7c62d65670a87df7bcce9e1faaad43e715245" } ,
{ file = "psycopg2_binary-2.9.9-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:0c009475ee389757e6e34611d75f6e4f05f0cf5ebb76c6037508318e1a1e0d7e" } ,
{ file = "psycopg2_binary-2.9.9-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:8dbf6d1bc73f1d04ec1734bae3b4fb0ee3cb2a493d35ede9badbeb901fb40f6f" } ,
{ file = "psycopg2_binary-2.9.9-cp310-cp310-win32.whl" , hash = "sha256:3f78fd71c4f43a13d342be74ebbc0666fe1f555b8837eb113cb7416856c79682" } ,
{ file = "psycopg2_binary-2.9.9-cp310-cp310-win_amd64.whl" , hash = "sha256:876801744b0dee379e4e3c38b76fc89f88834bb15bf92ee07d94acd06ec890a0" } ,
{ file = "psycopg2_binary-2.9.9-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:ee825e70b1a209475622f7f7b776785bd68f34af6e7a46e2e42f27b659b5bc26" } ,
{ file = "psycopg2_binary-2.9.9-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:1ea665f8ce695bcc37a90ee52de7a7980be5161375d42a0b6c6abedbf0d81f0f" } ,
{ file = "psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:143072318f793f53819048fdfe30c321890af0c3ec7cb1dfc9cc87aa88241de2" } ,
{ file = "psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c332c8d69fb64979ebf76613c66b985414927a40f8defa16cf1bc028b7b0a7b0" } ,
{ file = "psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:f7fc5a5acafb7d6ccca13bfa8c90f8c51f13d8fb87d95656d3950f0158d3ce53" } ,
{ file = "psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:977646e05232579d2e7b9c59e21dbe5261f403a88417f6a6512e70d3f8a046be" } ,
{ file = "psycopg2_binary-2.9.9-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:b6356793b84728d9d50ead16ab43c187673831e9d4019013f1402c41b1db9b27" } ,
{ file = "psycopg2_binary-2.9.9-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:bc7bb56d04601d443f24094e9e31ae6deec9ccb23581f75343feebaf30423359" } ,
{ file = "psycopg2_binary-2.9.9-cp311-cp311-musllinux_1_1_ppc64le.whl" , hash = "sha256:77853062a2c45be16fd6b8d6de2a99278ee1d985a7bd8b103e97e41c034006d2" } ,
{ file = "psycopg2_binary-2.9.9-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:78151aa3ec21dccd5cdef6c74c3e73386dcdfaf19bced944169697d7ac7482fc" } ,
{ file = "psycopg2_binary-2.9.9-cp311-cp311-win32.whl" , hash = "sha256:dc4926288b2a3e9fd7b50dc6a1909a13bbdadfc67d93f3374d984e56f885579d" } ,
{ file = "psycopg2_binary-2.9.9-cp311-cp311-win_amd64.whl" , hash = "sha256:b76bedd166805480ab069612119ea636f5ab8f8771e640ae103e05a4aae3e417" } ,
{ file = "psycopg2_binary-2.9.9-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:8532fd6e6e2dc57bcb3bc90b079c60de896d2128c5d9d6f24a63875a95a088cf" } ,
{ file = "psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8f8544b092a29a6ddd72f3556a9fcf249ec412e10ad28be6a0c0d948924f2212" } ,
{ file = "psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:2d423c8d8a3c82d08fe8af900ad5b613ce3632a1249fd6a223941d0735fce493" } ,
{ file = "psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:2e5afae772c00980525f6d6ecf7cbca55676296b580c0e6abb407f15f3706996" } ,
{ file = "psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6e6f98446430fdf41bd36d4faa6cb409f5140c1c2cf58ce0bbdaf16af7d3f119" } ,
{ file = "psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:c77e3d1862452565875eb31bdb45ac62502feabbd53429fdc39a1cc341d681ba" } ,
{ file = "psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:cb16c65dcb648d0a43a2521f2f0a2300f40639f6f8c1ecbc662141e4e3e1ee07" } ,
{ file = "psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_ppc64le.whl" , hash = "sha256:911dda9c487075abd54e644ccdf5e5c16773470a6a5d3826fda76699410066fb" } ,
{ file = "psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:57fede879f08d23c85140a360c6a77709113efd1c993923c59fde17aa27599fe" } ,
{ file = "psycopg2_binary-2.9.9-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:2293b001e319ab0d869d660a704942c9e2cce19745262a8aba2115ef41a0a42a" } ,
{ file = "psycopg2_binary-2.9.9-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:03ef7df18daf2c4c07e2695e8cfd5ee7f748a1d54d802330985a78d2a5a6dca9" } ,
{ file = "psycopg2_binary-2.9.9-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0a602ea5aff39bb9fac6308e9c9d82b9a35c2bf288e184a816002c9fae930b77" } ,
{ file = "psycopg2_binary-2.9.9-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:8359bf4791968c5a78c56103702000105501adb557f3cf772b2c207284273984" } ,
{ file = "psycopg2_binary-2.9.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:275ff571376626195ab95a746e6a04c7df8ea34638b99fc11160de91f2fef503" } ,
{ file = "psycopg2_binary-2.9.9-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:f9b5571d33660d5009a8b3c25dc1db560206e2d2f89d3df1cb32d72c0d117d52" } ,
{ file = "psycopg2_binary-2.9.9-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:420f9bbf47a02616e8554e825208cb947969451978dceb77f95ad09c37791dae" } ,
{ file = "psycopg2_binary-2.9.9-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:4154ad09dac630a0f13f37b583eae260c6aa885d67dfbccb5b02c33f31a6d420" } ,
{ file = "psycopg2_binary-2.9.9-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:a148c5d507bb9b4f2030a2025c545fccb0e1ef317393eaba42e7eabd28eb6041" } ,
{ file = "psycopg2_binary-2.9.9-cp37-cp37m-win32.whl" , hash = "sha256:68fc1f1ba168724771e38bee37d940d2865cb0f562380a1fb1ffb428b75cb692" } ,
{ file = "psycopg2_binary-2.9.9-cp37-cp37m-win_amd64.whl" , hash = "sha256:281309265596e388ef483250db3640e5f414168c5a67e9c665cafce9492eda2f" } ,
{ file = "psycopg2_binary-2.9.9-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:60989127da422b74a04345096c10d416c2b41bd7bf2a380eb541059e4e999980" } ,
{ file = "psycopg2_binary-2.9.9-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:246b123cc54bb5361588acc54218c8c9fb73068bf227a4a531d8ed56fa3ca7d6" } ,
{ file = "psycopg2_binary-2.9.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:34eccd14566f8fe14b2b95bb13b11572f7c7d5c36da61caf414d23b91fcc5d94" } ,
{ file = "psycopg2_binary-2.9.9-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:18d0ef97766055fec15b5de2c06dd8e7654705ce3e5e5eed3b6651a1d2a9a152" } ,
{ file = "psycopg2_binary-2.9.9-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d3f82c171b4ccd83bbaf35aa05e44e690113bd4f3b7b6cc54d2219b132f3ae55" } ,
{ file = "psycopg2_binary-2.9.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ead20f7913a9c1e894aebe47cccf9dc834e1618b7aa96155d2091a626e59c972" } ,
{ file = "psycopg2_binary-2.9.9-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:ca49a8119c6cbd77375ae303b0cfd8c11f011abbbd64601167ecca18a87e7cdd" } ,
{ file = "psycopg2_binary-2.9.9-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:323ba25b92454adb36fa425dc5cf6f8f19f78948cbad2e7bc6cdf7b0d7982e59" } ,
{ file = "psycopg2_binary-2.9.9-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:1236ed0952fbd919c100bc839eaa4a39ebc397ed1c08a97fc45fee2a595aa1b3" } ,
{ file = "psycopg2_binary-2.9.9-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:729177eaf0aefca0994ce4cffe96ad3c75e377c7b6f4efa59ebf003b6d398716" } ,
{ file = "psycopg2_binary-2.9.9-cp38-cp38-win32.whl" , hash = "sha256:804d99b24ad523a1fe18cc707bf741670332f7c7412e9d49cb5eab67e886b9b5" } ,
{ file = "psycopg2_binary-2.9.9-cp38-cp38-win_amd64.whl" , hash = "sha256:a6cdcc3ede532f4a4b96000b6362099591ab4a3e913d70bcbac2b56c872446f7" } ,
{ file = "psycopg2_binary-2.9.9-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:72dffbd8b4194858d0941062a9766f8297e8868e1dd07a7b36212aaa90f49472" } ,
{ file = "psycopg2_binary-2.9.9-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:30dcc86377618a4c8f3b72418df92e77be4254d8f89f14b8e8f57d6d43603c0f" } ,
{ file = "psycopg2_binary-2.9.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:31a34c508c003a4347d389a9e6fcc2307cc2150eb516462a7a17512130de109e" } ,
{ file = "psycopg2_binary-2.9.9-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:15208be1c50b99203fe88d15695f22a5bed95ab3f84354c494bcb1d08557df67" } ,
{ file = "psycopg2_binary-2.9.9-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:1873aade94b74715be2246321c8650cabf5a0d098a95bab81145ffffa4c13876" } ,
{ file = "psycopg2_binary-2.9.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3a58c98a7e9c021f357348867f537017057c2ed7f77337fd914d0bedb35dace7" } ,
{ file = "psycopg2_binary-2.9.9-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:4686818798f9194d03c9129a4d9a702d9e113a89cb03bffe08c6cf799e053291" } ,
{ file = "psycopg2_binary-2.9.9-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:ebdc36bea43063116f0486869652cb2ed7032dbc59fbcb4445c4862b5c1ecf7f" } ,
{ file = "psycopg2_binary-2.9.9-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:ca08decd2697fdea0aea364b370b1249d47336aec935f87b8bbfd7da5b2ee9c1" } ,
{ file = "psycopg2_binary-2.9.9-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:ac05fb791acf5e1a3e39402641827780fe44d27e72567a000412c648a85ba860" } ,
{ file = "psycopg2_binary-2.9.9-cp39-cp39-win32.whl" , hash = "sha256:9dba73be7305b399924709b91682299794887cbbd88e38226ed9f6712eabee90" } ,
{ file = "psycopg2_binary-2.9.9-cp39-cp39-win_amd64.whl" , hash = "sha256:f7ae5d65ccfbebdfa761585228eb4d0df3a8b15cfb53bd953e713e09fbb12957" } ,
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-04 15:25:26 +02:00
version = "1.4.49"
2020-09-16 15:41:02 +02:00
description = "Database Abstraction Library"
optional = false
2023-10-04 15:25:26 +02:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
files = [
{ file = "SQLAlchemy-1.4.49-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:2e126cf98b7fd38f1e33c64484406b78e937b1a280e078ef558b95bf5b6895f6" } ,
{ file = "SQLAlchemy-1.4.49-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:03db81b89fe7ef3857b4a00b63dedd632d6183d4ea5a31c5d8a92e000a41fc71" } ,
{ file = "SQLAlchemy-1.4.49-cp310-cp310-macosx_11_0_x86_64.whl" , hash = "sha256:95b9df9afd680b7a3b13b38adf6e3a38995da5e162cc7524ef08e3be4e5ed3e1" } ,
{ file = "SQLAlchemy-1.4.49-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a63e43bf3f668c11bb0444ce6e809c1227b8f067ca1068898f3008a273f52b09" } ,
{ file = "SQLAlchemy-1.4.49-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f835c050ebaa4e48b18403bed2c0fda986525896efd76c245bdd4db995e51a4c" } ,
{ file = "SQLAlchemy-1.4.49-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9c21b172dfb22e0db303ff6419451f0cac891d2e911bb9fbf8003d717f1bcf91" } ,
{ file = "SQLAlchemy-1.4.49-cp310-cp310-win32.whl" , hash = "sha256:5fb1ebdfc8373b5a291485757bd6431de8d7ed42c27439f543c81f6c8febd729" } ,
{ file = "SQLAlchemy-1.4.49-cp310-cp310-win_amd64.whl" , hash = "sha256:f8a65990c9c490f4651b5c02abccc9f113a7f56fa482031ac8cb88b70bc8ccaa" } ,
{ file = "SQLAlchemy-1.4.49-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:8923dfdf24d5aa8a3adb59723f54118dd4fe62cf59ed0d0d65d940579c1170a4" } ,
{ file = "SQLAlchemy-1.4.49-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a9ab2c507a7a439f13ca4499db6d3f50423d1d65dc9b5ed897e70941d9e135b0" } ,
{ file = "SQLAlchemy-1.4.49-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5debe7d49b8acf1f3035317e63d9ec8d5e4d904c6e75a2a9246a119f5f2fdf3d" } ,
{ file = "SQLAlchemy-1.4.49-cp311-cp311-win32.whl" , hash = "sha256:82b08e82da3756765c2e75f327b9bf6b0f043c9c3925fb95fb51e1567fa4ee87" } ,
{ file = "SQLAlchemy-1.4.49-cp311-cp311-win_amd64.whl" , hash = "sha256:171e04eeb5d1c0d96a544caf982621a1711d078dbc5c96f11d6469169bd003f1" } ,
{ file = "SQLAlchemy-1.4.49-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:36e58f8c4fe43984384e3fbe6341ac99b6b4e083de2fe838f0fdb91cebe9e9cb" } ,
{ file = "SQLAlchemy-1.4.49-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b31e67ff419013f99ad6f8fc73ee19ea31585e1e9fe773744c0f3ce58c039c30" } ,
{ file = "SQLAlchemy-1.4.49-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:c14b29d9e1529f99efd550cd04dbb6db6ba5d690abb96d52de2bff4ed518bc95" } ,
{ file = "SQLAlchemy-1.4.49-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c40f3470e084d31247aea228aa1c39bbc0904c2b9ccbf5d3cfa2ea2dac06f26d" } ,
{ file = "SQLAlchemy-1.4.49-cp36-cp36m-win32.whl" , hash = "sha256:706bfa02157b97c136547c406f263e4c6274a7b061b3eb9742915dd774bbc264" } ,
{ file = "SQLAlchemy-1.4.49-cp36-cp36m-win_amd64.whl" , hash = "sha256:a7f7b5c07ae5c0cfd24c2db86071fb2a3d947da7bd487e359cc91e67ac1c6d2e" } ,
{ file = "SQLAlchemy-1.4.49-cp37-cp37m-macosx_11_0_x86_64.whl" , hash = "sha256:4afbbf5ef41ac18e02c8dc1f86c04b22b7a2125f2a030e25bbb4aff31abb224b" } ,
{ file = "SQLAlchemy-1.4.49-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:24e300c0c2147484a002b175f4e1361f102e82c345bf263242f0449672a4bccf" } ,
{ file = "SQLAlchemy-1.4.49-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:201de072b818f8ad55c80d18d1a788729cccf9be6d9dc3b9d8613b053cd4836d" } ,
{ file = "SQLAlchemy-1.4.49-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7653ed6817c710d0c95558232aba799307d14ae084cc9b1f4c389157ec50df5c" } ,
{ file = "SQLAlchemy-1.4.49-cp37-cp37m-win32.whl" , hash = "sha256:647e0b309cb4512b1f1b78471fdaf72921b6fa6e750b9f891e09c6e2f0e5326f" } ,
{ file = "SQLAlchemy-1.4.49-cp37-cp37m-win_amd64.whl" , hash = "sha256:ab73ed1a05ff539afc4a7f8cf371764cdf79768ecb7d2ec691e3ff89abbc541e" } ,
{ file = "SQLAlchemy-1.4.49-cp38-cp38-macosx_11_0_x86_64.whl" , hash = "sha256:37ce517c011560d68f1ffb28af65d7e06f873f191eb3a73af5671e9c3fada08a" } ,
{ file = "SQLAlchemy-1.4.49-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a1878ce508edea4a879015ab5215546c444233881301e97ca16fe251e89f1c55" } ,
{ file = "SQLAlchemy-1.4.49-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:0e8e608983e6f85d0852ca61f97e521b62e67969e6e640fe6c6b575d4db68557" } ,
{ file = "SQLAlchemy-1.4.49-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ccf956da45290df6e809ea12c54c02ace7f8ff4d765d6d3dfb3655ee876ce58d" } ,
{ file = "SQLAlchemy-1.4.49-cp38-cp38-win32.whl" , hash = "sha256:f167c8175ab908ce48bd6550679cc6ea20ae169379e73c7720a28f89e53aa532" } ,
{ file = "SQLAlchemy-1.4.49-cp38-cp38-win_amd64.whl" , hash = "sha256:45806315aae81a0c202752558f0df52b42d11dd7ba0097bf71e253b4215f34f4" } ,
{ file = "SQLAlchemy-1.4.49-cp39-cp39-macosx_11_0_x86_64.whl" , hash = "sha256:b6d0c4b15d65087738a6e22e0ff461b407533ff65a73b818089efc8eb2b3e1de" } ,
{ file = "SQLAlchemy-1.4.49-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a843e34abfd4c797018fd8d00ffffa99fd5184c421f190b6ca99def4087689bd" } ,
{ file = "SQLAlchemy-1.4.49-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:1c890421651b45a681181301b3497e4d57c0d01dc001e10438a40e9a9c25ee77" } ,
{ file = "SQLAlchemy-1.4.49-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d26f280b8f0a8f497bc10573849ad6dc62e671d2468826e5c748d04ed9e670d5" } ,
{ file = "SQLAlchemy-1.4.49-cp39-cp39-win32.whl" , hash = "sha256:ec2268de67f73b43320383947e74700e95c6770d0c68c4e615e9897e46296294" } ,
{ file = "SQLAlchemy-1.4.49-cp39-cp39-win_amd64.whl" , hash = "sha256:bbdf16372859b8ed3f4d05f925a984771cd2abd18bd187042f24be4886c2a15f" } ,
{ file = "SQLAlchemy-1.4.49.tar.gz" , hash = "sha256:06ff25cbae30c396c4b7737464f2a7fc37a67b7da409993b182b024cec80aed9" } ,
]
[ package . dependencies ]
greenlet = { version = "!=0.4.17" , markers = "python_version >= \"3\" and (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\")" }
2020-09-16 15:41:02 +02:00
[ package . extras ]
2023-10-04 15:25:26 +02:00
aiomysql = [ "aiomysql" , "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-04 15:25:26 +02:00
asyncmy = [ "asyncmy (>=0.2.3,!=0.2.4)" , "greenlet (!=0.4.17)" ]
mariadb-connector = [ "mariadb (>=1.0.1,!=1.1.2)" ]
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-04 15:25:26 +02:00
mypy = [ "mypy (>=0.910)" , "sqlalchemy2-stubs" ]
mysql = [ "mysqlclient (>=1.4.0)" , "mysqlclient (>=1.4.0,<2)" ]
2022-11-09 14:16:24 +01:00
mysql-connector = [ "mysql-connector-python" ]
2023-10-04 15:25:26 +02:00
oracle = [ "cx-oracle (>=7)" , "cx-oracle (>=7,<8)" ]
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-04 15:25:26 +02:00
postgresql-pg8000 = [ "pg8000 (>=1.16.6,!=1.29.0)" ]
2022-11-09 14:16:24 +01:00
postgresql-psycopg2binary = [ "psycopg2-binary" ]
postgresql-psycopg2cffi = [ "psycopg2cffi" ]
2023-10-04 15:25:26 +02:00
pymysql = [ "pymysql" , "pymysql (<1)" ]
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-10-03 08:26:11 +02:00
version = "1.26.17"
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-10-03 08:26:11 +02:00
{ file = "urllib3-1.26.17-py2.py3-none-any.whl" , hash = "sha256:94a757d178c9be92ef5539b8840d48dc9cf1b2709c9d6b588232a055c524458b" } ,
{ file = "urllib3-1.26.17.tar.gz" , hash = "sha256:24d6a242c28d29af46c3fae832c36db3bbebcc533dd1bb549172cd739c82df21" } ,
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-10-03 08:26:11 +02:00
brotli = [ "brotli (==1.0.9)" , "brotli (>=1.0.9)" , "brotlicffi (>=0.8.0)" , "brotlipy (>=0.6.0)" ]
2023-06-14 20:58:47 +02:00
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-07 16:33:03 +02:00
content-hash = "9572dd65693d4c14d05589eec5bf945c1751e67ccd0c3c53ed9c2e69ae9e0d3e"