2024-04-03 19:42:56 +03:00
# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
2023-06-20 13:24:21 +03:00
[ [ package ] ]
name = "alabaster"
version = "0.7.13"
description = "A configurable sidebar-enabled Sphinx theme"
optional = false
python-versions = ">=3.6"
files = [
{ file = "alabaster-0.7.13-py3-none-any.whl" , hash = "sha256:1ee19aca801bbabb5ba3f5f258e4422dfa86f82f3e9cefb0859b283cdd7f62a3" } ,
{ file = "alabaster-0.7.13.tar.gz" , hash = "sha256:a27a4a084d5e690e16e01e03ad2b2e552c61a65469419b907243193de1a84ae2" } ,
]
2023-05-05 23:37:37 +03:00
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "asgiref"
2023-06-02 17:12:49 +03:00
version = "3.7.2"
2022-01-05 16:14:08 +03:00
description = "ASGI specs, helper code, and adapters"
optional = false
2023-05-05 23:37:37 +03:00
python-versions = ">=3.7"
files = [
2023-06-02 17:12:49 +03:00
{ file = "asgiref-3.7.2-py3-none-any.whl" , hash = "sha256:89b2ef2247e3b562a16eef663bc0e2e703ec6468e2fa8a5cd61cd449786d4f6e" } ,
{ file = "asgiref-3.7.2.tar.gz" , hash = "sha256:9e0ce3aa93a819ba5b45120216b23878cf6e8525eb3848653452b4192b92afed" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
[ package . dependencies ]
2023-06-02 17:12:49 +03:00
typing-extensions = { version = ">=4" , markers = "python_version < \"3.11\"" }
2022-01-05 16:14:08 +03:00
[ package . extras ]
2023-05-05 23:37:37 +03:00
tests = [ "mypy (>=0.800)" , "pytest" , "pytest-asyncio" ]
2022-01-05 16:14:08 +03:00
2023-09-22 15:30:23 +03:00
[ [ package ] ]
name = "async-timeout"
version = "4.0.3"
description = "Timeout context manager for asyncio programs"
optional = false
python-versions = ">=3.7"
files = [
{ 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-01-05 16:14:08 +03:00
[ [ package ] ]
name = "attrs"
2023-05-05 23:37:37 +03:00
version = "23.1.0"
2022-01-05 16:14:08 +03:00
description = "Classes Without Boilerplate"
optional = false
2023-05-05 23:37:37 +03:00
python-versions = ">=3.7"
files = [
{ file = "attrs-23.1.0-py3-none-any.whl" , hash = "sha256:1f28b4522cdc2fb4256ac1a020c78acf9cba2c6b461ccd2c126f3aa8e8335d04" } ,
{ file = "attrs-23.1.0.tar.gz" , hash = "sha256:6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015" } ,
]
2022-01-05 16:14:08 +03:00
[ package . extras ]
2023-05-05 23:37:37 +03: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]" ]
2022-01-05 16:14:08 +03:00
2023-06-20 13:24:21 +03:00
[ [ package ] ]
name = "babel"
version = "2.12.1"
description = "Internationalization utilities"
optional = false
python-versions = ">=3.7"
files = [
{ file = "Babel-2.12.1-py3-none-any.whl" , hash = "sha256:b4246fb7677d3b98f501a39d43396d3cafdc8eadb045f4a31be01863f655c610" } ,
{ file = "Babel-2.12.1.tar.gz" , hash = "sha256:cc2d99999cd01d44420ae725a21c9e3711b3aadc7976d6147f622d8581963455" } ,
]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "bleach"
2023-10-15 00:59:10 +03:00
version = "6.1.0"
2022-01-05 16:14:08 +03:00
description = "An easy safelist-based HTML-sanitizing tool."
optional = false
2023-10-15 00:59:10 +03:00
python-versions = ">=3.8"
2023-05-05 23:37:37 +03:00
files = [
2023-10-15 00:59:10 +03:00
{ file = "bleach-6.1.0-py3-none-any.whl" , hash = "sha256:3225f354cfc436b9789c66c4ee030194bee0568fbf9cbdad3bc8b5c26c5f12b6" } ,
{ file = "bleach-6.1.0.tar.gz" , hash = "sha256:0a31f1837963c41d46bbf1331b8778e1308ea0791db03cc4e7357b97cf42a8fe" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
[ package . dependencies ]
six = ">=1.9.0"
webencodings = "*"
2023-05-16 22:15:06 +03:00
[ package . extras ]
2023-10-15 00:59:10 +03:00
css = [ "tinycss2 (>=1.1.0,<1.3)" ]
2023-05-16 22:15:06 +03:00
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "certifi"
2023-08-26 11:00:49 +03:00
version = "2023.7.22"
2022-01-05 16:14:08 +03:00
description = "Python package for providing Mozilla's CA Bundle."
optional = false
2023-02-02 10:36:16 +03:00
python-versions = ">=3.6"
2023-05-05 23:37:37 +03:00
files = [
2023-08-26 11:00:49 +03:00
{ file = "certifi-2023.7.22-py3-none-any.whl" , hash = "sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9" } ,
{ file = "certifi-2023.7.22.tar.gz" , hash = "sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "cffi"
2023-10-02 15:47:47 +03:00
version = "1.16.0"
2022-01-05 16:14:08 +03:00
description = "Foreign Function Interface for Python calling C code."
optional = false
2023-10-02 15:47:47 +03:00
python-versions = ">=3.8"
2023-05-05 23:37:37 +03:00
files = [
2023-10-02 15:47:47 +03: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" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
[ package . dependencies ]
pycparser = "*"
[ [ package ] ]
name = "charset-normalizer"
2023-10-02 15:47:47 +03:00
version = "3.3.0"
2022-01-05 16:14:08 +03:00
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
optional = false
2023-05-05 23:37:37 +03:00
python-versions = ">=3.7.0"
files = [
2023-10-02 15:47:47 +03: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" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "colorama"
2023-05-05 23:37:37 +03:00
version = "0.4.6"
2022-01-05 16:14:08 +03:00
description = "Cross-platform colored terminal text."
optional = false
2023-05-05 23:37:37 +03:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
files = [
{ file = "colorama-0.4.6-py2.py3-none-any.whl" , hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6" } ,
{ file = "colorama-0.4.6.tar.gz" , hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44" } ,
]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "coverage"
2024-03-17 09:18:35 +03:00
version = "7.4.4"
2022-01-05 16:14:08 +03:00
description = "Code coverage measurement for Python"
optional = false
2023-08-13 07:39:35 +03:00
python-versions = ">=3.8"
2023-05-05 23:37:37 +03:00
files = [
2024-03-17 09:18:35 +03:00
{ file = "coverage-7.4.4-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:e0be5efd5127542ef31f165de269f77560d6cdef525fffa446de6f7e9186cfb2" } ,
{ file = "coverage-7.4.4-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:ccd341521be3d1b3daeb41960ae94a5e87abe2f46f17224ba5d6f2b8398016cf" } ,
{ file = "coverage-7.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:09fa497a8ab37784fbb20ab699c246053ac294d13fc7eb40ec007a5043ec91f8" } ,
{ file = "coverage-7.4.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b1a93009cb80730c9bca5d6d4665494b725b6e8e157c1cb7f2db5b4b122ea562" } ,
{ file = "coverage-7.4.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:690db6517f09336559dc0b5f55342df62370a48f5469fabf502db2c6d1cffcd2" } ,
{ file = "coverage-7.4.4-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:09c3255458533cb76ef55da8cc49ffab9e33f083739c8bd4f58e79fecfe288f7" } ,
{ file = "coverage-7.4.4-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:8ce1415194b4a6bd0cdcc3a1dfbf58b63f910dcb7330fe15bdff542c56949f87" } ,
{ file = "coverage-7.4.4-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:b91cbc4b195444e7e258ba27ac33769c41b94967919f10037e6355e998af255c" } ,
{ file = "coverage-7.4.4-cp310-cp310-win32.whl" , hash = "sha256:598825b51b81c808cb6f078dcb972f96af96b078faa47af7dfcdf282835baa8d" } ,
{ file = "coverage-7.4.4-cp310-cp310-win_amd64.whl" , hash = "sha256:09ef9199ed6653989ebbcaacc9b62b514bb63ea2f90256e71fea3ed74bd8ff6f" } ,
{ file = "coverage-7.4.4-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:0f9f50e7ef2a71e2fae92774c99170eb8304e3fdf9c8c3c7ae9bab3e7229c5cf" } ,
{ file = "coverage-7.4.4-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:623512f8ba53c422fcfb2ce68362c97945095b864cda94a92edbaf5994201083" } ,
{ file = "coverage-7.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0513b9508b93da4e1716744ef6ebc507aff016ba115ffe8ecff744d1322a7b63" } ,
{ file = "coverage-7.4.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:40209e141059b9370a2657c9b15607815359ab3ef9918f0196b6fccce8d3230f" } ,
{ file = "coverage-7.4.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8a2b2b78c78293782fd3767d53e6474582f62443d0504b1554370bde86cc8227" } ,
{ file = "coverage-7.4.4-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:73bfb9c09951125d06ee473bed216e2c3742f530fc5acc1383883125de76d9cd" } ,
{ file = "coverage-7.4.4-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:1f384c3cc76aeedce208643697fb3e8437604b512255de6d18dae3f27655a384" } ,
{ file = "coverage-7.4.4-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:54eb8d1bf7cacfbf2a3186019bcf01d11c666bd495ed18717162f7eb1e9dd00b" } ,
{ file = "coverage-7.4.4-cp311-cp311-win32.whl" , hash = "sha256:cac99918c7bba15302a2d81f0312c08054a3359eaa1929c7e4b26ebe41e9b286" } ,
{ file = "coverage-7.4.4-cp311-cp311-win_amd64.whl" , hash = "sha256:b14706df8b2de49869ae03a5ccbc211f4041750cd4a66f698df89d44f4bd30ec" } ,
{ file = "coverage-7.4.4-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:201bef2eea65e0e9c56343115ba3814e896afe6d36ffd37bab783261db430f76" } ,
{ file = "coverage-7.4.4-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:41c9c5f3de16b903b610d09650e5e27adbfa7f500302718c9ffd1c12cf9d6818" } ,
{ file = "coverage-7.4.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d898fe162d26929b5960e4e138651f7427048e72c853607f2b200909794ed978" } ,
{ file = "coverage-7.4.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:3ea79bb50e805cd6ac058dfa3b5c8f6c040cb87fe83de10845857f5535d1db70" } ,
{ file = "coverage-7.4.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ce4b94265ca988c3f8e479e741693d143026632672e3ff924f25fab50518dd51" } ,
{ file = "coverage-7.4.4-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:00838a35b882694afda09f85e469c96367daa3f3f2b097d846a7216993d37f4c" } ,
{ file = "coverage-7.4.4-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:fdfafb32984684eb03c2d83e1e51f64f0906b11e64482df3c5db936ce3839d48" } ,
{ file = "coverage-7.4.4-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:69eb372f7e2ece89f14751fbcbe470295d73ed41ecd37ca36ed2eb47512a6ab9" } ,
{ file = "coverage-7.4.4-cp312-cp312-win32.whl" , hash = "sha256:137eb07173141545e07403cca94ab625cc1cc6bc4c1e97b6e3846270e7e1fea0" } ,
{ file = "coverage-7.4.4-cp312-cp312-win_amd64.whl" , hash = "sha256:d71eec7d83298f1af3326ce0ff1d0ea83c7cb98f72b577097f9083b20bdaf05e" } ,
{ file = "coverage-7.4.4-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:d5ae728ff3b5401cc320d792866987e7e7e880e6ebd24433b70a33b643bb0384" } ,
{ file = "coverage-7.4.4-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:cc4f1358cb0c78edef3ed237ef2c86056206bb8d9140e73b6b89fbcfcbdd40e1" } ,
{ file = "coverage-7.4.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8130a2aa2acb8788e0b56938786c33c7c98562697bf9f4c7d6e8e5e3a0501e4a" } ,
{ file = "coverage-7.4.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:cf271892d13e43bc2b51e6908ec9a6a5094a4df1d8af0bfc360088ee6c684409" } ,
{ file = "coverage-7.4.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a4cdc86d54b5da0df6d3d3a2f0b710949286094c3a6700c21e9015932b81447e" } ,
{ file = "coverage-7.4.4-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:ae71e7ddb7a413dd60052e90528f2f65270aad4b509563af6d03d53e979feafd" } ,
{ file = "coverage-7.4.4-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:38dd60d7bf242c4ed5b38e094baf6401faa114fc09e9e6632374388a404f98e7" } ,
{ file = "coverage-7.4.4-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:aa5b1c1bfc28384f1f53b69a023d789f72b2e0ab1b3787aae16992a7ca21056c" } ,
{ file = "coverage-7.4.4-cp38-cp38-win32.whl" , hash = "sha256:dfa8fe35a0bb90382837b238fff375de15f0dcdb9ae68ff85f7a63649c98527e" } ,
{ file = "coverage-7.4.4-cp38-cp38-win_amd64.whl" , hash = "sha256:b2991665420a803495e0b90a79233c1433d6ed77ef282e8e152a324bbbc5e0c8" } ,
{ file = "coverage-7.4.4-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:3b799445b9f7ee8bf299cfaed6f5b226c0037b74886a4e11515e569b36fe310d" } ,
{ file = "coverage-7.4.4-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:b4d33f418f46362995f1e9d4f3a35a1b6322cb959c31d88ae56b0298e1c22357" } ,
{ file = "coverage-7.4.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:aadacf9a2f407a4688d700e4ebab33a7e2e408f2ca04dbf4aef17585389eff3e" } ,
{ file = "coverage-7.4.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7c95949560050d04d46b919301826525597f07b33beba6187d04fa64d47ac82e" } ,
{ file = "coverage-7.4.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ff7687ca3d7028d8a5f0ebae95a6e4827c5616b31a4ee1192bdfde697db110d4" } ,
{ file = "coverage-7.4.4-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:5fc1de20b2d4a061b3df27ab9b7c7111e9a710f10dc2b84d33a4ab25065994ec" } ,
{ file = "coverage-7.4.4-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:c74880fc64d4958159fbd537a091d2a585448a8f8508bf248d72112723974cbd" } ,
{ file = "coverage-7.4.4-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:742a76a12aa45b44d236815d282b03cfb1de3b4323f3e4ec933acfae08e54ade" } ,
{ file = "coverage-7.4.4-cp39-cp39-win32.whl" , hash = "sha256:d89d7b2974cae412400e88f35d86af72208e1ede1a541954af5d944a8ba46c57" } ,
{ file = "coverage-7.4.4-cp39-cp39-win_amd64.whl" , hash = "sha256:9ca28a302acb19b6af89e90f33ee3e1906961f94b54ea37de6737b7ca9d8827c" } ,
{ file = "coverage-7.4.4-pp38.pp39.pp310-none-any.whl" , hash = "sha256:b2c5edc4ac10a7ef6605a966c58929ec6c1bd0917fb8c15cb3363f65aa40e677" } ,
{ file = "coverage-7.4.4.tar.gz" , hash = "sha256:c901df83d097649e257e803be22592aedfd5182f07b3cc87d640bbb9afd50f49" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
[ package . dependencies ]
2023-05-05 23:37:37 +03:00
tomli = { version = "*" , optional = true , markers = "python_full_version <= \"3.11.0a6\" and extra == \"toml\"" }
2022-01-05 16:14:08 +03:00
[ package . extras ]
toml = [ "tomli" ]
[ [ package ] ]
name = "cryptography"
2023-11-29 03:37:27 +03:00
version = "41.0.6"
2022-01-05 16:14:08 +03:00
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
optional = false
2023-06-02 17:12:49 +03:00
python-versions = ">=3.7"
2023-05-05 23:37:37 +03:00
files = [
2023-11-29 03:37:27 +03:00
{ file = "cryptography-41.0.6-cp37-abi3-macosx_10_12_universal2.whl" , hash = "sha256:0f27acb55a4e77b9be8d550d762b0513ef3fc658cd3eb15110ebbcbd626db12c" } ,
{ file = "cryptography-41.0.6-cp37-abi3-macosx_10_12_x86_64.whl" , hash = "sha256:ae236bb8760c1e55b7a39b6d4d32d2279bc6c7c8500b7d5a13b6fb9fc97be35b" } ,
{ file = "cryptography-41.0.6-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:afda76d84b053923c27ede5edc1ed7d53e3c9f475ebaf63c68e69f1403c405a8" } ,
{ file = "cryptography-41.0.6-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:da46e2b5df770070412c46f87bac0849b8d685c5f2679771de277a422c7d0b86" } ,
{ file = "cryptography-41.0.6-cp37-abi3-manylinux_2_28_aarch64.whl" , hash = "sha256:ff369dd19e8fe0528b02e8df9f2aeb2479f89b1270d90f96a63500afe9af5cae" } ,
{ file = "cryptography-41.0.6-cp37-abi3-manylinux_2_28_x86_64.whl" , hash = "sha256:b648fe2a45e426aaee684ddca2632f62ec4613ef362f4d681a9a6283d10e079d" } ,
{ file = "cryptography-41.0.6-cp37-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:5daeb18e7886a358064a68dbcaf441c036cbdb7da52ae744e7b9207b04d3908c" } ,
{ file = "cryptography-41.0.6-cp37-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:068bc551698c234742c40049e46840843f3d98ad7ce265fd2bd4ec0d11306596" } ,
{ file = "cryptography-41.0.6-cp37-abi3-win32.whl" , hash = "sha256:2132d5865eea673fe6712c2ed5fb4fa49dba10768bb4cc798345748380ee3660" } ,
{ file = "cryptography-41.0.6-cp37-abi3-win_amd64.whl" , hash = "sha256:48783b7e2bef51224020efb61b42704207dde583d7e371ef8fc2a5fb6c0aabc7" } ,
{ file = "cryptography-41.0.6-pp310-pypy310_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:8efb2af8d4ba9dbc9c9dd8f04d19a7abb5b49eab1f3694e7b5a16a5fc2856f5c" } ,
{ file = "cryptography-41.0.6-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:c5a550dc7a3b50b116323e3d376241829fd326ac47bc195e04eb33a8170902a9" } ,
{ file = "cryptography-41.0.6-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:85abd057699b98fce40b41737afb234fef05c67e116f6f3650782c10862c43da" } ,
{ file = "cryptography-41.0.6-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:f39812f70fc5c71a15aa3c97b2bbe213c3f2a460b79bd21c40d033bb34a9bf36" } ,
{ file = "cryptography-41.0.6-pp38-pypy38_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:742ae5e9a2310e9dade7932f9576606836ed174da3c7d26bc3d3ab4bd49b9f65" } ,
{ file = "cryptography-41.0.6-pp38-pypy38_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:35f3f288e83c3f6f10752467c48919a7a94b7d88cc00b0668372a0d2ad4f8ead" } ,
{ file = "cryptography-41.0.6-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:4d03186af98b1c01a4eda396b137f29e4e3fb0173e30f885e27acec8823c1b09" } ,
{ file = "cryptography-41.0.6-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:b27a7fd4229abef715e064269d98a7e2909ebf92eb6912a9603c7e14c181928c" } ,
{ file = "cryptography-41.0.6-pp39-pypy39_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:398ae1fc711b5eb78e977daa3cbf47cec20f2c08c5da129b7a296055fbb22aed" } ,
{ file = "cryptography-41.0.6-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:7e00fb556bda398b99b0da289ce7053639d33b572847181d6483ad89835115f6" } ,
{ file = "cryptography-41.0.6-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:60e746b11b937911dc70d164060d28d273e31853bb359e2b2033c9e93e6f3c43" } ,
{ file = "cryptography-41.0.6-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:3288acccef021e3c3c10d58933f44e8602cf04dba96d9796d70d537bb2f4bbc4" } ,
{ file = "cryptography-41.0.6.tar.gz" , hash = "sha256:422e3e31d63743855e43e5a6fcc8b4acab860f560f9321b0ee6269cc7ed70cc3" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
[ package . dependencies ]
cffi = ">=1.12"
[ package . extras ]
2023-05-05 23:37:37 +03:00
docs = [ "sphinx (>=5.3.0)" , "sphinx-rtd-theme (>=1.1.1)" ]
docstest = [ "pyenchant (>=1.6.11)" , "sphinxcontrib-spelling (>=4.0.1)" , "twine (>=1.12.0)" ]
2023-06-02 17:12:49 +03:00
nox = [ "nox" ]
pep8test = [ "black" , "check-sdist" , "mypy" , "ruff" ]
sdist = [ "build" ]
2022-01-05 16:14:08 +03:00
ssh = [ "bcrypt (>=3.1.5)" ]
2023-06-02 17:12:49 +03:00
test = [ "pretend" , "pytest (>=6.2.0)" , "pytest-benchmark" , "pytest-cov" , "pytest-xdist" ]
2023-05-05 23:37:37 +03:00
test-randomorder = [ "pytest-randomly" ]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "defusedxml"
version = "0.7.1"
description = "XML bomb protection for Python stdlib modules"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2023-05-05 23:37:37 +03:00
files = [
{ file = "defusedxml-0.7.1-py2.py3-none-any.whl" , hash = "sha256:a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61" } ,
{ file = "defusedxml-0.7.1.tar.gz" , hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69" } ,
]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "django"
2024-03-17 12:57:26 +03:00
version = "4.2.11"
2023-09-06 15:33:34 +03:00
description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design."
2022-01-05 16:14:08 +03:00
optional = false
2023-09-06 15:33:34 +03:00
python-versions = ">=3.8"
2023-05-05 23:37:37 +03:00
files = [
2024-03-17 12:57:26 +03:00
{ file = "Django-4.2.11-py3-none-any.whl" , hash = "sha256:ddc24a0a8280a0430baa37aff11f28574720af05888c62b7cfe71d219f4599d3" } ,
{ file = "Django-4.2.11.tar.gz" , hash = "sha256:6e6ff3db2d8dd0c986b4eec8554c8e4f919b5c1ff62a5b4390c17aff2ed6e5c4" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
[ package . dependencies ]
2023-09-06 15:33:34 +03:00
asgiref = ">=3.6.0,<4"
sqlparse = ">=0.3.1"
tzdata = { version = "*" , markers = "sys_platform == \"win32\"" }
2022-01-05 16:14:08 +03:00
[ package . extras ]
argon2 = [ "argon2-cffi (>=19.1.0)" ]
bcrypt = [ "bcrypt" ]
[ [ package ] ]
name = "django-allauth"
2024-03-04 06:42:45 +03:00
version = "0.61.1"
2022-01-05 16:14:08 +03:00
description = "Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication."
optional = false
2023-05-16 22:46:14 +03:00
python-versions = ">=3.7"
2023-05-05 23:37:37 +03:00
files = [
2024-03-04 06:42:45 +03:00
{ file = "django-allauth-0.61.1.tar.gz" , hash = "sha256:5b4ae515ea74f54f0041210692eee10c309ad15ddbbd03d3620693c75e3f7945" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
[ package . dependencies ]
2023-09-25 06:49:31 +03:00
Django = ">=3.2"
2022-01-05 16:14:08 +03:00
pyjwt = { version = ">=1.7" , extras = [ "crypto" ] }
python3-openid = ">=3.0.8"
2023-09-25 06:49:31 +03:00
requests = ">=2.0.0"
2022-01-05 16:14:08 +03:00
requests-oauthlib = ">=0.3.0"
2023-09-25 06:49:31 +03:00
[ package . extras ]
mfa = [ "qrcode (>=7.0.0)" ]
saml = [ "python3-saml (>=1.15.0,<2.0.0)" ]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "django-braces"
2023-05-07 21:23:07 +03:00
version = "1.15.0"
2022-01-05 16:14:08 +03:00
description = "Reusable, generic mixins for Django"
optional = false
python-versions = "*"
2023-05-05 23:37:37 +03:00
files = [
2023-05-07 21:23:07 +03:00
{ file = "django-braces-1.15.0.tar.gz" , hash = "sha256:f451d08ffc1078d81209a2e17f2219bce20196928853c82405451b18a46875e0" } ,
{ file = "django_braces-1.15.0-py2.py3-none-any.whl" , hash = "sha256:28f00b0f98368c9a37f30cce6087fc57127f0a24c5b8b449f9e1245bded6405d" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
2023-05-07 21:23:07 +03:00
[ package . dependencies ]
Django = ">=2.2"
2022-01-05 16:14:08 +03:00
[ [ package ] ]
2023-09-06 15:33:34 +03:00
name = "django-cors-headers"
2023-11-26 06:34:15 +03:00
version = "4.3.1"
2023-09-06 15:33:34 +03:00
description = "django-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS)."
2022-01-05 16:14:08 +03:00
optional = false
2023-09-06 15:33:34 +03:00
python-versions = ">=3.8"
2023-05-05 23:37:37 +03:00
files = [
2023-11-26 06:34:15 +03:00
{ file = "django-cors-headers-4.3.1.tar.gz" , hash = "sha256:0bf65ef45e606aff1994d35503e6b677c0b26cafff6506f8fd7187f3be840207" } ,
{ file = "django_cors_headers-4.3.1-py3-none-any.whl" , hash = "sha256:0b1fd19297e37417fc9f835d39e45c8c642938ddba1acce0c1753d3edef04f36" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
2023-09-06 15:33:34 +03:00
[ package . dependencies ]
2023-11-26 06:34:15 +03:00
asgiref = ">=3.6"
2023-09-06 15:33:34 +03:00
Django = ">=3.2"
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "django-csp"
2024-03-17 21:07:30 +03:00
version = "3.8"
2022-01-05 16:14:08 +03:00
description = "Django Content Security Policy support."
optional = false
python-versions = "*"
2023-05-05 23:37:37 +03:00
files = [
2024-03-17 21:07:30 +03:00
{ file = "django_csp-3.8-py3-none-any.whl" , hash = "sha256:19b2978b03fcd73517d7d67acbc04fbbcaec0facc3e83baa502965892d1e0719" } ,
{ file = "django_csp-3.8.tar.gz" , hash = "sha256:ef0f1a9f7d8da68ae6e169c02e9ac661c0ecf04db70e0d1d85640512a68471c0" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
[ package . dependencies ]
2024-03-17 21:07:30 +03:00
Django = ">=3.2"
2022-01-05 16:14:08 +03:00
[ package . extras ]
jinja2 = [ "jinja2 (>=2.9.6)" ]
2024-03-17 21:07:30 +03:00
tests = [ "jinja2 (>=2.9.6)" , "pytest" , "pytest-cov" , "pytest-django" , "pytest-ruff" ]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "django-debug-toolbar"
2024-03-17 16:31:40 +03:00
version = "4.3.0"
2022-01-05 16:14:08 +03:00
description = "A configurable set of panels that display various debug information about the current request/response."
optional = false
2023-07-17 17:12:16 +03:00
python-versions = ">=3.8"
2023-05-05 23:37:37 +03:00
files = [
2024-03-17 16:31:40 +03:00
{ file = "django_debug_toolbar-4.3.0-py3-none-any.whl" , hash = "sha256:e09b7dcb8417b743234dfc57c95a7c1d1d87a88844abd13b4c5387f807b31bf6" } ,
{ file = "django_debug_toolbar-4.3.0.tar.gz" , hash = "sha256:0b0dddee5ea29b9cb678593bc0d7a6d76b21d7799cb68e091a2148341a80f3c4" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
[ package . dependencies ]
2023-05-05 23:37:37 +03:00
django = ">=3.2.4"
sqlparse = ">=0.2"
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "django-parler"
version = "2.3"
description = "Simple Django model translations without nasty hacks, featuring nice admin integration."
optional = false
python-versions = "*"
2023-05-05 23:37:37 +03:00
files = [
{ file = "django-parler-2.3.tar.gz" , hash = "sha256:2c8f5012ceb5e49af93b16ea3fe4d0c83d70b91b2d0f470c05d7d742b6f3083d" } ,
{ file = "django_parler-2.3-py3-none-any.whl" , hash = "sha256:8f6c8061e4b5690f1ee2d8e5760940ef06bf78a5bfa033d11178377559c749cf" } ,
]
2022-01-05 16:14:08 +03:00
[ package . dependencies ]
Django = ">=2.2"
[ [ package ] ]
name = "django-parler-rest"
2023-02-02 10:36:16 +03:00
version = "2.2"
2022-01-05 16:14:08 +03:00
description = "Multilingual support for django-rest-framework"
optional = false
python-versions = "*"
2023-05-05 23:37:37 +03:00
files = [
{ file = "django-parler-rest-2.2.tar.gz" , hash = "sha256:58d0d7155964214dfbdb72783eff6a200c5e786e2d4f3cd74ea463d56cb10e9c" } ,
{ file = "django_parler_rest-2.2-py2.py3-none-any.whl" , hash = "sha256:3cba9a47ec64771394e99ca49f9bef6f7dd76c1e39634fd634d2c1050fb9630a" } ,
]
2022-01-05 16:14:08 +03:00
[ package . dependencies ]
2023-02-02 10:36:16 +03:00
django = ">=2.2"
2022-01-05 16:14:08 +03:00
django-parler = ">=1.9.2"
djangorestframework = ">=3.5"
[ [ package ] ]
name = "django-ranged-response"
version = "0.2.0"
description = "Modified Django FileResponse that adds Content-Range headers."
optional = false
python-versions = "*"
2023-05-05 23:37:37 +03:00
files = [
{ file = "django-ranged-response-0.2.0.tar.gz" , hash = "sha256:f71fff352a37316b9bead717fc76e4ddd6c9b99c4680cdf4783b9755af1cf985" } ,
]
2022-01-05 16:14:08 +03:00
[ package . dependencies ]
django = "*"
[ [ package ] ]
name = "django-simple-captcha"
2024-01-04 11:46:22 +03:00
version = "0.6.0"
2022-01-05 16:14:08 +03:00
description = "A very simple, yet powerful, Django captcha application"
optional = false
python-versions = "*"
2023-05-05 23:37:37 +03:00
files = [
2024-01-04 11:46:22 +03:00
{ file = "django-simple-captcha-0.6.0.tar.gz" , hash = "sha256:d188516d326fadd2d5ad076eb89649d55c02cabafe3fdcc2154ac18e9f6d4b97" } ,
{ file = "django_simple_captcha-0.6.0-py2.py3-none-any.whl" , hash = "sha256:3ae9a7e650cb0cdbcfd4a75aa91fdf25dcc523ef541a7b1f004bd4357798fc03" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
[ package . dependencies ]
2024-01-04 11:46:22 +03:00
Django = ">=4.2"
2022-01-05 16:14:08 +03:00
django-ranged-response = "0.2.0"
Pillow = ">=6.2.0"
[ package . extras ]
test = [ "testfixtures" ]
[ [ package ] ]
name = "djangorestframework"
2023-02-02 10:36:16 +03:00
version = "3.14.0"
2022-01-05 16:14:08 +03:00
description = "Web APIs for Django, made easy."
optional = false
python-versions = ">=3.6"
2023-05-05 23:37:37 +03:00
files = [
{ file = "djangorestframework-3.14.0-py3-none-any.whl" , hash = "sha256:eb63f58c9f218e1a7d064d17a70751f528ed4e1d35547fdade9aaf4cd103fd08" } ,
{ file = "djangorestframework-3.14.0.tar.gz" , hash = "sha256:579a333e6256b09489cbe0a067e66abe55c6595d8926be6b99423786334350c8" } ,
]
2022-01-05 16:14:08 +03:00
[ package . dependencies ]
2023-02-02 10:36:16 +03:00
django = ">=3.0"
2022-01-05 16:14:08 +03:00
pytz = "*"
[ [ package ] ]
name = "djangorestframework-camel-case"
2023-05-05 23:37:37 +03:00
version = "1.4.2"
2022-01-05 16:14:08 +03:00
description = "Camel case JSON support for Django REST framework."
optional = false
python-versions = ">=3.5"
2023-05-05 23:37:37 +03:00
files = [
{ file = "djangorestframework-camel-case-1.4.2.tar.gz" , hash = "sha256:cdae75846648abb6585c7470639a1d2fb064dc45f8e8b62aaa50be7f1a7a61f4" } ,
]
2022-01-05 16:14:08 +03:00
2024-02-12 21:52:00 +03:00
[ [ package ] ]
name = "dnspython"
2024-04-16 21:36:29 +03:00
version = "2.6.1"
2024-02-12 21:52:00 +03:00
description = "DNS toolkit"
optional = false
python-versions = ">=3.8"
files = [
2024-04-16 21:36:29 +03:00
{ file = "dnspython-2.6.1-py3-none-any.whl" , hash = "sha256:5ef3b9680161f6fa89daf8ad451b5f1a33b18ae8a1c6778cdf4b43f08c0a6e50" } ,
{ file = "dnspython-2.6.1.tar.gz" , hash = "sha256:e8f0f9c23a7b7cb99ded64e6c3a6f3e701d78f50c55e002b839dea7225cff7cc" } ,
2024-02-12 21:52:00 +03:00
]
[ package . extras ]
2024-04-16 21:36:29 +03:00
dev = [ "black (>=23.1.0)" , "coverage (>=7.0)" , "flake8 (>=7)" , "mypy (>=1.8)" , "pylint (>=3)" , "pytest (>=7.4)" , "pytest-cov (>=4.1.0)" , "sphinx (>=7.2.0)" , "twine (>=4.0.0)" , "wheel (>=0.42.0)" ]
2024-02-12 21:52:00 +03:00
dnssec = [ "cryptography (>=41)" ]
2024-04-16 21:36:29 +03:00
doh = [ "h2 (>=4.1.0)" , "httpcore (>=1.0.0)" , "httpx (>=0.26.0)" ]
doq = [ "aioquic (>=0.9.25)" ]
idna = [ "idna (>=3.6)" ]
trio = [ "trio (>=0.23)" ]
2024-02-12 21:52:00 +03:00
wmi = [ "wmi (>=1.5.1)" ]
2023-06-20 13:24:21 +03:00
[ [ package ] ]
name = "docutils"
version = "0.17.1"
description = "Docutils -- Python Documentation Utilities"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
files = [
{ file = "docutils-0.17.1-py2.py3-none-any.whl" , hash = "sha256:cf316c8370a737a022b72b56874f6602acf974a37a9fba42ec2876387549fc61" } ,
{ file = "docutils-0.17.1.tar.gz" , hash = "sha256:686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125" } ,
]
2024-02-12 21:52:00 +03:00
[ [ package ] ]
name = "email-validator"
2024-03-17 13:36:39 +03:00
version = "2.1.1"
2024-02-12 21:52:00 +03:00
description = "A robust email address syntax and deliverability validation library."
optional = false
python-versions = ">=3.8"
files = [
2024-03-17 13:36:39 +03:00
{ file = "email_validator-2.1.1-py3-none-any.whl" , hash = "sha256:97d882d174e2a65732fb43bfce81a3a834cbc1bde8bf419e30ef5ea976370a05" } ,
{ file = "email_validator-2.1.1.tar.gz" , hash = "sha256:200a70680ba08904be6d1eef729205cc0d687634399a5924d842533efb824b84" } ,
2024-02-12 21:52:00 +03:00
]
[ package . dependencies ]
dnspython = ">=2.0.0"
idna = ">=2.0.0"
2023-05-05 23:37:37 +03:00
[ [ package ] ]
name = "exceptiongroup"
2023-09-18 17:25:31 +03:00
version = "1.1.3"
2023-05-05 23:37:37 +03:00
description = "Backport of PEP 654 (exception groups)"
optional = false
python-versions = ">=3.7"
files = [
2023-09-18 17:25:31 +03:00
{ file = "exceptiongroup-1.1.3-py3-none-any.whl" , hash = "sha256:343280667a4585d195ca1cf9cef84a4e178c4b6cf2274caef9859782b567d5e3" } ,
{ file = "exceptiongroup-1.1.3.tar.gz" , hash = "sha256:097acd85d473d75af5bb98e41b61ff7fe35efe6675e4f9370ec6ec5126d160e9" } ,
2023-05-05 23:37:37 +03:00
]
[ package . extras ]
test = [ "pytest (>=6)" ]
2022-01-05 16:14:08 +03:00
2023-05-05 23:37:37 +03:00
[ [ 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" } ,
]
2023-09-22 15:30:23 +03:00
[ [ package ] ]
name = "hiredis"
version = "2.2.3"
description = "Python wrapper for hiredis"
optional = false
python-versions = ">=3.7"
files = [
{ file = "hiredis-2.2.3-cp310-cp310-macosx_10_12_universal2.whl" , hash = "sha256:9a1a80a8fa767f2fdc3870316a54b84fe9fc09fa6ab6a2686783de6a228a4604" } ,
{ file = "hiredis-2.2.3-cp310-cp310-macosx_10_12_x86_64.whl" , hash = "sha256:3f006c28c885deb99b670a5a66f367a175ab8955b0374029bad7111f5357dcd4" } ,
{ file = "hiredis-2.2.3-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:ffaf841546905d90ff189de7397aa56413b1ce5e54547f17a98f0ebf3a3b0a3b" } ,
{ file = "hiredis-2.2.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1cadb0ac7ba3babfd804e425946bec9717b320564a1390f163a54af9365a720a" } ,
{ file = "hiredis-2.2.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:33bc4721632ef9708fa44e5df0066053fccc8e65410a2c48573192517a533b48" } ,
{ file = "hiredis-2.2.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:227c5b4bcb60f89008c275d596e4a7b6625a6b3c827b8a66ae582eace7051f71" } ,
{ file = "hiredis-2.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:61995eb826009d99ed8590747bc0da683a5f4fbb4faa8788166bf3810845cd5c" } ,
{ file = "hiredis-2.2.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6f969edc851efe23010e0f53a64269f2629a9364135e9ec81c842e8b2277d0c1" } ,
{ file = "hiredis-2.2.3-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:d27e560eefb57914d742a837f1da98d3b29cb22eff013c8023b7cf52ae6e051d" } ,
{ file = "hiredis-2.2.3-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:3759f4789ae1913b7df278dfc9e8749205b7a106f888cd2903d19461e24a7697" } ,
{ file = "hiredis-2.2.3-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:c6cb613148422c523945cdb8b6bed617856f2602fd8750e33773ede2616e55d5" } ,
{ file = "hiredis-2.2.3-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:1d274d5c511dfc03f83f997d3238eaa9b6ee3f982640979f509373cced891e98" } ,
{ file = "hiredis-2.2.3-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:3b7fe075e91b9d9cff40eba4fb6a8eff74964d3979a39be9a9ef58b1b4cb3604" } ,
{ file = "hiredis-2.2.3-cp310-cp310-win32.whl" , hash = "sha256:77924b0d32fd1f493d3df15d9609ddf9d94c31a364022a6bf6b525ce9da75bea" } ,
{ file = "hiredis-2.2.3-cp310-cp310-win_amd64.whl" , hash = "sha256:dcb0569dd5bfe6004658cd0f229efa699a3169dcb4f77bd72e188adda302063d" } ,
{ file = "hiredis-2.2.3-cp311-cp311-macosx_10_12_universal2.whl" , hash = "sha256:d115790f18daa99b5c11a506e48923b630ef712e9e4b40482af942c3d40638b8" } ,
{ file = "hiredis-2.2.3-cp311-cp311-macosx_10_12_x86_64.whl" , hash = "sha256:4c3b8be557e08b234774925622e196f0ee36fe4eab66cd19df934d3efd8f3743" } ,
{ file = "hiredis-2.2.3-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:3f5446068197b35a11ccc697720c41879c8657e2e761aaa8311783aac84cef20" } ,
{ file = "hiredis-2.2.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:aa17a3b22b3726d54d7af20394f65d4a1735a842a4e0f557dc67a90f6965c4bc" } ,
{ file = "hiredis-2.2.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:7df645b6b7800e8b748c217fbd6a4ca8361bcb9a1ae6206cc02377833ec8a1aa" } ,
{ file = "hiredis-2.2.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:2fb9300959a0048138791f3d68359d61a788574ec9556bddf1fec07f2dbc5320" } ,
{ file = "hiredis-2.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2d7e459fe7313925f395148d36d9b7f4f8dac65be06e45d7af356b187cef65fc" } ,
{ file = "hiredis-2.2.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:8eceffca3941775b646cd585cd19b275d382de43cc3327d22f7c75d7b003d481" } ,
{ file = "hiredis-2.2.3-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:b17baf702c6e5b4bb66e1281a3efbb1d749c9d06cdb92b665ad81e03118f78fc" } ,
{ file = "hiredis-2.2.3-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:4e43e2b5acaad09cf48c032f7e4926392bb3a3f01854416cf6d82ebff94d5467" } ,
{ file = "hiredis-2.2.3-cp311-cp311-musllinux_1_1_ppc64le.whl" , hash = "sha256:a7205497d7276a81fe92951a29616ef96562ed2f91a02066f72b6f93cb34b40e" } ,
{ file = "hiredis-2.2.3-cp311-cp311-musllinux_1_1_s390x.whl" , hash = "sha256:126623b03c31cb6ac3e0d138feb6fcc36dd43dd34fc7da7b7a0c38b5d75bc896" } ,
{ file = "hiredis-2.2.3-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:071c5814b850574036506a8118034f97c3cbf2fe9947ff45a27b07a48da56240" } ,
{ file = "hiredis-2.2.3-cp311-cp311-win32.whl" , hash = "sha256:d1be9e30e675f5bc1cb534633324578f6f0944a1bcffe53242cf632f554f83b6" } ,
{ file = "hiredis-2.2.3-cp311-cp311-win_amd64.whl" , hash = "sha256:b9a7c987e161e3c58f992c63b7e26fea7fe0777f3b975799d23d65bbb8cb5899" } ,
{ file = "hiredis-2.2.3-cp37-cp37m-macosx_10_12_x86_64.whl" , hash = "sha256:f2dcb8389fa3d453927b1299f46bdb38473c293c8269d5c777d33ea0e526b610" } ,
{ file = "hiredis-2.2.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a2df98f5e071320c7d84e8bd07c0542acdd0a7519307fc31774d60e4b842ec4f" } ,
{ file = "hiredis-2.2.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:61a72e4a523cdfc521762137559c08dfa360a3caef63620be58c699d1717dac1" } ,
{ file = "hiredis-2.2.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c9b9e5bde7030cae83aa900b5bd660decc65afd2db8c400f3c568c815a47ca2a" } ,
{ file = "hiredis-2.2.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:cd2614f17e261f72efc2f19f5e5ff2ee19e2296570c0dcf33409e22be30710de" } ,
{ file = "hiredis-2.2.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:46525fbd84523cac75af5bf524bc74aaac848beaf31b142d2df8a787d9b4bbc4" } ,
{ file = "hiredis-2.2.3-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:d1a4ce40ba11da9382c14da31f4f9e88c18f7d294f523decd0fadfb81f51ad18" } ,
{ file = "hiredis-2.2.3-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:5cda592405bbd29d53942e0389dc3fa77b49c362640210d7e94a10c14a677d4d" } ,
{ file = "hiredis-2.2.3-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:5e6674a017629284ef373b50496d9fb1a89b85a20a7fa100ecd109484ec748e5" } ,
{ file = "hiredis-2.2.3-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:e62ec131816c6120eff40dffe43424e140264a15fa4ab88c301bd6a595913af3" } ,
{ file = "hiredis-2.2.3-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:17e938d9d3ee92e1adbff361706f1c36cc60eeb3e3eeca7a3a353eae344f4c91" } ,
{ file = "hiredis-2.2.3-cp37-cp37m-win32.whl" , hash = "sha256:95d2305fd2a7b179cacb48b10f618872fc565c175f9f62b854e8d1acac3e8a9e" } ,
{ file = "hiredis-2.2.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:8f9dbe12f011a9b784f58faecc171d22465bb532c310bd588d769ba79a59ef5a" } ,
{ file = "hiredis-2.2.3-cp38-cp38-macosx_10_12_universal2.whl" , hash = "sha256:5a4bcef114fc071d5f52c386c47f35aae0a5b43673197b9288a15b584da8fa3a" } ,
{ file = "hiredis-2.2.3-cp38-cp38-macosx_10_12_x86_64.whl" , hash = "sha256:232d0a70519865741ba56e1dfefd160a580ae78c30a1517bad47b3cf95a3bc7d" } ,
{ file = "hiredis-2.2.3-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:9076ce8429785c85f824650735791738de7143f61f43ae9ed83e163c0ca0fa44" } ,
{ file = "hiredis-2.2.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ec58fb7c2062f835595c12f0f02dcda76d0eb0831423cc191d1e18c9276648de" } ,
{ file = "hiredis-2.2.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:7f2b34a6444b8f9c1e9f84bd2c639388e5d14f128afd14a869dfb3d9af893aa2" } ,
{ file = "hiredis-2.2.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:818dfd310aa1020a13cd08ee48e116dd8c3bb2e23b8161f8ac4df587dd5093d7" } ,
{ file = "hiredis-2.2.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:96d9ea6c8d4cbdeee2e0d43379ce2881e4af0454b00570677c59f33f2531cd38" } ,
{ file = "hiredis-2.2.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f1eadbcd3de55ac42310ff82550d3302cb4efcd4e17d76646a17b6e7004bb42b" } ,
{ file = "hiredis-2.2.3-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:477c34c4489666dc73cb5e89dafe2617c3e13da1298917f73d55aac4696bd793" } ,
{ file = "hiredis-2.2.3-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:14824e457e4f5cda685c3345d125da13949bcf3bb1c88eb5d248c8d2c3dee08f" } ,
{ file = "hiredis-2.2.3-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:9cd32326dfa6ce87edf754153b0105aca64486bebe93b9600ccff74fa0b224df" } ,
{ file = "hiredis-2.2.3-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:51341e70b467004dcbec3a6ce8c478d2d6241e0f6b01e4c56764afd5022e1e9d" } ,
{ file = "hiredis-2.2.3-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:2443659c76b226267e2a04dbbb21bc2a3f91aa53bdc0c22964632753ae43a247" } ,
{ file = "hiredis-2.2.3-cp38-cp38-win32.whl" , hash = "sha256:4e3e3e31423f888d396b1fc1f936936e52af868ac1ec17dd15e3eeba9dd4de24" } ,
{ file = "hiredis-2.2.3-cp38-cp38-win_amd64.whl" , hash = "sha256:20f509e3a1a20d6e5f5794fc37ceb21f70f409101fcfe7a8bde783894d51b369" } ,
{ file = "hiredis-2.2.3-cp39-cp39-macosx_10_12_universal2.whl" , hash = "sha256:d20891e3f33803b26d54c77fd5745878497091e33f4bbbdd454cf6e71aee8890" } ,
{ file = "hiredis-2.2.3-cp39-cp39-macosx_10_12_x86_64.whl" , hash = "sha256:50171f985e17970f87d5a29e16603d1e5b03bdbf5c2691a37e6c912942a6b657" } ,
{ file = "hiredis-2.2.3-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:9944a2cac25ffe049a7e89f306e11b900640837d1ef38d9be0eaa4a4e2b73a52" } ,
{ file = "hiredis-2.2.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5a5c8019ff94988d56eb49b15de76fe83f6b42536d76edeb6565dbf7fe14b973" } ,
{ file = "hiredis-2.2.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:a286ded34eb16501002e3713b3130c987366eee2ba0d58c33c72f27778e31676" } ,
{ file = "hiredis-2.2.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:4b3e974ad15eb32b1f537730dea70b93a4c3db7b026de3ad2b59da49c6f7454d" } ,
{ file = "hiredis-2.2.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:08415ea74c1c29b9d6a4ca3dd0e810dc1af343c1d1d442e15ba133b11ab5be6a" } ,
{ file = "hiredis-2.2.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7e17d04ea58ab8cf3f2dc52e875db16077c6357846006780086fff3189fb199d" } ,
{ file = "hiredis-2.2.3-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:6ccdcb635dae85b006592f78e32d97f4bc7541cb27829d505f9c7fefcef48298" } ,
{ file = "hiredis-2.2.3-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:69536b821dd1bc78058a6e7541743f8d82bf2d981b91280b14c4daa6cdc7faba" } ,
{ file = "hiredis-2.2.3-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:3753df5f873d473f055e1f8837bfad0bd3b277c86f3c9bf058c58f14204cd901" } ,
{ file = "hiredis-2.2.3-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:6f88cafe46612b6fa68e6dea49e25bebf160598bba00101caa51cc8c1f18d597" } ,
{ file = "hiredis-2.2.3-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:33ee3ea5cad3a8cb339352cd230b411eb437a2e75d7736c4899acab32056ccdb" } ,
{ file = "hiredis-2.2.3-cp39-cp39-win32.whl" , hash = "sha256:b4f3d06dc16671b88a13ae85d8ca92534c0b637d59e49f0558d040a691246422" } ,
{ file = "hiredis-2.2.3-cp39-cp39-win_amd64.whl" , hash = "sha256:4f674e309cd055ee7a48304ceb8cf43265d859faf4d7d01d270ce45e976ae9d3" } ,
{ file = "hiredis-2.2.3-pp37-pypy37_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:8f280ab4e043b089777b43b4227bdc2035f88da5072ab36588e0ccf77d45d058" } ,
{ file = "hiredis-2.2.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:15c2a551f3b8a26f7940d6ee10b837810201754b8d7e6f6b1391655370882c5a" } ,
{ file = "hiredis-2.2.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:60c4e3c258eafaab21b174b17270a0cc093718d61cdbde8c03f85ec4bf835343" } ,
{ file = "hiredis-2.2.3-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:cc36a9dded458d4e37492fe3e619c6c83caae794d26ad925adbce61d592f8428" } ,
{ file = "hiredis-2.2.3-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:4ed68a3b1ccb4313d2a42546fd7e7439ad4745918a48b6c9bcaa61e1e3e42634" } ,
{ file = "hiredis-2.2.3-pp38-pypy38_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:3bf4b5bae472630c229518e4a814b1b68f10a3d9b00aeaec45f1a330f03a0251" } ,
{ file = "hiredis-2.2.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:33a94d264e6e12a79d9bb8af333b01dc286b9f39c99072ab5fef94ce1f018e17" } ,
{ file = "hiredis-2.2.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3fa6811a618653164f918b891a0fa07052bd71a799defa5c44d167cac5557b26" } ,
{ file = "hiredis-2.2.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:af33f370be90b48bbaf0dab32decbdcc522b1fa95d109020a963282086518a8e" } ,
{ file = "hiredis-2.2.3-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:b9953d87418ac228f508d93898ab572775e4d3b0eeb886a1a7734553bcdaf291" } ,
{ file = "hiredis-2.2.3-pp39-pypy39_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:5e7bb4dd524f50b71c20ef5a12bd61da9b463f8894b18a06130942fe31509881" } ,
{ file = "hiredis-2.2.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:89a258424158eb8b3ed9f65548d68998da334ef155d09488c5637723eb1cd697" } ,
{ file = "hiredis-2.2.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9f4a65276f6ecdebe75f2a53f578fbc40e8d2860658420d5e0611c56bbf5054c" } ,
{ file = "hiredis-2.2.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:334f2738700b20faa04a0d813366fb16ed17287430a6b50584161d5ad31ca6d7" } ,
{ file = "hiredis-2.2.3-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:d194decd9608f11c777946f596f31d5aacad13972a0a87829ae1e6f2d26c1885" } ,
{ file = "hiredis-2.2.3.tar.gz" , hash = "sha256:e75163773a309e56a9b58165cf5a50e0f84b755f6ff863b2c01a38918fe92daa" } ,
]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "idna"
2024-04-16 21:07:31 +03:00
version = "3.7"
2022-01-05 16:14:08 +03:00
description = "Internationalized Domain Names in Applications (IDNA)"
optional = false
python-versions = ">=3.5"
2023-05-05 23:37:37 +03:00
files = [
2024-04-16 21:07:31 +03:00
{ file = "idna-3.7-py3-none-any.whl" , hash = "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0" } ,
{ file = "idna-3.7.tar.gz" , hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
2023-06-20 13:24:21 +03:00
[ [ package ] ]
name = "imagesize"
version = "1.4.1"
description = "Getting image size from png/jpeg/jpeg2000/gif file"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [
{ file = "imagesize-1.4.1-py2.py3-none-any.whl" , hash = "sha256:0d8d18d08f840c19d0ee7ca1fd82490fdc3729b7ac93f49870406ddde8ef8d8b" } ,
{ file = "imagesize-1.4.1.tar.gz" , hash = "sha256:69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a" } ,
]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "iniconfig"
2023-05-05 23:37:37 +03:00
version = "2.0.0"
description = "brain-dead simple config-ini parsing"
2022-01-05 16:14:08 +03:00
optional = false
2023-05-05 23:37:37 +03:00
python-versions = ">=3.7"
files = [
{ file = "iniconfig-2.0.0-py3-none-any.whl" , hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374" } ,
{ file = "iniconfig-2.0.0.tar.gz" , hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3" } ,
]
2022-01-05 16:14:08 +03:00
2023-06-20 13:24:21 +03:00
[ [ package ] ]
name = "jinja2"
2024-01-23 23:58:18 +03:00
version = "3.1.3"
2023-06-20 13:24:21 +03:00
description = "A very fast and expressive template engine."
optional = false
python-versions = ">=3.7"
files = [
2024-01-23 23:58:18 +03:00
{ file = "Jinja2-3.1.3-py3-none-any.whl" , hash = "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa" } ,
{ file = "Jinja2-3.1.3.tar.gz" , hash = "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90" } ,
2023-06-20 13:24:21 +03:00
]
[ package . dependencies ]
MarkupSafe = ">=2.0"
[ package . extras ]
i18n = [ "Babel (>=2.7)" ]
2024-03-06 19:13:54 +03:00
[ [ package ] ]
name = "jschon"
version = "0.11.1"
description = "A JSON toolkit for Python developers."
optional = false
python-versions = "~=3.8"
files = [
{ file = "jschon-0.11.1-py3-none-any.whl" , hash = "sha256:2350e8b6747b17358022960f91208bea70de448b914827af3184d30e20500f0f" } ,
{ file = "jschon-0.11.1.tar.gz" , hash = "sha256:c0ca0beab1f1694a03d726b91ed75ec604a7787af3ae91ead765f78215bf149f" } ,
]
[ package . dependencies ]
rfc3986 = "*"
[ package . extras ]
dev = [ "coverage" , "hypothesis (<6.0.4)" , "pytest" , "pytest-benchmark" , "pytest-httpserver" , "requests" ]
doc = [ "sphinx" , "sphinx-rtd-theme" ]
requests = [ "requests" ]
test = [ "tox" ]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "lxml"
2023-12-26 06:04:21 +03:00
version = "4.9.4"
2022-01-05 16:14:08 +03:00
description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*"
2023-05-05 23:37:37 +03:00
files = [
2023-12-26 06:04:21 +03:00
{ file = "lxml-4.9.4-cp27-cp27m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:e214025e23db238805a600f1f37bf9f9a15413c7bf5f9d6ae194f84980c78722" } ,
{ file = "lxml-4.9.4-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:ec53a09aee61d45e7dbe7e91252ff0491b6b5fee3d85b2d45b173d8ab453efc1" } ,
{ file = "lxml-4.9.4-cp27-cp27m-win32.whl" , hash = "sha256:7d1d6c9e74c70ddf524e3c09d9dc0522aba9370708c2cb58680ea40174800013" } ,
{ file = "lxml-4.9.4-cp27-cp27m-win_amd64.whl" , hash = "sha256:cb53669442895763e61df5c995f0e8361b61662f26c1b04ee82899c2789c8f69" } ,
{ file = "lxml-4.9.4-cp27-cp27mu-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:647bfe88b1997d7ae8d45dabc7c868d8cb0c8412a6e730a7651050b8c7289cf2" } ,
{ file = "lxml-4.9.4-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:4d973729ce04784906a19108054e1fd476bc85279a403ea1a72fdb051c76fa48" } ,
{ file = "lxml-4.9.4-cp310-cp310-macosx_11_0_x86_64.whl" , hash = "sha256:056a17eaaf3da87a05523472ae84246f87ac2f29a53306466c22e60282e54ff8" } ,
{ file = "lxml-4.9.4-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:aaa5c173a26960fe67daa69aa93d6d6a1cd714a6eb13802d4e4bd1d24a530644" } ,
{ file = "lxml-4.9.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:647459b23594f370c1c01768edaa0ba0959afc39caeeb793b43158bb9bb6a663" } ,
{ file = "lxml-4.9.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:bdd9abccd0927673cffe601d2c6cdad1c9321bf3437a2f507d6b037ef91ea307" } ,
{ file = "lxml-4.9.4-cp310-cp310-manylinux_2_28_x86_64.whl" , hash = "sha256:00e91573183ad273e242db5585b52670eddf92bacad095ce25c1e682da14ed91" } ,
{ file = "lxml-4.9.4-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:a602ed9bd2c7d85bd58592c28e101bd9ff9c718fbde06545a70945ffd5d11868" } ,
{ file = "lxml-4.9.4-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:de362ac8bc962408ad8fae28f3967ce1a262b5d63ab8cefb42662566737f1dc7" } ,
{ file = "lxml-4.9.4-cp310-cp310-win32.whl" , hash = "sha256:33714fcf5af4ff7e70a49731a7cc8fd9ce910b9ac194f66eaa18c3cc0a4c02be" } ,
{ file = "lxml-4.9.4-cp310-cp310-win_amd64.whl" , hash = "sha256:d3caa09e613ece43ac292fbed513a4bce170681a447d25ffcbc1b647d45a39c5" } ,
{ file = "lxml-4.9.4-cp311-cp311-macosx_11_0_universal2.whl" , hash = "sha256:359a8b09d712df27849e0bcb62c6a3404e780b274b0b7e4c39a88826d1926c28" } ,
{ file = "lxml-4.9.4-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:43498ea734ccdfb92e1886dfedaebeb81178a241d39a79d5351ba2b671bff2b2" } ,
{ file = "lxml-4.9.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:4855161013dfb2b762e02b3f4d4a21cc7c6aec13c69e3bffbf5022b3e708dd97" } ,
{ file = "lxml-4.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:c71b5b860c5215fdbaa56f715bc218e45a98477f816b46cfde4a84d25b13274e" } ,
{ file = "lxml-4.9.4-cp311-cp311-manylinux_2_28_aarch64.whl" , hash = "sha256:9a2b5915c333e4364367140443b59f09feae42184459b913f0f41b9fed55794a" } ,
{ file = "lxml-4.9.4-cp311-cp311-manylinux_2_28_x86_64.whl" , hash = "sha256:d82411dbf4d3127b6cde7da0f9373e37ad3a43e89ef374965465928f01c2b979" } ,
{ file = "lxml-4.9.4-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:273473d34462ae6e97c0f4e517bd1bf9588aa67a1d47d93f760a1282640e24ac" } ,
{ file = "lxml-4.9.4-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:389d2b2e543b27962990ab529ac6720c3dded588cc6d0f6557eec153305a3622" } ,
{ file = "lxml-4.9.4-cp311-cp311-win32.whl" , hash = "sha256:8aecb5a7f6f7f8fe9cac0bcadd39efaca8bbf8d1bf242e9f175cbe4c925116c3" } ,
{ file = "lxml-4.9.4-cp311-cp311-win_amd64.whl" , hash = "sha256:c7721a3ef41591341388bb2265395ce522aba52f969d33dacd822da8f018aff8" } ,
{ file = "lxml-4.9.4-cp312-cp312-macosx_11_0_universal2.whl" , hash = "sha256:dbcb2dc07308453db428a95a4d03259bd8caea97d7f0776842299f2d00c72fc8" } ,
{ file = "lxml-4.9.4-cp312-cp312-manylinux_2_28_aarch64.whl" , hash = "sha256:01bf1df1db327e748dcb152d17389cf6d0a8c5d533ef9bab781e9d5037619229" } ,
{ file = "lxml-4.9.4-cp312-cp312-manylinux_2_28_x86_64.whl" , hash = "sha256:e8f9f93a23634cfafbad6e46ad7d09e0f4a25a2400e4a64b1b7b7c0fbaa06d9d" } ,
{ file = "lxml-4.9.4-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:3f3f00a9061605725df1816f5713d10cd94636347ed651abdbc75828df302b20" } ,
{ file = "lxml-4.9.4-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:953dd5481bd6252bd480d6ec431f61d7d87fdcbbb71b0d2bdcfc6ae00bb6fb10" } ,
{ file = "lxml-4.9.4-cp312-cp312-win32.whl" , hash = "sha256:266f655d1baff9c47b52f529b5f6bec33f66042f65f7c56adde3fcf2ed62ae8b" } ,
{ file = "lxml-4.9.4-cp312-cp312-win_amd64.whl" , hash = "sha256:f1faee2a831fe249e1bae9cbc68d3cd8a30f7e37851deee4d7962b17c410dd56" } ,
{ file = "lxml-4.9.4-cp35-cp35m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:23d891e5bdc12e2e506e7d225d6aa929e0a0368c9916c1fddefab88166e98b20" } ,
{ file = "lxml-4.9.4-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:e96a1788f24d03e8d61679f9881a883ecdf9c445a38f9ae3f3f193ab6c591c66" } ,
{ file = "lxml-4.9.4-cp36-cp36m-macosx_11_0_x86_64.whl" , hash = "sha256:5557461f83bb7cc718bc9ee1f7156d50e31747e5b38d79cf40f79ab1447afd2d" } ,
{ file = "lxml-4.9.4-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:fdb325b7fba1e2c40b9b1db407f85642e32404131c08480dd652110fc908561b" } ,
{ file = "lxml-4.9.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3d74d4a3c4b8f7a1f676cedf8e84bcc57705a6d7925e6daef7a1e54ae543a197" } ,
{ file = "lxml-4.9.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:ac7674d1638df129d9cb4503d20ffc3922bd463c865ef3cb412f2c926108e9a4" } ,
{ file = "lxml-4.9.4-cp36-cp36m-manylinux_2_28_x86_64.whl" , hash = "sha256:ddd92e18b783aeb86ad2132d84a4b795fc5ec612e3545c1b687e7747e66e2b53" } ,
{ file = "lxml-4.9.4-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:2bd9ac6e44f2db368ef8986f3989a4cad3de4cd55dbdda536e253000c801bcc7" } ,
{ file = "lxml-4.9.4-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:bc354b1393dce46026ab13075f77b30e40b61b1a53e852e99d3cc5dd1af4bc85" } ,
{ file = "lxml-4.9.4-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:f836f39678cb47c9541f04d8ed4545719dc31ad850bf1832d6b4171e30d65d23" } ,
{ file = "lxml-4.9.4-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:9c131447768ed7bc05a02553d939e7f0e807e533441901dd504e217b76307745" } ,
{ file = "lxml-4.9.4-cp36-cp36m-win32.whl" , hash = "sha256:bafa65e3acae612a7799ada439bd202403414ebe23f52e5b17f6ffc2eb98c2be" } ,
{ file = "lxml-4.9.4-cp36-cp36m-win_amd64.whl" , hash = "sha256:6197c3f3c0b960ad033b9b7d611db11285bb461fc6b802c1dd50d04ad715c225" } ,
{ file = "lxml-4.9.4-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:7b378847a09d6bd46047f5f3599cdc64fcb4cc5a5a2dd0a2af610361fbe77b16" } ,
{ file = "lxml-4.9.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:1343df4e2e6e51182aad12162b23b0a4b3fd77f17527a78c53f0f23573663545" } ,
{ file = "lxml-4.9.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:6dbdacf5752fbd78ccdb434698230c4f0f95df7dd956d5f205b5ed6911a1367c" } ,
{ file = "lxml-4.9.4-cp37-cp37m-manylinux_2_28_x86_64.whl" , hash = "sha256:506becdf2ecaebaf7f7995f776394fcc8bd8a78022772de66677c84fb02dd33d" } ,
{ file = "lxml-4.9.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:ca8e44b5ba3edb682ea4e6185b49661fc22b230cf811b9c13963c9f982d1d964" } ,
{ file = "lxml-4.9.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:9d9d5726474cbbef279fd709008f91a49c4f758bec9c062dfbba88eab00e3ff9" } ,
{ file = "lxml-4.9.4-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:bbdd69e20fe2943b51e2841fc1e6a3c1de460d630f65bde12452d8c97209464d" } ,
{ file = "lxml-4.9.4-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:8671622256a0859f5089cbe0ce4693c2af407bc053dcc99aadff7f5310b4aa02" } ,
{ file = "lxml-4.9.4-cp37-cp37m-win32.whl" , hash = "sha256:dd4fda67f5faaef4f9ee5383435048ee3e11ad996901225ad7615bc92245bc8e" } ,
{ file = "lxml-4.9.4-cp37-cp37m-win_amd64.whl" , hash = "sha256:6bee9c2e501d835f91460b2c904bc359f8433e96799f5c2ff20feebd9bb1e590" } ,
{ file = "lxml-4.9.4-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:1f10f250430a4caf84115b1e0f23f3615566ca2369d1962f82bef40dd99cd81a" } ,
{ file = "lxml-4.9.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:3b505f2bbff50d261176e67be24e8909e54b5d9d08b12d4946344066d66b3e43" } ,
{ file = "lxml-4.9.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:1449f9451cd53e0fd0a7ec2ff5ede4686add13ac7a7bfa6988ff6d75cff3ebe2" } ,
{ file = "lxml-4.9.4-cp38-cp38-manylinux_2_28_x86_64.whl" , hash = "sha256:4ece9cca4cd1c8ba889bfa67eae7f21d0d1a2e715b4d5045395113361e8c533d" } ,
{ file = "lxml-4.9.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:59bb5979f9941c61e907ee571732219fa4774d5a18f3fa5ff2df963f5dfaa6bc" } ,
{ file = "lxml-4.9.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:b1980dbcaad634fe78e710c8587383e6e3f61dbe146bcbfd13a9c8ab2d7b1192" } ,
{ file = "lxml-4.9.4-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:9ae6c3363261021144121427b1552b29e7b59de9d6a75bf51e03bc072efb3c37" } ,
{ file = "lxml-4.9.4-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:bcee502c649fa6351b44bb014b98c09cb00982a475a1912a9881ca28ab4f9cd9" } ,
{ file = "lxml-4.9.4-cp38-cp38-win32.whl" , hash = "sha256:a8edae5253efa75c2fc79a90068fe540b197d1c7ab5803b800fccfe240eed33c" } ,
{ file = "lxml-4.9.4-cp38-cp38-win_amd64.whl" , hash = "sha256:701847a7aaefef121c5c0d855b2affa5f9bd45196ef00266724a80e439220e46" } ,
{ file = "lxml-4.9.4-cp39-cp39-macosx_11_0_x86_64.whl" , hash = "sha256:f610d980e3fccf4394ab3806de6065682982f3d27c12d4ce3ee46a8183d64a6a" } ,
{ file = "lxml-4.9.4-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:aa9b5abd07f71b081a33115d9758ef6077924082055005808f68feccb27616bd" } ,
{ file = "lxml-4.9.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:365005e8b0718ea6d64b374423e870648ab47c3a905356ab6e5a5ff03962b9a9" } ,
{ file = "lxml-4.9.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:16b9ec51cc2feab009e800f2c6327338d6ee4e752c76e95a35c4465e80390ccd" } ,
{ file = "lxml-4.9.4-cp39-cp39-manylinux_2_28_x86_64.whl" , hash = "sha256:a905affe76f1802edcac554e3ccf68188bea16546071d7583fb1b693f9cf756b" } ,
{ file = "lxml-4.9.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:fd814847901df6e8de13ce69b84c31fc9b3fb591224d6762d0b256d510cbf382" } ,
{ file = "lxml-4.9.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:91bbf398ac8bb7d65a5a52127407c05f75a18d7015a270fdd94bbcb04e65d573" } ,
{ file = "lxml-4.9.4-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:f99768232f036b4776ce419d3244a04fe83784bce871b16d2c2e984c7fcea847" } ,
{ file = "lxml-4.9.4-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:bb5bd6212eb0edfd1e8f254585290ea1dadc3687dd8fd5e2fd9a87c31915cdab" } ,
{ file = "lxml-4.9.4-cp39-cp39-win32.whl" , hash = "sha256:88f7c383071981c74ec1998ba9b437659e4fd02a3c4a4d3efc16774eb108d0ec" } ,
{ file = "lxml-4.9.4-cp39-cp39-win_amd64.whl" , hash = "sha256:936e8880cc00f839aa4173f94466a8406a96ddce814651075f95837316369899" } ,
{ file = "lxml-4.9.4-pp310-pypy310_pp73-macosx_11_0_x86_64.whl" , hash = "sha256:f6c35b2f87c004270fa2e703b872fcc984d714d430b305145c39d53074e1ffe0" } ,
{ file = "lxml-4.9.4-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:606d445feeb0856c2b424405236a01c71af7c97e5fe42fbc778634faef2b47e4" } ,
{ file = "lxml-4.9.4-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:a1bdcbebd4e13446a14de4dd1825f1e778e099f17f79718b4aeaf2403624b0f7" } ,
{ file = "lxml-4.9.4-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:0a08c89b23117049ba171bf51d2f9c5f3abf507d65d016d6e0fa2f37e18c0fc5" } ,
{ file = "lxml-4.9.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:232fd30903d3123be4c435fb5159938c6225ee8607b635a4d3fca847003134ba" } ,
{ file = "lxml-4.9.4-pp37-pypy37_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:231142459d32779b209aa4b4d460b175cadd604fed856f25c1571a9d78114771" } ,
{ file = "lxml-4.9.4-pp38-pypy38_pp73-macosx_11_0_x86_64.whl" , hash = "sha256:520486f27f1d4ce9654154b4494cf9307b495527f3a2908ad4cb48e4f7ed7ef7" } ,
{ file = "lxml-4.9.4-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:562778586949be7e0d7435fcb24aca4810913771f845d99145a6cee64d5b67ca" } ,
{ file = "lxml-4.9.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:a9e7c6d89c77bb2770c9491d988f26a4b161d05c8ca58f63fb1f1b6b9a74be45" } ,
{ file = "lxml-4.9.4-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:786d6b57026e7e04d184313c1359ac3d68002c33e4b1042ca58c362f1d09ff58" } ,
{ file = "lxml-4.9.4-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:95ae6c5a196e2f239150aa4a479967351df7f44800c93e5a975ec726fef005e2" } ,
{ file = "lxml-4.9.4-pp39-pypy39_pp73-macosx_11_0_x86_64.whl" , hash = "sha256:9b556596c49fa1232b0fff4b0e69b9d4083a502e60e404b44341e2f8fb7187f5" } ,
{ file = "lxml-4.9.4-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:cc02c06e9e320869d7d1bd323df6dd4281e78ac2e7f8526835d3d48c69060683" } ,
{ file = "lxml-4.9.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:857d6565f9aa3464764c2cb6a2e3c2e75e1970e877c188f4aeae45954a314e0c" } ,
{ file = "lxml-4.9.4-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:c42ae7e010d7d6bc51875d768110c10e8a59494855c3d4c348b068f5fb81fdcd" } ,
{ file = "lxml-4.9.4-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:f10250bb190fb0742e3e1958dd5c100524c2cc5096c67c8da51233f7448dc137" } ,
{ file = "lxml-4.9.4.tar.gz" , hash = "sha256:b1541e50b78e15fa06a2670157a1962ef06591d4c998b998047fff5e3236880e" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
[ package . extras ]
cssselect = [ "cssselect (>=0.7)" ]
html5 = [ "html5lib" ]
2023-05-05 23:37:37 +03:00
htmlsoup = [ "BeautifulSoup4" ]
2023-12-26 06:04:21 +03:00
source = [ "Cython (==0.29.37)" ]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "markdown"
2023-11-08 22:24:14 +03:00
version = "3.5.1"
2023-05-05 23:37:37 +03:00
description = "Python implementation of John Gruber's Markdown."
2022-01-05 16:14:08 +03:00
optional = false
2023-10-15 00:31:53 +03:00
python-versions = ">=3.8"
2023-05-05 23:37:37 +03:00
files = [
2023-11-08 22:24:14 +03:00
{ file = "Markdown-3.5.1-py3-none-any.whl" , hash = "sha256:5874b47d4ee3f0b14d764324d2c94c03ea66bee56f2d929da9f2508d65e722dc" } ,
{ file = "Markdown-3.5.1.tar.gz" , hash = "sha256:b65d7beb248dc22f2e8a31fb706d93798093c308dc1aba295aedeb9d41a813bd" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
[ package . extras ]
2023-10-15 00:31:53 +03:00
docs = [ "mdx-gh-links (>=0.2)" , "mkdocs (>=1.5)" , "mkdocs-gen-files" , "mkdocs-literate-nav" , "mkdocs-nature (>=0.6)" , "mkdocs-section-index" , "mkdocstrings[python]" ]
2022-01-05 16:14:08 +03:00
testing = [ "coverage" , "pyyaml" ]
2023-06-20 13:24:21 +03:00
[ [ package ] ]
name = "markupsafe"
version = "2.1.3"
description = "Safely add untrusted strings to HTML/XML markup."
optional = false
python-versions = ">=3.7"
files = [
{ 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" } ,
2024-03-17 12:57:26 +03:00
{ file = "MarkupSafe-2.1.3-cp312-cp312-macosx_10_9_universal2.whl" , hash = "sha256:f698de3fd0c4e6972b92290a45bd9b1536bffe8c6759c62471efaa8acb4c37bc" } ,
{ file = "MarkupSafe-2.1.3-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:aa57bd9cf8ae831a362185ee444e15a93ecb2e344c8e52e4d721ea3ab6ef1823" } ,
{ file = "MarkupSafe-2.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ffcc3f7c66b5f5b7931a5aa68fc9cecc51e685ef90282f4a82f0f5e9b704ad11" } ,
{ file = "MarkupSafe-2.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:47d4f1c5f80fc62fdd7777d0d40a2e9dda0a05883ab11374334f6c4de38adffd" } ,
{ file = "MarkupSafe-2.1.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1f67c7038d560d92149c060157d623c542173016c4babc0c1913cca0564b9939" } ,
{ file = "MarkupSafe-2.1.3-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:9aad3c1755095ce347e26488214ef77e0485a3c34a50c5a5e2471dff60b9dd9c" } ,
{ file = "MarkupSafe-2.1.3-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:14ff806850827afd6b07a5f32bd917fb7f45b046ba40c57abdb636674a8b559c" } ,
{ file = "MarkupSafe-2.1.3-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:8f9293864fe09b8149f0cc42ce56e3f0e54de883a9de90cd427f191c346eb2e1" } ,
{ file = "MarkupSafe-2.1.3-cp312-cp312-win32.whl" , hash = "sha256:715d3562f79d540f251b99ebd6d8baa547118974341db04f5ad06d5ea3eb8007" } ,
{ file = "MarkupSafe-2.1.3-cp312-cp312-win_amd64.whl" , hash = "sha256:1b8dd8c3fd14349433c79fa8abeb573a55fc0fdd769133baac1f5e07abf54aeb" } ,
2023-06-20 13:24:21 +03:00
{ 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-01-05 16:14:08 +03:00
[ [ package ] ]
name = "newrelic"
2023-02-02 10:36:16 +03:00
version = "7.16.0.178"
2022-01-05 16:14:08 +03:00
description = "New Relic Python Agent"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*"
2023-05-05 23:37:37 +03:00
files = [
{ file = "newrelic-7.16.0.178-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:f42a04818c2ab0ade18c0a1a5d35652bb0d1d8cc2cfcb16304fffb15f556f117" } ,
{ file = "newrelic-7.16.0.178-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:5d12f98469a32274dbdd31038a270bc173c7e6612726a1a233cb2e4b861a67fa" } ,
{ file = "newrelic-7.16.0.178-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:ceae5f12e3541b9b88d86a060fa51a4ab4ef9066256fa3fbe28c3f93857afa37" } ,
{ file = "newrelic-7.16.0.178-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:16afa8c95c9cd20bb7687f0f99abbb94f21967c7c7a5c55be01dddfda9b341d5" } ,
{ file = "newrelic-7.16.0.178-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0f3c4a6b4c558ffb74acfcb5ba6991e0df4a9d8fcbb103c37044ea41da931d2c" } ,
{ file = "newrelic-7.16.0.178-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:d0fd11f1a268b119fbb8fe1b73a9bc1bc991c7b0d3a747e207d1705ad3c80ec5" } ,
{ file = "newrelic-7.16.0.178-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:de2ee2292bb12270c4cc92b45c59906f4a671e7030533d30b6a084a63b12687f" } ,
{ file = "newrelic-7.16.0.178-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:6b63e6a16a6676403ac890bb85a357e88955c47e4af576620b92259b4bbae12c" } ,
{ file = "newrelic-7.16.0.178-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:967746253875548068f3d52efe5f41b097672a135d223101c31ea821d8fe311c" } ,
{ file = "newrelic-7.16.0.178-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:4d00b345c54973efd1c5b6c9778a842d896fc0a99d2969dd0ddafca7de5ee81b" } ,
{ file = "newrelic-7.16.0.178-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e4f22613d95c00df6a6143b721a8477b8f59acdfb76f4a1689e81238b4fe10ae" } ,
{ file = "newrelic-7.16.0.178-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:c4e9c2f19de08782c138c1fecf96a21cb8dfa2159c4a32f11fbad37fbf615824" } ,
{ file = "newrelic-7.16.0.178-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f2e6116d45776491e282f93f331bb942d3cdf26859ec20c527ef751c5eb3254f" } ,
{ file = "newrelic-7.16.0.178-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:588e1fb3e15f15ad5b617b5525bbe1d1d6b6a9d3cdce49abed4f878473967ca1" } ,
{ file = "newrelic-7.16.0.178.tar.gz" , hash = "sha256:b31b38e04436cd583eaebf178cf50a7f2c0501f6a0cce72f1dc08eaec64d20da" } ,
]
2022-01-05 16:14:08 +03:00
[ package . extras ]
infinite-tracing = [ "grpcio" , "protobuf (<4)" ]
[ [ package ] ]
name = "oauthlib"
2023-02-02 10:36:16 +03:00
version = "3.2.2"
2022-01-05 16:14:08 +03:00
description = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic"
optional = false
python-versions = ">=3.6"
2023-05-05 23:37:37 +03:00
files = [
{ file = "oauthlib-3.2.2-py3-none-any.whl" , hash = "sha256:8139f29aac13e25d502680e9e19963e83f16838d48a0d71c287fe40e7067fbca" } ,
{ file = "oauthlib-3.2.2.tar.gz" , hash = "sha256:9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918" } ,
]
2022-01-05 16:14:08 +03:00
[ package . extras ]
2023-02-02 10:36:16 +03:00
rsa = [ "cryptography (>=3.0.0)" ]
2022-01-05 16:14:08 +03:00
signals = [ "blinker (>=1.4.0)" ]
2023-02-02 10:36:16 +03:00
signedtoken = [ "cryptography (>=3.0.0)" , "pyjwt (>=2.0.0,<3)" ]
2022-01-05 16:14:08 +03:00
2023-05-05 23:37:37 +03:00
[ [ package ] ]
name = "outcome"
version = "1.2.0"
description = "Capture the outcome of Python function calls."
optional = false
python-versions = ">=3.7"
files = [
{ file = "outcome-1.2.0-py2.py3-none-any.whl" , hash = "sha256:c4ab89a56575d6d38a05aa16daeaa333109c1f96167aba8901ab18b6b5e0f7f5" } ,
{ file = "outcome-1.2.0.tar.gz" , hash = "sha256:6f82bd3de45da303cf1f771ecafa1633750a358436a8bb60e06a1ceb745d2672" } ,
]
[ package . dependencies ]
attrs = ">=19.2.0"
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "packaging"
2023-10-02 15:47:47 +03:00
version = "23.2"
2022-01-05 16:14:08 +03:00
description = "Core utilities for Python packages"
optional = false
2023-05-05 23:37:37 +03:00
python-versions = ">=3.7"
files = [
2023-10-02 15:47:47 +03:00
{ file = "packaging-23.2-py3-none-any.whl" , hash = "sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7" } ,
{ file = "packaging-23.2.tar.gz" , hash = "sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "pem"
2023-07-14 06:49:46 +03:00
version = "23.1.0"
description = "PEM file parsing in Python."
2022-01-05 16:14:08 +03:00
optional = false
2023-07-14 06:49:46 +03:00
python-versions = ">=3.8"
2023-05-05 23:37:37 +03:00
files = [
2023-07-14 06:49:46 +03:00
{ file = "pem-23.1.0-py3-none-any.whl" , hash = "sha256:78bbb1e75b737891350cb9499cbba31da5d59545f360f44163c0bc751cad55d3" } ,
{ file = "pem-23.1.0.tar.gz" , hash = "sha256:06503ff2441a111f853ce4e8b9eb9d5fedb488ebdbf560115d3dd53a1b4afc73" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
[ package . extras ]
2023-07-14 06:49:46 +03:00
dev = [ "pem[tests,types]" , "twisted[tls]" ]
docs = [ "furo" , "myst-parser" , "sphinx" , "sphinx-notfound-page" , "twisted[tls]" ]
2023-05-05 23:37:37 +03:00
tests = [ "certifi" , "coverage[toml] (>=5.0.2)" , "pretend" , "pyopenssl" , "pytest" ]
2023-07-14 06:49:46 +03:00
types = [ "mypy" , "twisted" , "types-pyopenssl" ]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "pillow"
2024-04-03 19:42:56 +03:00
version = "10.3.0"
2022-01-05 16:14:08 +03:00
description = "Python Imaging Library (Fork)"
optional = false
2023-09-18 17:25:31 +03:00
python-versions = ">=3.8"
2023-05-05 23:37:37 +03:00
files = [
2024-04-03 19:42:56 +03:00
{ file = "pillow-10.3.0-cp310-cp310-macosx_10_10_x86_64.whl" , hash = "sha256:90b9e29824800e90c84e4022dd5cc16eb2d9605ee13f05d47641eb183cd73d45" } ,
{ file = "pillow-10.3.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:a2c405445c79c3f5a124573a051062300936b0281fee57637e706453e452746c" } ,
{ file = "pillow-10.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:78618cdbccaa74d3f88d0ad6cb8ac3007f1a6fa5c6f19af64b55ca170bfa1edf" } ,
{ file = "pillow-10.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:261ddb7ca91fcf71757979534fb4c128448b5b4c55cb6152d280312062f69599" } ,
{ file = "pillow-10.3.0-cp310-cp310-manylinux_2_28_aarch64.whl" , hash = "sha256:ce49c67f4ea0609933d01c0731b34b8695a7a748d6c8d186f95e7d085d2fe475" } ,
{ file = "pillow-10.3.0-cp310-cp310-manylinux_2_28_x86_64.whl" , hash = "sha256:b14f16f94cbc61215115b9b1236f9c18403c15dd3c52cf629072afa9d54c1cbf" } ,
{ file = "pillow-10.3.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:d33891be6df59d93df4d846640f0e46f1a807339f09e79a8040bc887bdcd7ed3" } ,
{ file = "pillow-10.3.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:b50811d664d392f02f7761621303eba9d1b056fb1868c8cdf4231279645c25f5" } ,
{ file = "pillow-10.3.0-cp310-cp310-win32.whl" , hash = "sha256:ca2870d5d10d8726a27396d3ca4cf7976cec0f3cb706debe88e3a5bd4610f7d2" } ,
{ file = "pillow-10.3.0-cp310-cp310-win_amd64.whl" , hash = "sha256:f0d0591a0aeaefdaf9a5e545e7485f89910c977087e7de2b6c388aec32011e9f" } ,
{ file = "pillow-10.3.0-cp310-cp310-win_arm64.whl" , hash = "sha256:ccce24b7ad89adb5a1e34a6ba96ac2530046763912806ad4c247356a8f33a67b" } ,
{ file = "pillow-10.3.0-cp311-cp311-macosx_10_10_x86_64.whl" , hash = "sha256:5f77cf66e96ae734717d341c145c5949c63180842a545c47a0ce7ae52ca83795" } ,
{ file = "pillow-10.3.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:e4b878386c4bf293578b48fc570b84ecfe477d3b77ba39a6e87150af77f40c57" } ,
{ file = "pillow-10.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:fdcbb4068117dfd9ce0138d068ac512843c52295ed996ae6dd1faf537b6dbc27" } ,
{ file = "pillow-10.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9797a6c8fe16f25749b371c02e2ade0efb51155e767a971c61734b1bf6293994" } ,
{ file = "pillow-10.3.0-cp311-cp311-manylinux_2_28_aarch64.whl" , hash = "sha256:9e91179a242bbc99be65e139e30690e081fe6cb91a8e77faf4c409653de39451" } ,
{ file = "pillow-10.3.0-cp311-cp311-manylinux_2_28_x86_64.whl" , hash = "sha256:1b87bd9d81d179bd8ab871603bd80d8645729939f90b71e62914e816a76fc6bd" } ,
{ file = "pillow-10.3.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:81d09caa7b27ef4e61cb7d8fbf1714f5aec1c6b6c5270ee53504981e6e9121ad" } ,
{ file = "pillow-10.3.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:048ad577748b9fa4a99a0548c64f2cb8d672d5bf2e643a739ac8faff1164238c" } ,
{ file = "pillow-10.3.0-cp311-cp311-win32.whl" , hash = "sha256:7161ec49ef0800947dc5570f86568a7bb36fa97dd09e9827dc02b718c5643f09" } ,
{ file = "pillow-10.3.0-cp311-cp311-win_amd64.whl" , hash = "sha256:8eb0908e954d093b02a543dc963984d6e99ad2b5e36503d8a0aaf040505f747d" } ,
{ file = "pillow-10.3.0-cp311-cp311-win_arm64.whl" , hash = "sha256:4e6f7d1c414191c1199f8996d3f2282b9ebea0945693fb67392c75a3a320941f" } ,
{ file = "pillow-10.3.0-cp312-cp312-macosx_10_10_x86_64.whl" , hash = "sha256:e46f38133e5a060d46bd630faa4d9fa0202377495df1f068a8299fd78c84de84" } ,
{ file = "pillow-10.3.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:50b8eae8f7334ec826d6eeffaeeb00e36b5e24aa0b9df322c247539714c6df19" } ,
{ file = "pillow-10.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9d3bea1c75f8c53ee4d505c3e67d8c158ad4df0d83170605b50b64025917f338" } ,
{ file = "pillow-10.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:19aeb96d43902f0a783946a0a87dbdad5c84c936025b8419da0a0cd7724356b1" } ,
{ file = "pillow-10.3.0-cp312-cp312-manylinux_2_28_aarch64.whl" , hash = "sha256:74d28c17412d9caa1066f7a31df8403ec23d5268ba46cd0ad2c50fb82ae40462" } ,
{ file = "pillow-10.3.0-cp312-cp312-manylinux_2_28_x86_64.whl" , hash = "sha256:ff61bfd9253c3915e6d41c651d5f962da23eda633cf02262990094a18a55371a" } ,
{ file = "pillow-10.3.0-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:d886f5d353333b4771d21267c7ecc75b710f1a73d72d03ca06df49b09015a9ef" } ,
{ file = "pillow-10.3.0-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:4b5ec25d8b17217d635f8935dbc1b9aa5907962fae29dff220f2659487891cd3" } ,
{ file = "pillow-10.3.0-cp312-cp312-win32.whl" , hash = "sha256:51243f1ed5161b9945011a7360e997729776f6e5d7005ba0c6879267d4c5139d" } ,
{ file = "pillow-10.3.0-cp312-cp312-win_amd64.whl" , hash = "sha256:412444afb8c4c7a6cc11a47dade32982439925537e483be7c0ae0cf96c4f6a0b" } ,
{ file = "pillow-10.3.0-cp312-cp312-win_arm64.whl" , hash = "sha256:798232c92e7665fe82ac085f9d8e8ca98826f8e27859d9a96b41d519ecd2e49a" } ,
{ file = "pillow-10.3.0-cp38-cp38-macosx_10_10_x86_64.whl" , hash = "sha256:4eaa22f0d22b1a7e93ff0a596d57fdede2e550aecffb5a1ef1106aaece48e96b" } ,
{ file = "pillow-10.3.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:cd5e14fbf22a87321b24c88669aad3a51ec052eb145315b3da3b7e3cc105b9a2" } ,
{ file = "pillow-10.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1530e8f3a4b965eb6a7785cf17a426c779333eb62c9a7d1bbcf3ffd5bf77a4aa" } ,
{ file = "pillow-10.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5d512aafa1d32efa014fa041d38868fda85028e3f930a96f85d49c7d8ddc0383" } ,
{ file = "pillow-10.3.0-cp38-cp38-manylinux_2_28_aarch64.whl" , hash = "sha256:339894035d0ede518b16073bdc2feef4c991ee991a29774b33e515f1d308e08d" } ,
{ file = "pillow-10.3.0-cp38-cp38-manylinux_2_28_x86_64.whl" , hash = "sha256:aa7e402ce11f0885305bfb6afb3434b3cd8f53b563ac065452d9d5654c7b86fd" } ,
{ file = "pillow-10.3.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:0ea2a783a2bdf2a561808fe4a7a12e9aa3799b701ba305de596bc48b8bdfce9d" } ,
{ file = "pillow-10.3.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:c78e1b00a87ce43bb37642c0812315b411e856a905d58d597750eb79802aaaa3" } ,
{ file = "pillow-10.3.0-cp38-cp38-win32.whl" , hash = "sha256:72d622d262e463dfb7595202d229f5f3ab4b852289a1cd09650362db23b9eb0b" } ,
{ file = "pillow-10.3.0-cp38-cp38-win_amd64.whl" , hash = "sha256:2034f6759a722da3a3dbd91a81148cf884e91d1b747992ca288ab88c1de15999" } ,
{ file = "pillow-10.3.0-cp39-cp39-macosx_10_10_x86_64.whl" , hash = "sha256:2ed854e716a89b1afcedea551cd85f2eb2a807613752ab997b9974aaa0d56936" } ,
{ file = "pillow-10.3.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:dc1a390a82755a8c26c9964d457d4c9cbec5405896cba94cf51f36ea0d855002" } ,
{ file = "pillow-10.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4203efca580f0dd6f882ca211f923168548f7ba334c189e9eab1178ab840bf60" } ,
{ file = "pillow-10.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3102045a10945173d38336f6e71a8dc71bcaeed55c3123ad4af82c52807b9375" } ,
{ file = "pillow-10.3.0-cp39-cp39-manylinux_2_28_aarch64.whl" , hash = "sha256:6fb1b30043271ec92dc65f6d9f0b7a830c210b8a96423074b15c7bc999975f57" } ,
{ file = "pillow-10.3.0-cp39-cp39-manylinux_2_28_x86_64.whl" , hash = "sha256:1dfc94946bc60ea375cc39cff0b8da6c7e5f8fcdc1d946beb8da5c216156ddd8" } ,
{ file = "pillow-10.3.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:b09b86b27a064c9624d0a6c54da01c1beaf5b6cadfa609cf63789b1d08a797b9" } ,
{ file = "pillow-10.3.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:d3b2348a78bc939b4fed6552abfd2e7988e0f81443ef3911a4b8498ca084f6eb" } ,
{ file = "pillow-10.3.0-cp39-cp39-win32.whl" , hash = "sha256:45ebc7b45406febf07fef35d856f0293a92e7417ae7933207e90bf9090b70572" } ,
{ file = "pillow-10.3.0-cp39-cp39-win_amd64.whl" , hash = "sha256:0ba26351b137ca4e0db0342d5d00d2e355eb29372c05afd544ebf47c0956ffeb" } ,
{ file = "pillow-10.3.0-cp39-cp39-win_arm64.whl" , hash = "sha256:50fd3f6b26e3441ae07b7c979309638b72abc1a25da31a81a7fbd9495713ef4f" } ,
{ file = "pillow-10.3.0-pp310-pypy310_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:6b02471b72526ab8a18c39cb7967b72d194ec53c1fd0a70b050565a0f366d355" } ,
{ file = "pillow-10.3.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl" , hash = "sha256:8ab74c06ffdab957d7670c2a5a6e1a70181cd10b727cd788c4dd9005b6a8acd9" } ,
{ file = "pillow-10.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:048eeade4c33fdf7e08da40ef402e748df113fd0b4584e32c4af74fe78baaeb2" } ,
{ file = "pillow-10.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9e2ec1e921fd07c7cda7962bad283acc2f2a9ccc1b971ee4b216b75fad6f0463" } ,
{ file = "pillow-10.3.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:4c8e73e99da7db1b4cad7f8d682cf6abad7844da39834c288fbfa394a47bbced" } ,
{ file = "pillow-10.3.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:16563993329b79513f59142a6b02055e10514c1a8e86dca8b48a893e33cf91e3" } ,
{ file = "pillow-10.3.0-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:dd78700f5788ae180b5ee8902c6aea5a5726bac7c364b202b4b3e3ba2d293170" } ,
{ file = "pillow-10.3.0-pp39-pypy39_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:aff76a55a8aa8364d25400a210a65ff59d0168e0b4285ba6bf2bd83cf675ba32" } ,
{ file = "pillow-10.3.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl" , hash = "sha256:b7bc2176354defba3edc2b9a777744462da2f8e921fbaf61e52acb95bafa9828" } ,
{ file = "pillow-10.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:793b4e24db2e8742ca6423d3fde8396db336698c55cd34b660663ee9e45ed37f" } ,
{ file = "pillow-10.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d93480005693d247f8346bc8ee28c72a2191bdf1f6b5db469c096c0c867ac015" } ,
{ file = "pillow-10.3.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:c83341b89884e2b2e55886e8fbbf37c3fa5efd6c8907124aeb72f285ae5696e5" } ,
{ file = "pillow-10.3.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:1a1d1915db1a4fdb2754b9de292642a39a7fb28f1736699527bb649484fb966a" } ,
{ file = "pillow-10.3.0-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:a0eaa93d054751ee9964afa21c06247779b90440ca41d184aeb5d410f20ff591" } ,
{ file = "pillow-10.3.0.tar.gz" , hash = "sha256:9d2455fbf44c914840c793e89aa82d0e1763a14253a000743719ae5946814b2d" } ,
2023-05-05 23:37:37 +03:00
]
[ package . extras ]
docs = [ "furo" , "olefile" , "sphinx (>=2.4)" , "sphinx-copybutton" , "sphinx-inline-tabs" , "sphinx-removed-in" , "sphinxext-opengraph" ]
2024-01-23 23:41:31 +03:00
fpx = [ "olefile" ]
mic = [ "olefile" ]
2023-05-05 23:37:37 +03:00
tests = [ "check-manifest" , "coverage" , "defusedxml" , "markdown2" , "olefile" , "packaging" , "pyroma" , "pytest" , "pytest-cov" , "pytest-timeout" ]
2024-01-23 23:41:31 +03:00
typing = [ "typing-extensions" ]
xmp = [ "defusedxml" ]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "pluggy"
2024-04-02 09:55:17 +03:00
version = "1.4.0"
2022-01-05 16:14:08 +03:00
description = "plugin and hook calling mechanisms for python"
optional = false
2023-09-18 17:25:31 +03:00
python-versions = ">=3.8"
2023-05-05 23:37:37 +03:00
files = [
2024-04-02 09:55:17 +03:00
{ file = "pluggy-1.4.0-py3-none-any.whl" , hash = "sha256:7db9f7b503d67d1c5b95f59773ebb58a8c1c288129a88665838012cfb07b8981" } ,
{ file = "pluggy-1.4.0.tar.gz" , hash = "sha256:8c85c2876142a764e5b7548e7d9a0e0ddb46f5185161049a79b7e974454223be" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
testing = [ "pytest" , "pytest-benchmark" ]
2023-09-18 17:34:34 +03:00
[ [ package ] ]
name = "psycopg"
2024-03-17 13:07:46 +03:00
version = "3.1.18"
2023-09-18 17:34:34 +03:00
description = "PostgreSQL database adapter for Python"
optional = false
python-versions = ">=3.7"
files = [
2024-03-17 13:07:46 +03:00
{ file = "psycopg-3.1.18-py3-none-any.whl" , hash = "sha256:4d5a0a5a8590906daa58ebd5f3cfc34091377354a1acced269dd10faf55da60e" } ,
{ file = "psycopg-3.1.18.tar.gz" , hash = "sha256:31144d3fb4c17d78094d9e579826f047d4af1da6a10427d91dfcfb6ecdf6f12b" } ,
2023-09-18 17:34:34 +03:00
]
[ package . dependencies ]
2024-03-17 13:07:46 +03:00
psycopg-binary = { version = "3.1.18" , optional = true , markers = "implementation_name != \"pypy\" and extra == \"binary\"" }
2023-09-18 17:34:34 +03:00
typing-extensions = ">=4.1"
tzdata = { version = "*" , markers = "sys_platform == \"win32\"" }
[ package . extras ]
2024-03-17 13:07:46 +03:00
binary = [ "psycopg-binary (==3.1.18)" ]
c = [ "psycopg-c (==3.1.18)" ]
dev = [ "black (>=24.1.0)" , "codespell (>=2.2)" , "dnspython (>=2.1)" , "flake8 (>=4.0)" , "mypy (>=1.4.1)" , "types-setuptools (>=57.4)" , "wheel (>=0.37)" ]
2023-09-18 17:34:34 +03:00
docs = [ "Sphinx (>=5.0)" , "furo (==2022.6.21)" , "sphinx-autobuild (>=2021.3.14)" , "sphinx-autodoc-typehints (>=1.12)" ]
pool = [ "psycopg-pool" ]
2023-09-23 20:38:26 +03:00
test = [ "anyio (>=3.6.2,<4.0)" , "mypy (>=1.4.1)" , "pproxy (>=2.7)" , "pytest (>=6.2.5)" , "pytest-cov (>=3.0)" , "pytest-randomly (>=3.5)" ]
2023-09-18 17:34:34 +03:00
2022-01-05 16:14:08 +03:00
[ [ package ] ]
2023-09-18 17:25:31 +03:00
name = "psycopg-binary"
2024-03-17 13:07:46 +03:00
version = "3.1.18"
2023-09-18 17:25:31 +03:00
description = "PostgreSQL database adapter for Python -- C optimisation distribution"
2022-01-05 16:14:08 +03:00
optional = false
2023-09-18 17:25:31 +03:00
python-versions = ">=3.7"
2023-05-05 23:37:37 +03:00
files = [
2024-03-17 13:07:46 +03:00
{ file = "psycopg_binary-3.1.18-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:5c323103dfa663b88204cf5f028e83c77d7a715f9b6f51d2bbc8184b99ddd90a" } ,
{ file = "psycopg_binary-3.1.18-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:887f8d856c91510148be942c7acd702ccf761a05f59f8abc123c22ab77b5a16c" } ,
{ file = "psycopg_binary-3.1.18-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d322ba72cde4ca2eefc2196dad9ad7e52451acd2f04e3688d590290625d0c970" } ,
{ file = "psycopg_binary-3.1.18-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:489aa4fe5a0b653b68341e9e44af247dedbbc655326854aa34c163ef1bcb3143" } ,
{ file = "psycopg_binary-3.1.18-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:55ff0948457bfa8c0d35c46e3a75193906d1c275538877ba65907fd67aa059ad" } ,
{ file = "psycopg_binary-3.1.18-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b15e3653c82384b043d820fc637199b5c6a36b37fa4a4943e0652785bb2bad5d" } ,
{ file = "psycopg_binary-3.1.18-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:f8ff3bc08b43f36fdc24fedb86d42749298a458c4724fb588c4d76823ac39f54" } ,
{ file = "psycopg_binary-3.1.18-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:1729d0e3dfe2546d823841eb7a3d003144189d6f5e138ee63e5227f8b75276a5" } ,
{ file = "psycopg_binary-3.1.18-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:13bcd3742112446037d15e360b27a03af4b5afcf767f5ee374ef8f5dd7571b31" } ,
{ file = "psycopg_binary-3.1.18-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:320047e3d3554b857e16c2b6b615a85e0db6a02426f4d203a4594a2f125dfe57" } ,
{ file = "psycopg_binary-3.1.18-cp310-cp310-win_amd64.whl" , hash = "sha256:888a72c2aca4316ca6d4a619291b805677bae99bba2f6e31a3c18424a48c7e4d" } ,
{ file = "psycopg_binary-3.1.18-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:4e4de16a637ec190cbee82e0c2dc4860fed17a23a35f7a1e6dc479a5c6876722" } ,
{ file = "psycopg_binary-3.1.18-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:6432047b8b24ef97e3fbee1d1593a0faaa9544c7a41a2c67d1f10e7621374c83" } ,
{ file = "psycopg_binary-3.1.18-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9d684227ef8212e27da5f2aff9d4d303cc30b27ac1702d4f6881935549486dd5" } ,
{ file = "psycopg_binary-3.1.18-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:67284e2e450dc7a9e4d76e78c0bd357dc946334a3d410defaeb2635607f632cd" } ,
{ file = "psycopg_binary-3.1.18-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:1c9b6bd7fb5c6638cb32469674707649b526acfe786ba6d5a78ca4293d87bae4" } ,
{ file = "psycopg_binary-3.1.18-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7121acc783c4e86d2d320a7fb803460fab158a7f0a04c5e8c5d49065118c1e73" } ,
{ file = "psycopg_binary-3.1.18-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:e28ff8f3de7b56588c2a398dc135fd9f157d12c612bd3daa7e6ba9872337f6f5" } ,
{ file = "psycopg_binary-3.1.18-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:c84a0174109f329eeda169004c7b7ca2e884a6305acab4a39600be67f915ed38" } ,
{ file = "psycopg_binary-3.1.18-cp311-cp311-musllinux_1_1_ppc64le.whl" , hash = "sha256:531381f6647fc267383dca88dbe8a70d0feff433a8e3d0c4939201fea7ae1b82" } ,
{ file = "psycopg_binary-3.1.18-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:b293e01057e63c3ac0002aa132a1071ce0fdb13b9ee2b6b45d3abdb3525c597d" } ,
{ file = "psycopg_binary-3.1.18-cp311-cp311-win_amd64.whl" , hash = "sha256:780a90bcb69bf27a8b08bc35b958e974cb6ea7a04cdec69e737f66378a344d68" } ,
{ file = "psycopg_binary-3.1.18-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:87dd9154b757a5fbf6d590f6f6ea75f4ad7b764a813ae04b1d91a70713f414a1" } ,
{ file = "psycopg_binary-3.1.18-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:f876ebbf92db70125f6375f91ab4bc6b27648aa68f90d661b1fc5affb4c9731c" } ,
{ file = "psycopg_binary-3.1.18-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:258d2f0cb45e4574f8b2fe7c6d0a0e2eb58903a4fd1fbaf60954fba82d595ab7" } ,
{ file = "psycopg_binary-3.1.18-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:bd27f713f2e5ef3fd6796e66c1a5203a27a30ecb847be27a78e1df8a9a5ae68c" } ,
{ file = "psycopg_binary-3.1.18-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c38a4796abf7380f83b1653c2711cb2449dd0b2e5aca1caa75447d6fa5179c69" } ,
{ file = "psycopg_binary-3.1.18-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b2f7f95746efd1be2dc240248cc157f4315db3fd09fef2adfcc2a76e24aa5741" } ,
{ file = "psycopg_binary-3.1.18-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:4085f56a8d4fc8b455e8f44380705c7795be5317419aa5f8214f315e4205d804" } ,
{ file = "psycopg_binary-3.1.18-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:2e2484ae835dedc80cdc7f1b1a939377dc967fed862262cfd097aa9f50cade46" } ,
{ file = "psycopg_binary-3.1.18-cp312-cp312-musllinux_1_1_ppc64le.whl" , hash = "sha256:3c2b039ae0c45eee4cd85300ef802c0f97d0afc78350946a5d0ec77dd2d7e834" } ,
{ file = "psycopg_binary-3.1.18-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:8f54978c4b646dec77fefd8485fa82ec1a87807f334004372af1aaa6de9539a5" } ,
{ file = "psycopg_binary-3.1.18-cp312-cp312-win_amd64.whl" , hash = "sha256:9ffcbbd389e486d3fd83d30107bbf8b27845a295051ccabde240f235d04ed921" } ,
{ file = "psycopg_binary-3.1.18-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:c76659ae29a84f2c14f56aad305dd00eb685bd88f8c0a3281a9a4bc6bd7d2aa7" } ,
{ file = "psycopg_binary-3.1.18-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3c7afcd6f1d55992f26d9ff7b0bd4ee6b475eb43aa3f054d67d32e09f18b0065" } ,
{ file = "psycopg_binary-3.1.18-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:639dd78ac09b144b0119076783cb64e1128cc8612243e9701d1503c816750b2e" } ,
{ file = "psycopg_binary-3.1.18-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:e1cf59e0bb12e031a48bb628aae32df3d0c98fd6c759cb89f464b1047f0ca9c8" } ,
{ file = "psycopg_binary-3.1.18-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e262398e5d51563093edf30612cd1e20fedd932ad0994697d7781ca4880cdc3d" } ,
{ file = "psycopg_binary-3.1.18-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:59701118c7d8842e451f1e562d08e8708b3f5d14974eefbce9374badd723c4ae" } ,
{ file = "psycopg_binary-3.1.18-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:dea4a59da7850192fdead9da888e6b96166e90608cf39e17b503f45826b16f84" } ,
{ file = "psycopg_binary-3.1.18-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:4575da95fc441244a0e2ebaf33a2b2f74164603341d2046b5cde0a9aa86aa7e2" } ,
{ file = "psycopg_binary-3.1.18-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:812726266ab96de681f2c7dbd6b734d327f493a78357fcc16b2ac86ff4f4e080" } ,
{ file = "psycopg_binary-3.1.18-cp37-cp37m-win_amd64.whl" , hash = "sha256:3e7ce4d988112ca6c75765c7f24c83bdc476a6a5ce00878df6c140ca32c3e16d" } ,
{ file = "psycopg_binary-3.1.18-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:02bd4da45d5ee9941432e2e9bf36fa71a3ac21c6536fe7366d1bd3dd70d6b1e7" } ,
{ file = "psycopg_binary-3.1.18-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:39242546383f6b97032de7af30edb483d237a0616f6050512eee7b218a2aa8ee" } ,
{ file = "psycopg_binary-3.1.18-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d46ae44d66bf6058a812467f6ae84e4e157dee281bfb1cfaeca07dee07452e85" } ,
{ file = "psycopg_binary-3.1.18-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ad35ac7fd989184bf4d38a87decfb5a262b419e8ba8dcaeec97848817412c64a" } ,
{ file = "psycopg_binary-3.1.18-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:247474af262bdd5559ee6e669926c4f23e9cf53dae2d34c4d991723c72196404" } ,
{ file = "psycopg_binary-3.1.18-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6ebecbf2406cd6875bdd2453e31067d1bd8efe96705a9489ef37e93b50dc6f09" } ,
{ file = "psycopg_binary-3.1.18-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:1859aeb2133f5ecdd9cbcee155f5e38699afc06a365f903b1512c765fd8d457e" } ,
{ file = "psycopg_binary-3.1.18-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:da917f6df8c6b2002043193cb0d74cc173b3af7eb5800ad69c4e1fbac2a71c30" } ,
{ file = "psycopg_binary-3.1.18-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:9e24e7b6a68a51cc3b162d0339ae4e1263b253e887987d5c759652f5692b5efe" } ,
{ file = "psycopg_binary-3.1.18-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:e252d66276c992319ed6cd69a3ffa17538943954075051e992143ccbf6dc3d3e" } ,
{ file = "psycopg_binary-3.1.18-cp38-cp38-win_amd64.whl" , hash = "sha256:5d6e860edf877d4413e4a807e837d55e3a7c7df701e9d6943c06e460fa6c058f" } ,
{ file = "psycopg_binary-3.1.18-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:eea5f14933177ffe5c40b200f04f814258cc14b14a71024ad109f308e8bad414" } ,
{ file = "psycopg_binary-3.1.18-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:824a1bfd0db96cc6bef2d1e52d9e0963f5bf653dd5bc3ab519a38f5e6f21c299" } ,
{ file = "psycopg_binary-3.1.18-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a87e9eeb80ce8ec8c2783f29bce9a50bbcd2e2342a340f159c3326bf4697afa1" } ,
{ file = "psycopg_binary-3.1.18-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:91074f78a9f890af5f2c786691575b6b93a4967ad6b8c5a90101f7b8c1a91d9c" } ,
{ file = "psycopg_binary-3.1.18-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:e05f6825f8db4428782135e6986fec79b139210398f3710ed4aa6ef41473c008" } ,
{ file = "psycopg_binary-3.1.18-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0f68ac2364a50d4cf9bb803b4341e83678668f1881a253e1224574921c69868c" } ,
{ file = "psycopg_binary-3.1.18-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:7ac1785d67241d5074f8086705fa68e046becea27964267ab3abd392481d7773" } ,
{ file = "psycopg_binary-3.1.18-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:cd2a9f7f0d4dacc5b9ce7f0e767ae6cc64153264151f50698898c42cabffec0c" } ,
{ file = "psycopg_binary-3.1.18-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:3e4b0bb91da6f2238dbd4fbb4afc40dfb4f045bb611b92fce4d381b26413c686" } ,
{ file = "psycopg_binary-3.1.18-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:74e498586b72fb819ca8ea82107747d0cb6e00ae685ea6d1ab3f929318a8ce2d" } ,
{ file = "psycopg_binary-3.1.18-cp39-cp39-win_amd64.whl" , hash = "sha256:d4422af5232699f14b7266a754da49dc9bcd45eba244cf3812307934cd5d6679" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "pycparser"
version = "2.21"
description = "C parser in Python"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2023-05-05 23:37:37 +03:00
files = [
{ file = "pycparser-2.21-py2.py3-none-any.whl" , hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9" } ,
{ file = "pycparser-2.21.tar.gz" , hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206" } ,
]
2023-06-20 13:24:21 +03:00
[ [ package ] ]
name = "pygments"
2023-09-18 17:25:31 +03:00
version = "2.16.1"
2023-06-20 13:24:21 +03:00
description = "Pygments is a syntax highlighting package written in Python."
optional = false
python-versions = ">=3.7"
files = [
2023-09-18 17:25:31 +03:00
{ file = "Pygments-2.16.1-py3-none-any.whl" , hash = "sha256:13fc09fa63bc8d8671a6d247e1eb303c4b343eaee81d861f3404db2935653692" } ,
{ file = "Pygments-2.16.1.tar.gz" , hash = "sha256:1daff0494820c69bc8941e407aa20f577374ee88364ee10a98fdbe0aece96e29" } ,
2023-06-20 13:24:21 +03:00
]
[ package . extras ]
plugins = [ "importlib-metadata" ]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "pyjwt"
2023-09-18 17:25:31 +03:00
version = "2.8.0"
2022-01-05 16:14:08 +03:00
description = "JSON Web Token implementation in Python"
optional = false
2023-05-05 23:37:37 +03:00
python-versions = ">=3.7"
files = [
2023-09-18 17:25:31 +03:00
{ file = "PyJWT-2.8.0-py3-none-any.whl" , hash = "sha256:59127c392cc44c2da5bb3192169a91f429924e17aff6534d70fdc02ab3e04320" } ,
{ file = "PyJWT-2.8.0.tar.gz" , hash = "sha256:57e28d156e3d5c10088e0c68abb90bfac3df82b40a71bd0daa20c65ccd5c23de" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
[ package . dependencies ]
2023-05-05 23:37:37 +03:00
cryptography = { version = ">=3.4.0" , optional = true , markers = "extra == \"crypto\"" }
2022-01-05 16:14:08 +03:00
[ package . extras ]
2023-05-05 23:37:37 +03: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" ]
docs = [ "sphinx (>=4.5.0,<5.0.0)" , "sphinx-rtd-theme" , "zope.interface" ]
tests = [ "coverage[toml] (==5.0.4)" , "pytest (>=6.0.0,<7.0.0)" ]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "pymple"
version = "0.1.3"
description = "A simple Inversion of Control container"
optional = false
python-versions = "*"
2023-05-05 23:37:37 +03:00
files = [
{ file = "pymple-0.1.3.tar.gz" , hash = "sha256:7c3e3ffe0d26d05e851e600e4eb74c91d96545573cf55a10bdcbec41dab19971" } ,
]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "pyopenssl"
2023-11-26 09:05:48 +03:00
version = "23.3.0"
2022-01-05 16:14:08 +03:00
description = "Python wrapper module around the OpenSSL library"
optional = false
2023-11-26 09:05:48 +03:00
python-versions = ">=3.7"
2023-05-05 23:37:37 +03:00
files = [
2023-11-26 09:05:48 +03:00
{ file = "pyOpenSSL-23.3.0-py3-none-any.whl" , hash = "sha256:6756834481d9ed5470f4a9393455154bc92fe7a64b7bc6ee2c804e78c52099b2" } ,
{ file = "pyOpenSSL-23.3.0.tar.gz" , hash = "sha256:6b2cba5cc46e822750ec3e5a81ee12819850b11303630d575e98108a079c2b12" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
[ package . dependencies ]
2023-11-26 09:05:48 +03:00
cryptography = ">=41.0.5,<42"
2022-01-05 16:14:08 +03:00
[ package . extras ]
2023-11-26 09:05:48 +03:00
docs = [ "sphinx (!=5.2.0,!=5.2.0.post0,!=7.2.5)" , "sphinx-rtd-theme" ]
2022-01-05 16:14:08 +03:00
test = [ "flaky" , "pretend" , "pytest (>=3.0.1)" ]
[ [ package ] ]
2023-05-05 23:37:37 +03:00
name = "pysocks"
version = "1.7.1"
description = "A Python SOCKS client module. See https://github.com/Anorov/PySocks for more information."
2022-01-05 16:14:08 +03:00
optional = false
2023-05-05 23:37:37 +03:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
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-01-05 16:14:08 +03:00
[ [ package ] ]
name = "pytest"
2024-04-02 09:55:17 +03:00
version = "8.1.1"
2022-01-05 16:14:08 +03:00
description = "pytest: simple powerful testing with Python"
optional = false
2024-04-02 09:55:17 +03:00
python-versions = ">=3.8"
2023-05-05 23:37:37 +03:00
files = [
2024-04-02 09:55:17 +03:00
{ file = "pytest-8.1.1-py3-none-any.whl" , hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7" } ,
{ file = "pytest-8.1.1.tar.gz" , hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
[ package . dependencies ]
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
2023-05-05 23:37:37 +03:00
exceptiongroup = { version = ">=1.0.0rc8" , markers = "python_version < \"3.11\"" }
2022-01-05 16:14:08 +03:00
iniconfig = "*"
packaging = "*"
2024-04-02 09:55:17 +03:00
pluggy = ">=1.4,<2.0"
tomli = { version = ">=1" , markers = "python_version < \"3.11\"" }
2022-01-05 16:14:08 +03:00
[ package . extras ]
2024-04-02 09:55:17 +03:00
testing = [ "argcomplete" , "attrs (>=19.2)" , "hypothesis (>=3.56)" , "mock" , "pygments (>=2.7.2)" , "requests" , "setuptools" , "xmlschema" ]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "pytest-cov"
2023-06-02 17:12:49 +03:00
version = "4.1.0"
2022-01-05 16:14:08 +03:00
description = "Pytest plugin for measuring coverage."
optional = false
2023-06-02 17:12:49 +03:00
python-versions = ">=3.7"
2023-05-05 23:37:37 +03:00
files = [
2023-06-02 17:12:49 +03: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" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
[ package . dependencies ]
coverage = { version = ">=5.2.1" , extras = [ "toml" ] }
pytest = ">=4.6"
[ package . extras ]
2023-05-05 23:37:37 +03:00
testing = [ "fields" , "hunter" , "process-tests" , "pytest-xdist" , "six" , "virtualenv" ]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "pytest-django"
2024-03-17 16:48:22 +03:00
version = "4.8.0"
2022-01-05 16:14:08 +03:00
description = "A Django plugin for pytest."
optional = false
2023-11-04 07:40:41 +03:00
python-versions = ">=3.8"
2023-05-05 23:37:37 +03:00
files = [
2024-03-17 16:48:22 +03:00
{ file = "pytest-django-4.8.0.tar.gz" , hash = "sha256:5d054fe011c56f3b10f978f41a8efb2e5adfc7e680ef36fb571ada1f24779d90" } ,
{ file = "pytest_django-4.8.0-py3-none-any.whl" , hash = "sha256:ca1ddd1e0e4c227cf9e3e40a6afc6d106b3e70868fd2ac5798a22501271cd0c7" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
[ package . dependencies ]
2023-11-04 07:40:41 +03:00
pytest = ">=7.0.0"
2022-01-05 16:14:08 +03:00
[ package . extras ]
docs = [ "sphinx" , "sphinx-rtd-theme" ]
2023-05-05 23:37:37 +03:00
testing = [ "Django" , "django-configurations (>=2.0)" ]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "python3-openid"
version = "3.2.0"
description = "OpenID support for modern servers and consumers."
optional = false
python-versions = "*"
2023-05-05 23:37:37 +03:00
files = [
{ file = "python3-openid-3.2.0.tar.gz" , hash = "sha256:33fbf6928f401e0b790151ed2b5290b02545e8775f982485205a066f874aaeaf" } ,
{ file = "python3_openid-3.2.0-py3-none-any.whl" , hash = "sha256:6626f771e0417486701e0b4daff762e7212e820ca5b29fcc0d05f6f8736dfa6b" } ,
]
2022-01-05 16:14:08 +03:00
[ package . dependencies ]
defusedxml = "*"
[ package . extras ]
mysql = [ "mysql-connector-python" ]
postgresql = [ "psycopg2" ]
[ [ package ] ]
name = "pytz"
2023-09-18 17:25:31 +03:00
version = "2023.3.post1"
2022-01-05 16:14:08 +03:00
description = "World timezone definitions, modern and historical"
optional = false
python-versions = "*"
2023-05-05 23:37:37 +03:00
files = [
2023-09-18 17:25:31 +03:00
{ file = "pytz-2023.3.post1-py2.py3-none-any.whl" , hash = "sha256:ce42d816b81b68506614c11e8937d3aa9e41007ceb50bfdcb0749b921bf646c7" } ,
{ file = "pytz-2023.3.post1.tar.gz" , hash = "sha256:7b4fddbeb94a1eba4b557da24f19fdf9db575192544270a9101d8509f9f43d7b" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "pyyaml"
2023-09-18 17:25:31 +03:00
version = "6.0.1"
2022-01-05 16:14:08 +03:00
description = "YAML parser and emitter for Python"
optional = false
python-versions = ">=3.6"
2023-05-05 23:37:37 +03:00
files = [
2023-09-18 17:25:31 +03: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-musllinux_1_1_x86_64.whl" , hash = "sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290" } ,
{ 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-musllinux_1_1_x86_64.whl" , hash = "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b" } ,
{ 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-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28" } ,
{ file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9" } ,
2024-03-17 12:57:26 +03:00
{ file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef" } ,
2023-09-18 17:25:31 +03:00
{ file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0" } ,
{ file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4" } ,
{ file = "PyYAML-6.0.1-cp312-cp312-win32.whl" , hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54" } ,
{ file = "PyYAML-6.0.1-cp312-cp312-win_amd64.whl" , hash = "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df" } ,
{ 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-musllinux_1_1_x86_64.whl" , hash = "sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6" } ,
{ 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-musllinux_1_1_x86_64.whl" , hash = "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5" } ,
{ 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" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
2023-09-22 15:30:23 +03:00
[ [ package ] ]
name = "redis"
2024-03-20 11:06:30 +03:00
version = "5.0.3"
2023-09-22 15:30:23 +03:00
description = "Python client for Redis database and key-value store"
optional = false
python-versions = ">=3.7"
files = [
2024-03-20 11:06:30 +03:00
{ file = "redis-5.0.3-py3-none-any.whl" , hash = "sha256:5da9b8fe9e1254293756c16c008e8620b3d15fcc6dde6babde9541850e72a32d" } ,
{ file = "redis-5.0.3.tar.gz" , hash = "sha256:4973bae7444c0fbed64a06b87446f79361cb7e4ec1538c022d696ed7a5015580" } ,
2023-09-22 15:30:23 +03:00
]
[ package . dependencies ]
2024-03-20 11:06:30 +03:00
async-timeout = { version = ">=4.0.3" , markers = "python_full_version < \"3.11.3\"" }
2023-09-22 15:30:23 +03:00
hiredis = { version = ">=1.0.0" , optional = true , markers = "extra == \"hiredis\"" }
[ package . extras ]
hiredis = [ "hiredis (>=1.0.0)" ]
ocsp = [ "cryptography (>=36.0.1)" , "pyopenssl (==20.0.1)" , "requests (>=2.26.0)" ]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "requests"
2023-07-07 00:32:40 +03:00
version = "2.31.0"
2022-01-05 16:14:08 +03:00
description = "Python HTTP for Humans."
optional = false
2023-05-05 23:37:37 +03:00
python-versions = ">=3.7"
files = [
2023-07-07 00:32:40 +03:00
{ file = "requests-2.31.0-py3-none-any.whl" , hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f" } ,
{ file = "requests-2.31.0.tar.gz" , hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
[ package . dependencies ]
certifi = ">=2017.4.17"
2023-05-05 23:37:37 +03:00
charset-normalizer = ">=2,<4"
idna = ">=2.5,<4"
2023-07-07 00:32:40 +03:00
urllib3 = ">=1.21.1,<3"
2022-01-05 16:14:08 +03:00
[ package . extras ]
2023-05-05 23:37:37 +03:00
socks = [ "PySocks (>=1.5.6,!=1.5.7)" ]
use-chardet-on-py3 = [ "chardet (>=3.0.2,<6)" ]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "requests-oauthlib"
2023-02-02 10:36:16 +03:00
version = "1.3.1"
2022-01-05 16:14:08 +03:00
description = "OAuthlib authentication support for Requests."
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2023-05-05 23:37:37 +03:00
files = [
{ file = "requests-oauthlib-1.3.1.tar.gz" , hash = "sha256:75beac4a47881eeb94d5ea5d6ad31ef88856affe2332b9aafb52c6452ccf0d7a" } ,
{ file = "requests_oauthlib-1.3.1-py2.py3-none-any.whl" , hash = "sha256:2577c501a2fb8d05a304c09d090d6e47c306fef15809d102b327cf8364bddab5" } ,
]
2022-01-05 16:14:08 +03:00
[ package . dependencies ]
oauthlib = ">=3.0.0"
requests = ">=2.0.0"
[ package . extras ]
rsa = [ "oauthlib[signedtoken] (>=3.0.0)" ]
[ [ package ] ]
name = "responses"
2024-03-17 19:58:43 +03:00
version = "0.25.0"
2022-01-05 16:14:08 +03:00
description = "A utility library for mocking out the `requests` Python library."
optional = false
2023-11-26 09:57:37 +03:00
python-versions = ">=3.8"
2023-05-05 23:37:37 +03:00
files = [
2024-03-17 19:58:43 +03:00
{ file = "responses-0.25.0-py3-none-any.whl" , hash = "sha256:2f0b9c2b6437db4b528619a77e5d565e4ec2a9532162ac1a131a83529db7be1a" } ,
{ file = "responses-0.25.0.tar.gz" , hash = "sha256:01ae6a02b4f34e39bffceb0fc6786b67a25eae919c6368d05eabc8d9576c2a66" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
[ package . dependencies ]
2023-05-05 23:37:37 +03:00
pyyaml = "*"
2023-07-29 10:48:13 +03:00
requests = ">=2.30.0,<3.0"
2023-08-12 13:00:43 +03:00
urllib3 = ">=1.25.10,<3.0"
2022-01-05 16:14:08 +03:00
[ package . extras ]
2023-11-26 09:57:37 +03:00
tests = [ "coverage (>=6.0.0)" , "flake8" , "mypy" , "pytest (>=7.0.0)" , "pytest-asyncio" , "pytest-cov" , "pytest-httpserver" , "tomli" , "tomli-w" , "types-PyYAML" , "types-requests" ]
2023-05-05 23:37:37 +03:00
2024-03-06 19:13:54 +03:00
[ [ package ] ]
name = "rfc3986"
version = "2.0.0"
description = "Validating URI References per RFC 3986"
optional = false
python-versions = ">=3.7"
files = [
{ file = "rfc3986-2.0.0-py2.py3-none-any.whl" , hash = "sha256:50b1502b60e289cb37883f3dfd34532b8873c7de9f49bb546641ce9cbd256ebd" } ,
{ file = "rfc3986-2.0.0.tar.gz" , hash = "sha256:97aacf9dbd4bfd829baad6e6309fa6573aaf1be3f6fa735c8ab05e46cecb261c" } ,
]
[ package . extras ]
idna2008 = [ "idna" ]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "selenium"
2024-03-17 20:21:49 +03:00
version = "4.18.1"
2023-05-05 23:37:37 +03:00
description = ""
2022-01-05 16:14:08 +03:00
optional = false
2023-09-02 07:13:22 +03:00
python-versions = ">=3.8"
2023-05-05 23:37:37 +03:00
files = [
2024-03-17 20:21:49 +03:00
{ file = "selenium-4.18.1-py3-none-any.whl" , hash = "sha256:b24a3cdd2d47c29832e81345bfcde0c12bb608738013e53c781b211b418df241" } ,
{ file = "selenium-4.18.1.tar.gz" , hash = "sha256:a11f67afa8bfac6b77e148c987b33f6b14eb1cae4d352722a75de1f26e3f0ae2" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
[ package . dependencies ]
2023-05-05 23:37:37 +03:00
certifi = ">=2021.10.8"
trio = ">=0.17,<1.0"
trio-websocket = ">=0.9,<1.0"
2024-03-17 20:21:49 +03:00
typing_extensions = ">=4.9.0"
2023-05-11 01:21:31 +03:00
urllib3 = { version = ">=1.26,<3" , extras = [ "socks" ] }
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "semantic-version"
2023-02-02 10:36:16 +03:00
version = "2.10.0"
2022-01-05 16:14:08 +03:00
description = "A library implementing the 'SemVer' scheme."
optional = false
2023-02-02 10:36:16 +03:00
python-versions = ">=2.7"
2023-05-05 23:37:37 +03:00
files = [
{ file = "semantic_version-2.10.0-py2.py3-none-any.whl" , hash = "sha256:de78a3b8e0feda74cabc54aab2da702113e33ac9d9eb9d2389bcf1f58b7d9177" } ,
{ file = "semantic_version-2.10.0.tar.gz" , hash = "sha256:bdabb6d336998cbb378d4b9db3a4b56a1e3235701dc05ea2690d9a997ed5041c" } ,
]
2023-02-02 10:36:16 +03:00
[ package . extras ]
2023-05-05 23:37:37 +03:00
dev = [ "Django (>=1.11)" , "check-manifest" , "colorama (<=0.4.1)" , "coverage" , "flake8" , "nose2" , "readme-renderer (<25.0)" , "tox" , "wheel" , "zest.releaser[recommended]" ]
doc = [ "Sphinx" , "sphinx-rtd-theme" ]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "six"
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
2023-05-05 23:37:37 +03: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" } ,
]
2022-01-05 16:14:08 +03:00
2023-05-05 23:37:37 +03:00
[ [ package ] ]
name = "sniffio"
version = "1.3.0"
description = "Sniff out which async library your code is running under"
optional = false
python-versions = ">=3.7"
files = [
{ file = "sniffio-1.3.0-py3-none-any.whl" , hash = "sha256:eecefdce1e5bbfb7ad2eeaabf7c1eeb404d7757c379bd1f7e5cce9d8bf425384" } ,
{ file = "sniffio-1.3.0.tar.gz" , hash = "sha256:e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101" } ,
]
2023-06-20 13:24:21 +03:00
[ [ package ] ]
name = "snowballstemmer"
version = "2.2.0"
description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms."
optional = false
python-versions = "*"
files = [
{ file = "snowballstemmer-2.2.0-py2.py3-none-any.whl" , hash = "sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a" } ,
{ file = "snowballstemmer-2.2.0.tar.gz" , hash = "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1" } ,
]
2023-05-05 23:37:37 +03:00
[ [ package ] ]
name = "sortedcontainers"
version = "2.4.0"
description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set"
optional = false
python-versions = "*"
files = [
{ file = "sortedcontainers-2.4.0-py2.py3-none-any.whl" , hash = "sha256:a163dcaede0f1c021485e957a39245190e74249897e2ae4b2aa38595db237ee0" } ,
{ file = "sortedcontainers-2.4.0.tar.gz" , hash = "sha256:25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88" } ,
]
2022-01-05 16:14:08 +03:00
2023-06-20 13:24:21 +03:00
[ [ package ] ]
name = "sphinx"
version = "4.5.0"
description = "Python documentation generator"
optional = false
python-versions = ">=3.6"
files = [
{ file = "Sphinx-4.5.0-py3-none-any.whl" , hash = "sha256:ebf612653238bcc8f4359627a9b7ce44ede6fdd75d9d30f68255c7383d3a6226" } ,
{ file = "Sphinx-4.5.0.tar.gz" , hash = "sha256:7bf8ca9637a4ee15af412d1a1d9689fec70523a68ca9bb9127c2f3eeb344e2e6" } ,
]
[ package . dependencies ]
alabaster = ">=0.7,<0.8"
babel = ">=1.3"
colorama = { version = ">=0.3.5" , markers = "sys_platform == \"win32\"" }
docutils = ">=0.14,<0.18"
imagesize = "*"
Jinja2 = ">=2.3"
packaging = "*"
Pygments = ">=2.0"
requests = ">=2.5.0"
snowballstemmer = ">=1.1"
sphinxcontrib-applehelp = "*"
sphinxcontrib-devhelp = "*"
sphinxcontrib-htmlhelp = ">=2.0.0"
sphinxcontrib-jsmath = "*"
sphinxcontrib-qthelp = "*"
sphinxcontrib-serializinghtml = ">=1.1.5"
[ package . extras ]
docs = [ "sphinxcontrib-websupport" ]
lint = [ "docutils-stubs" , "flake8 (>=3.5.0)" , "isort" , "mypy (>=0.931)" , "types-requests" , "types-typed-ast" ]
test = [ "cython" , "html5lib" , "pytest" , "pytest-cov" , "typed-ast" ]
[ [ package ] ]
name = "sphinx-issues"
version = "3.0.1"
description = "A Sphinx extension for linking to your project's issue tracker"
optional = false
python-versions = ">=3.6"
files = [
{ file = "sphinx-issues-3.0.1.tar.gz" , hash = "sha256:b7c1dc1f4808563c454d11c1112796f8c176cdecfee95f0fd2302ef98e21e3d6" } ,
{ file = "sphinx_issues-3.0.1-py3-none-any.whl" , hash = "sha256:8b25dc0301159375468f563b3699af7a63720fd84caf81c1442036fcd418b20c" } ,
]
[ package . dependencies ]
sphinx = "*"
[ package . extras ]
dev = [ "flake8 (==3.9.2)" , "flake8-bugbear (==20.11.1)" , "pre-commit (>=2.7,<3.0)" , "pytest (>=6.2.0)" , "tox" ]
lint = [ "flake8 (==3.9.2)" , "flake8-bugbear (==20.11.1)" , "pre-commit (>=2.7,<3.0)" ]
tests = [ "pytest (>=6.2.0)" ]
[ [ package ] ]
name = "sphinx-rtd-theme"
2023-09-02 21:20:12 +03:00
version = "1.3.0"
2023-06-20 13:24:21 +03:00
description = "Read the Docs theme for Sphinx"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
files = [
2023-09-02 21:20:12 +03:00
{ file = "sphinx_rtd_theme-1.3.0-py2.py3-none-any.whl" , hash = "sha256:46ddef89cc2416a81ecfbeaceab1881948c014b1b6e4450b815311a89fb977b0" } ,
{ file = "sphinx_rtd_theme-1.3.0.tar.gz" , hash = "sha256:590b030c7abb9cf038ec053b95e5380b5c70d61591eb0b552063fbe7c41f0931" } ,
2023-06-20 13:24:21 +03:00
]
[ package . dependencies ]
docutils = "<0.19"
2023-09-02 21:20:12 +03:00
sphinx = ">=1.6,<8"
2023-06-20 13:24:21 +03:00
sphinxcontrib-jquery = ">=4,<5"
[ package . extras ]
dev = [ "bump2version" , "sphinxcontrib-httpdomain" , "transifex-client" , "wheel" ]
[ [ package ] ]
name = "sphinxcontrib-applehelp"
2023-09-18 17:25:31 +03:00
version = "1.0.4"
description = "sphinxcontrib-applehelp is a Sphinx extension which outputs Apple help books"
2023-06-20 13:24:21 +03:00
optional = false
2023-09-18 17:25:31 +03:00
python-versions = ">=3.8"
2023-06-20 13:24:21 +03:00
files = [
2023-09-18 17:25:31 +03: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" } ,
2023-06-20 13:24:21 +03:00
]
[ package . extras ]
lint = [ "docutils-stubs" , "flake8" , "mypy" ]
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"
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" } ,
]
[ package . extras ]
lint = [ "docutils-stubs" , "flake8" , "mypy" ]
test = [ "pytest" ]
[ [ package ] ]
name = "sphinxcontrib-htmlhelp"
2023-09-18 17:25:31 +03:00
version = "2.0.1"
2023-06-20 13:24:21 +03:00
description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files"
optional = false
2023-09-18 17:25:31 +03:00
python-versions = ">=3.8"
2023-06-20 13:24:21 +03:00
files = [
2023-09-18 17:25:31 +03: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" } ,
2023-06-20 13:24:21 +03:00
]
[ package . extras ]
lint = [ "docutils-stubs" , "flake8" , "mypy" ]
test = [ "html5lib" , "pytest" ]
[ [ package ] ]
name = "sphinxcontrib-jquery"
version = "4.1"
description = "Extension to include jQuery on newer Sphinx releases"
optional = false
python-versions = ">=2.7"
files = [
{ file = "sphinxcontrib-jquery-4.1.tar.gz" , hash = "sha256:1620739f04e36a2c779f1a131a2dfd49b2fd07351bf1968ced074365933abc7a" } ,
{ file = "sphinxcontrib_jquery-4.1-py2.py3-none-any.whl" , hash = "sha256:f936030d7d0147dd026a4f2b5a57343d233f1fc7b363f68b3d4f1cb0993878ae" } ,
]
[ package . dependencies ]
Sphinx = ">=1.8"
[ [ 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"
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" } ,
]
[ package . extras ]
test = [ "flake8" , "mypy" , "pytest" ]
[ [ 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"
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" } ,
]
[ package . extras ]
lint = [ "docutils-stubs" , "flake8" , "mypy" ]
test = [ "pytest" ]
[ [ package ] ]
name = "sphinxcontrib-serializinghtml"
version = "1.1.5"
description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle)."
optional = false
python-versions = ">=3.5"
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" } ,
]
[ package . extras ]
lint = [ "docutils-stubs" , "flake8" , "mypy" ]
test = [ "pytest" ]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "sqlparse"
2024-04-16 22:09:31 +03:00
version = "0.5.0"
2022-01-05 16:14:08 +03:00
description = "A non-validating SQL parser."
optional = false
2024-04-16 22:09:31 +03:00
python-versions = ">=3.8"
2023-05-05 23:37:37 +03:00
files = [
2024-04-16 22:09:31 +03:00
{ file = "sqlparse-0.5.0-py3-none-any.whl" , hash = "sha256:c204494cd97479d0e39f28c93d46c0b2d5959c7b9ab904762ea6c7af211c8663" } ,
{ file = "sqlparse-0.5.0.tar.gz" , hash = "sha256:714d0a4932c059d16189f58ef5411ec2287a4360f17cdd0edd2d09d4c5087c93" } ,
2023-05-05 23:37:37 +03:00
]
[ package . extras ]
2024-04-16 22:09:31 +03:00
dev = [ "build" , "hatch" ]
2023-05-05 23:37:37 +03:00
doc = [ "sphinx" ]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "tomli"
2023-05-05 23:37:37 +03:00
version = "2.0.1"
2022-01-05 16:14:08 +03:00
description = "A lil' TOML parser"
optional = false
2023-05-05 23:37:37 +03:00
python-versions = ">=3.7"
files = [
{ file = "tomli-2.0.1-py3-none-any.whl" , hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc" } ,
{ file = "tomli-2.0.1.tar.gz" , hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f" } ,
]
[ [ package ] ]
name = "trio"
2023-09-18 17:25:31 +03:00
version = "0.22.2"
2023-05-05 23:37:37 +03:00
description = "A friendly Python library for async concurrency and I/O"
optional = false
python-versions = ">=3.7"
files = [
2023-09-18 17:25:31 +03:00
{ file = "trio-0.22.2-py3-none-any.whl" , hash = "sha256:f43da357620e5872b3d940a2e3589aa251fd3f881b65a608d742e00809b1ec38" } ,
{ file = "trio-0.22.2.tar.gz" , hash = "sha256:3887cf18c8bcc894433420305468388dac76932e9668afa1c49aa3806b6accb3" } ,
2023-05-05 23:37:37 +03:00
]
[ package . dependencies ]
2023-09-18 17:25:31 +03:00
attrs = ">=20.1.0"
2023-05-05 23:37:37 +03:00
cffi = { version = ">=1.14" , markers = "os_name == \"nt\" and implementation_name != \"pypy\"" }
exceptiongroup = { version = ">=1.0.0rc9" , markers = "python_version < \"3.11\"" }
idna = "*"
outcome = "*"
sniffio = "*"
sortedcontainers = "*"
[ [ package ] ]
name = "trio-websocket"
2023-10-02 15:47:47 +03:00
version = "0.11.1"
2023-05-05 23:37:37 +03:00
description = "WebSocket library for Trio"
optional = false
python-versions = ">=3.7"
files = [
2023-10-02 15:47:47 +03: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" } ,
2023-05-05 23:37:37 +03:00
]
[ package . dependencies ]
2023-10-02 15:47:47 +03:00
exceptiongroup = { version = "*" , markers = "python_version < \"3.11\"" }
2023-05-05 23:37:37 +03:00
trio = ">=0.11"
wsproto = ">=0.14"
2022-01-05 16:14:08 +03:00
[ [ package ] ]
2023-02-02 10:36:16 +03:00
name = "types-pyopenssl"
2023-09-18 17:25:31 +03:00
version = "23.2.0.2"
2023-02-02 10:36:16 +03:00
description = "Typing stubs for pyOpenSSL"
2022-01-05 16:14:08 +03:00
optional = false
python-versions = "*"
2023-05-05 23:37:37 +03:00
files = [
2023-09-18 17:25:31 +03: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-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
2023-02-02 10:36:16 +03:00
[ package . dependencies ]
2023-02-02 10:48:19 +03:00
cryptography = ">=35.0.0"
2022-01-05 16:14:08 +03:00
[ [ package ] ]
2023-02-02 10:36:16 +03:00
name = "types-requests"
2023-10-02 15:47:47 +03:00
version = "2.31.0.7"
2023-02-02 10:36:16 +03:00
description = "Typing stubs for requests"
2022-01-05 16:14:08 +03:00
optional = false
2023-10-02 15:47:47 +03:00
python-versions = ">=3.7"
2023-05-05 23:37:37 +03:00
files = [
2023-10-02 15:47:47 +03:00
{ file = "types-requests-2.31.0.7.tar.gz" , hash = "sha256:4d930dcabbc2452e3d70728e581ac4ac8c2d13f62509ad9114673f542af8cb4e" } ,
{ file = "types_requests-2.31.0.7-py3-none-any.whl" , hash = "sha256:39844effefca88f4f824dcdc4127b813d3b86a56b2248d3d1afa58832040d979" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
[ package . dependencies ]
2023-10-02 15:47:47 +03:00
urllib3 = ">=2"
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "typing-extensions"
2024-03-17 20:21:49 +03:00
version = "4.10.0"
2023-09-18 17:25:31 +03:00
description = "Backported and Experimental Type Hints for Python 3.8+"
2022-01-05 16:14:08 +03:00
optional = false
2023-09-18 17:25:31 +03:00
python-versions = ">=3.8"
2023-05-05 23:37:37 +03:00
files = [
2024-03-17 20:21:49 +03:00
{ file = "typing_extensions-4.10.0-py3-none-any.whl" , hash = "sha256:69b1a937c3a517342112fb4c6df7e72fc39a38e7891a5730ed4985b5214b5475" } ,
{ file = "typing_extensions-4.10.0.tar.gz" , hash = "sha256:b0abd7c89e8fb96f98db18d86106ff1d90ab692004eb746cf6eda2682f91b3cb" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
2023-09-06 15:33:34 +03:00
[ [ package ] ]
name = "tzdata"
version = "2023.3"
description = "Provider of IANA time zone data"
optional = false
python-versions = ">=2"
files = [
{ file = "tzdata-2023.3-py2.py3-none-any.whl" , hash = "sha256:7e65763eef3120314099b6939b5546db7adce1e7d6f2e179e3df563c70511eda" } ,
{ file = "tzdata-2023.3.tar.gz" , hash = "sha256:11ef1e08e54acb0d4f95bdb1be05da659673de4acbd21bf9c69e94cc5e907a3a" } ,
]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "urllib3"
2023-10-21 14:02:24 +03:00
version = "2.0.7"
2022-01-05 16:14:08 +03:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
optional = false
2023-07-29 10:48:13 +03:00
python-versions = ">=3.7"
2023-05-05 23:37:37 +03:00
files = [
2023-10-21 14:02:24 +03:00
{ file = "urllib3-2.0.7-py3-none-any.whl" , hash = "sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e" } ,
{ file = "urllib3-2.0.7.tar.gz" , hash = "sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84" } ,
2023-05-05 23:37:37 +03:00
]
[ package . dependencies ]
2023-07-29 10:48:13 +03:00
pysocks = { version = ">=1.5.6,<1.5.7 || >1.5.7,<2.0" , optional = true , markers = "extra == \"socks\"" }
2022-01-05 16:14:08 +03:00
[ package . extras ]
2023-07-29 10:48:13 +03:00
brotli = [ "brotli (>=1.0.9)" , "brotlicffi (>=0.8.0)" ]
secure = [ "certifi" , "cryptography (>=1.9)" , "idna (>=2.0.0)" , "pyopenssl (>=17.1.0)" , "urllib3-secure-extra" ]
socks = [ "pysocks (>=1.5.6,!=1.5.7,<2.0)" ]
zstd = [ "zstandard (>=0.18.0)" ]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "uwsgi"
2024-03-17 13:28:01 +03:00
version = "2.0.24"
2022-01-05 16:14:08 +03:00
description = "The uWSGI server"
optional = false
python-versions = "*"
2023-05-05 23:37:37 +03:00
files = [
2024-03-17 13:28:01 +03:00
{ file = "uwsgi-2.0.24.tar.gz" , hash = "sha256:77b6dd5cd633f4ae87ee393f7701f617736815499407376e78f3d16467523afe" } ,
2023-05-05 23:37:37 +03:00
]
2022-01-05 16:14:08 +03:00
[ [ package ] ]
name = "webencodings"
version = "0.5.1"
description = "Character encoding aliases for legacy web content"
optional = false
python-versions = "*"
2023-05-05 23:37:37 +03:00
files = [
{ file = "webencodings-0.5.1-py2.py3-none-any.whl" , hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78" } ,
{ file = "webencodings-0.5.1.tar.gz" , hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923" } ,
]
[ [ package ] ]
name = "wsproto"
version = "1.2.0"
description = "WebSockets state-machine based protocol implementation"
optional = false
python-versions = ">=3.7.0"
files = [
{ file = "wsproto-1.2.0-py3-none-any.whl" , hash = "sha256:b9acddd652b585d75b20477888c56642fdade28bdfd3579aa24a4d2c037dd736" } ,
{ file = "wsproto-1.2.0.tar.gz" , hash = "sha256:ad565f26ecb92588a3e43bc3d96164de84cd9902482b130d0ddbaa9664a85065" } ,
]
[ package . dependencies ]
h11 = ">=0.9.0,<1"
2022-01-05 16:14:08 +03:00
[ metadata ]
2023-05-05 23:37:37 +03:00
lock-version = "2.0"
2023-10-04 09:36:14 +03:00
python-versions = "^3.10"
2024-03-17 13:36:39 +03:00
content-hash = "f0334720b9d625453df1b9be8b76794dadcbffb566c80ccedc411cd915ed2281"