|
@@ -1,9 +1,10 @@
|
|
|
-# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.
|
|
|
+# This file is automatically @generated by Poetry and should not be changed by hand.
|
|
|
|
|
|
[[package]]
|
|
|
name = "aiofiles"
|
|
|
version = "23.1.0"
|
|
|
description = "File support for asyncio."
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7,<4.0"
|
|
|
files = [
|
|
@@ -15,6 +16,7 @@ files = [
|
|
|
name = "anyio"
|
|
|
version = "3.7.0"
|
|
|
description = "High level compatibility layer for multiple asynchronous event loop implementations"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -37,6 +39,7 @@ trio = ["trio (<0.22)"]
|
|
|
name = "asttokens"
|
|
|
version = "2.2.1"
|
|
|
description = "Annotate AST trees with source code positions"
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = "*"
|
|
|
files = [
|
|
@@ -54,6 +57,7 @@ test = ["astroid", "pytest"]
|
|
|
name = "async-generator"
|
|
|
version = "1.10"
|
|
|
description = "Async generators and context managers for Python 3.5+"
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=3.5"
|
|
|
files = [
|
|
@@ -65,6 +69,7 @@ files = [
|
|
|
name = "atomicwrites"
|
|
|
version = "1.4.1"
|
|
|
description = "Atomic file writes."
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
files = [
|
|
@@ -75,6 +80,7 @@ files = [
|
|
|
name = "attrs"
|
|
|
version = "23.1.0"
|
|
|
description = "Classes Without Boilerplate"
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -96,6 +102,7 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte
|
|
|
name = "autopep8"
|
|
|
version = "1.7.0"
|
|
|
description = "A tool that automatically formats Python code to conform to the PEP 8 style guide"
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = "*"
|
|
|
files = [
|
|
@@ -111,6 +118,7 @@ toml = "*"
|
|
|
name = "bidict"
|
|
|
version = "0.22.1"
|
|
|
description = "The bidirectional mapping library for Python."
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -127,6 +135,7 @@ test = ["hypothesis", "pytest", "pytest-benchmark[histogram]", "pytest-cov", "py
|
|
|
name = "bottle"
|
|
|
version = "0.12.25"
|
|
|
description = "Fast and simple WSGI-framework for small web-applications."
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = "*"
|
|
|
files = [
|
|
@@ -138,6 +147,7 @@ files = [
|
|
|
name = "certifi"
|
|
|
version = "2023.5.7"
|
|
|
description = "Python package for providing Mozilla's CA Bundle."
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=3.6"
|
|
|
files = [
|
|
@@ -149,6 +159,7 @@ files = [
|
|
|
name = "cffi"
|
|
|
version = "1.15.1"
|
|
|
description = "Foreign Function Interface for Python calling C code."
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = "*"
|
|
|
files = [
|
|
@@ -225,6 +236,7 @@ pycparser = "*"
|
|
|
name = "charset-normalizer"
|
|
|
version = "3.1.0"
|
|
|
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7.0"
|
|
|
files = [
|
|
@@ -309,6 +321,7 @@ files = [
|
|
|
name = "click"
|
|
|
version = "8.1.3"
|
|
|
description = "Composable command line interface toolkit"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -324,6 +337,7 @@ importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
|
|
|
name = "colorama"
|
|
|
version = "0.4.6"
|
|
|
description = "Cross-platform colored terminal text."
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
|
|
|
files = [
|
|
@@ -335,6 +349,7 @@ files = [
|
|
|
name = "contourpy"
|
|
|
version = "1.0.7"
|
|
|
description = "Python library for calculating contours of 2D quadrilateral grids"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.8"
|
|
|
files = [
|
|
@@ -409,6 +424,7 @@ test-no-images = ["pytest"]
|
|
|
name = "cycler"
|
|
|
version = "0.11.0"
|
|
|
description = "Composable style cycles"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.6"
|
|
|
files = [
|
|
@@ -420,6 +436,7 @@ files = [
|
|
|
name = "debugpy"
|
|
|
version = "1.6.7"
|
|
|
description = "An implementation of the Debug Adapter Protocol for Python"
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -447,6 +464,7 @@ files = [
|
|
|
name = "docutils"
|
|
|
version = "0.19"
|
|
|
description = "Docutils -- Python Documentation Utilities"
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -458,6 +476,7 @@ files = [
|
|
|
name = "exceptiongroup"
|
|
|
version = "1.1.1"
|
|
|
description = "Backport of PEP 654 (exception groups)"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -472,6 +491,7 @@ test = ["pytest (>=6)"]
|
|
|
name = "executing"
|
|
|
version = "1.2.0"
|
|
|
description = "Get the currently executing AST node of a frame, and other information"
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = "*"
|
|
|
files = [
|
|
@@ -486,6 +506,7 @@ tests = ["asttokens", "littleutils", "pytest", "rich"]
|
|
|
name = "fastapi"
|
|
|
version = "0.95.2"
|
|
|
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -507,6 +528,7 @@ test = ["anyio[trio] (>=3.2.1,<4.0.0)", "black (==23.1.0)", "coverage[toml] (>=6
|
|
|
name = "fastapi-socketio"
|
|
|
version = "0.0.10"
|
|
|
description = "Easily integrate socket.io with your FastAPI app."
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = "*"
|
|
|
files = [
|
|
@@ -525,6 +547,7 @@ test = ["pytest"]
|
|
|
name = "fonttools"
|
|
|
version = "4.38.0"
|
|
|
description = "Tools to manipulate font files"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -550,6 +573,7 @@ woff = ["brotli (>=1.0.1)", "brotlicffi (>=0.8.0)", "zopfli (>=0.1.4)"]
|
|
|
name = "fonttools"
|
|
|
version = "4.39.4"
|
|
|
description = "Tools to manipulate font files"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.8"
|
|
|
files = [
|
|
@@ -575,6 +599,7 @@ woff = ["brotli (>=1.0.1)", "brotlicffi (>=0.8.0)", "zopfli (>=0.1.4)"]
|
|
|
name = "h11"
|
|
|
version = "0.14.0"
|
|
|
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -589,6 +614,7 @@ typing-extensions = {version = "*", markers = "python_version < \"3.8\""}
|
|
|
name = "httptools"
|
|
|
version = "0.5.0"
|
|
|
description = "A collection of framework independent HTTP protocol utils."
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.5.0"
|
|
|
files = [
|
|
@@ -642,6 +668,7 @@ test = ["Cython (>=0.29.24,<0.30.0)"]
|
|
|
name = "icecream"
|
|
|
version = "2.1.3"
|
|
|
description = "Never use print() to debug again; inspect variables, expressions, and program execution with a single, simple function call."
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = "*"
|
|
|
files = [
|
|
@@ -659,6 +686,7 @@ pygments = ">=2.2.0"
|
|
|
name = "idna"
|
|
|
version = "3.4"
|
|
|
description = "Internationalized Domain Names in Applications (IDNA)"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.5"
|
|
|
files = [
|
|
@@ -670,6 +698,7 @@ files = [
|
|
|
name = "importlib-metadata"
|
|
|
version = "6.6.0"
|
|
|
description = "Read metadata from Python packages"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -690,6 +719,7 @@ testing = ["flake8 (<5)", "flufl.flake8", "importlib-resources (>=1.3)", "packag
|
|
|
name = "iniconfig"
|
|
|
version = "2.0.0"
|
|
|
description = "brain-dead simple config-ini parsing"
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -701,6 +731,7 @@ files = [
|
|
|
name = "isort"
|
|
|
version = "5.11.5"
|
|
|
description = "A Python utility / library to sort Python imports."
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7.0"
|
|
|
files = [
|
|
@@ -718,6 +749,7 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"]
|
|
|
name = "itsdangerous"
|
|
|
version = "2.1.2"
|
|
|
description = "Safely pass data to untrusted environments and back."
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -729,6 +761,7 @@ files = [
|
|
|
name = "jinja2"
|
|
|
version = "3.1.2"
|
|
|
description = "A very fast and expressive template engine."
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -746,6 +779,7 @@ i18n = ["Babel (>=2.7)"]
|
|
|
name = "kiwisolver"
|
|
|
version = "1.4.4"
|
|
|
description = "A fast implementation of the Cassowary constraint solver"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -826,6 +860,7 @@ typing-extensions = {version = "*", markers = "python_version < \"3.8\""}
|
|
|
name = "markdown2"
|
|
|
version = "2.4.8"
|
|
|
description = "A fast and complete Python implementation of Markdown"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.5, <4"
|
|
|
files = [
|
|
@@ -842,6 +877,7 @@ wavedrom = ["wavedrom"]
|
|
|
name = "markupsafe"
|
|
|
version = "2.1.2"
|
|
|
description = "Safely add untrusted strings to HTML/XML markup."
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -901,6 +937,7 @@ files = [
|
|
|
name = "matplotlib"
|
|
|
version = "3.5.3"
|
|
|
description = "Python plotting package"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -955,6 +992,7 @@ python-dateutil = ">=2.7"
|
|
|
name = "matplotlib"
|
|
|
version = "3.7.1"
|
|
|
description = "Python plotting package"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.8"
|
|
|
files = [
|
|
@@ -1012,10 +1050,51 @@ pillow = ">=6.2.0"
|
|
|
pyparsing = ">=2.3.1"
|
|
|
python-dateutil = ">=2.7"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "netifaces"
|
|
|
+version = "0.11.0"
|
|
|
+description = "Portable network interface information."
|
|
|
+category = "main"
|
|
|
+optional = false
|
|
|
+python-versions = "*"
|
|
|
+files = [
|
|
|
+ {file = "netifaces-0.11.0-cp27-cp27m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:eb4813b77d5df99903af4757ce980a98c4d702bbcb81f32a0b305a1537bdf0b1"},
|
|
|
+ {file = "netifaces-0.11.0-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:5f9ca13babe4d845e400921973f6165a4c2f9f3379c7abfc7478160e25d196a4"},
|
|
|
+ {file = "netifaces-0.11.0-cp27-cp27m-win32.whl", hash = "sha256:7dbb71ea26d304e78ccccf6faccef71bb27ea35e259fb883cfd7fd7b4f17ecb1"},
|
|
|
+ {file = "netifaces-0.11.0-cp27-cp27m-win_amd64.whl", hash = "sha256:0f6133ac02521270d9f7c490f0c8c60638ff4aec8338efeff10a1b51506abe85"},
|
|
|
+ {file = "netifaces-0.11.0-cp27-cp27mu-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:08e3f102a59f9eaef70948340aeb6c89bd09734e0dca0f3b82720305729f63ea"},
|
|
|
+ {file = "netifaces-0.11.0-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:c03fb2d4ef4e393f2e6ffc6376410a22a3544f164b336b3a355226653e5efd89"},
|
|
|
+ {file = "netifaces-0.11.0-cp34-cp34m-win32.whl", hash = "sha256:73ff21559675150d31deea8f1f8d7e9a9a7e4688732a94d71327082f517fc6b4"},
|
|
|
+ {file = "netifaces-0.11.0-cp35-cp35m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:815eafdf8b8f2e61370afc6add6194bd5a7252ae44c667e96c4c1ecf418811e4"},
|
|
|
+ {file = "netifaces-0.11.0-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:50721858c935a76b83dd0dd1ab472cad0a3ef540a1408057624604002fcfb45b"},
|
|
|
+ {file = "netifaces-0.11.0-cp35-cp35m-win32.whl", hash = "sha256:c9a3a47cd3aaeb71e93e681d9816c56406ed755b9442e981b07e3618fb71d2ac"},
|
|
|
+ {file = "netifaces-0.11.0-cp36-cp36m-macosx_10_15_x86_64.whl", hash = "sha256:aab1dbfdc55086c789f0eb37affccf47b895b98d490738b81f3b2360100426be"},
|
|
|
+ {file = "netifaces-0.11.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:c37a1ca83825bc6f54dddf5277e9c65dec2f1b4d0ba44b8fd42bc30c91aa6ea1"},
|
|
|
+ {file = "netifaces-0.11.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:28f4bf3a1361ab3ed93c5ef360c8b7d4a4ae060176a3529e72e5e4ffc4afd8b0"},
|
|
|
+ {file = "netifaces-0.11.0-cp36-cp36m-win32.whl", hash = "sha256:2650beee182fed66617e18474b943e72e52f10a24dc8cac1db36c41ee9c041b7"},
|
|
|
+ {file = "netifaces-0.11.0-cp36-cp36m-win_amd64.whl", hash = "sha256:cb925e1ca024d6f9b4f9b01d83215fd00fe69d095d0255ff3f64bffda74025c8"},
|
|
|
+ {file = "netifaces-0.11.0-cp37-cp37m-macosx_10_15_x86_64.whl", hash = "sha256:84e4d2e6973eccc52778735befc01638498781ce0e39aa2044ccfd2385c03246"},
|
|
|
+ {file = "netifaces-0.11.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:18917fbbdcb2d4f897153c5ddbb56b31fa6dd7c3fa9608b7e3c3a663df8206b5"},
|
|
|
+ {file = "netifaces-0.11.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:48324183af7f1bc44f5f197f3dad54a809ad1ef0c78baee2c88f16a5de02c4c9"},
|
|
|
+ {file = "netifaces-0.11.0-cp37-cp37m-win32.whl", hash = "sha256:8f7da24eab0d4184715d96208b38d373fd15c37b0dafb74756c638bd619ba150"},
|
|
|
+ {file = "netifaces-0.11.0-cp37-cp37m-win_amd64.whl", hash = "sha256:2479bb4bb50968089a7c045f24d120f37026d7e802ec134c4490eae994c729b5"},
|
|
|
+ {file = "netifaces-0.11.0-cp38-cp38-macosx_10_15_x86_64.whl", hash = "sha256:3ecb3f37c31d5d51d2a4d935cfa81c9bc956687c6f5237021b36d6fdc2815b2c"},
|
|
|
+ {file = "netifaces-0.11.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:96c0fe9696398253f93482c84814f0e7290eee0bfec11563bd07d80d701280c3"},
|
|
|
+ {file = "netifaces-0.11.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:c92ff9ac7c2282009fe0dcb67ee3cd17978cffbe0c8f4b471c00fe4325c9b4d4"},
|
|
|
+ {file = "netifaces-0.11.0-cp38-cp38-win32.whl", hash = "sha256:d07b01c51b0b6ceb0f09fc48ec58debd99d2c8430b09e56651addeaf5de48048"},
|
|
|
+ {file = "netifaces-0.11.0-cp38-cp38-win_amd64.whl", hash = "sha256:469fc61034f3daf095e02f9f1bbac07927b826c76b745207287bc594884cfd05"},
|
|
|
+ {file = "netifaces-0.11.0-cp39-cp39-macosx_10_15_x86_64.whl", hash = "sha256:5be83986100ed1fdfa78f11ccff9e4757297735ac17391b95e17e74335c2047d"},
|
|
|
+ {file = "netifaces-0.11.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:54ff6624eb95b8a07e79aa8817288659af174e954cca24cdb0daeeddfc03c4ff"},
|
|
|
+ {file = "netifaces-0.11.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:841aa21110a20dc1621e3dd9f922c64ca64dd1eb213c47267a2c324d823f6c8f"},
|
|
|
+ {file = "netifaces-0.11.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:e76c7f351e0444721e85f975ae92718e21c1f361bda946d60a214061de1f00a1"},
|
|
|
+ {file = "netifaces-0.11.0.tar.gz", hash = "sha256:043a79146eb2907edf439899f262b3dfe41717d34124298ed281139a8b93ca32"},
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "numpy"
|
|
|
version = "1.21.1"
|
|
|
description = "NumPy is the fundamental package for array computing with Python."
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -1053,6 +1132,7 @@ files = [
|
|
|
name = "numpy"
|
|
|
version = "1.24.3"
|
|
|
description = "Fundamental package for array computing in Python"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.8"
|
|
|
files = [
|
|
@@ -1090,6 +1170,7 @@ files = [
|
|
|
name = "orjson"
|
|
|
version = "3.9.0"
|
|
|
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -1145,6 +1226,7 @@ files = [
|
|
|
name = "outcome"
|
|
|
version = "1.2.0"
|
|
|
description = "Capture the outcome of Python function calls."
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -1159,6 +1241,7 @@ attrs = ">=19.2.0"
|
|
|
name = "packaging"
|
|
|
version = "23.1"
|
|
|
description = "Core utilities for Python packages"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -1170,6 +1253,7 @@ files = [
|
|
|
name = "pandas"
|
|
|
version = "1.1.5"
|
|
|
description = "Powerful data structures for data analysis, time series, and statistics"
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=3.6.1"
|
|
|
files = [
|
|
@@ -1211,6 +1295,7 @@ test = ["hypothesis (>=3.58)", "pytest (>=4.0.2)", "pytest-xdist"]
|
|
|
name = "pandas"
|
|
|
version = "2.0.2"
|
|
|
description = "Powerful data structures for data analysis, time series, and statistics"
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=3.8"
|
|
|
files = [
|
|
@@ -1278,6 +1363,7 @@ xml = ["lxml (>=4.6.3)"]
|
|
|
name = "pillow"
|
|
|
version = "9.5.0"
|
|
|
description = "Python Imaging Library (Fork)"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -1357,6 +1443,7 @@ tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "pa
|
|
|
name = "plotly"
|
|
|
version = "5.14.1"
|
|
|
description = "An open-source, interactive data visualization library for Python"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.6"
|
|
|
files = [
|
|
@@ -1372,6 +1459,7 @@ tenacity = ">=6.2.0"
|
|
|
name = "pluggy"
|
|
|
version = "1.0.0"
|
|
|
description = "plugin and hook calling mechanisms for python"
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=3.6"
|
|
|
files = [
|
|
@@ -1390,6 +1478,7 @@ testing = ["pytest", "pytest-benchmark"]
|
|
|
name = "proxy-tools"
|
|
|
version = "0.1.0"
|
|
|
description = "Proxy Implementation"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = "*"
|
|
|
files = [
|
|
@@ -1400,6 +1489,7 @@ files = [
|
|
|
name = "pscript"
|
|
|
version = "0.7.7"
|
|
|
description = "Python to JavaScript compiler."
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = "*"
|
|
|
files = [
|
|
@@ -1411,6 +1501,7 @@ files = [
|
|
|
name = "py"
|
|
|
version = "1.11.0"
|
|
|
description = "library with cross-python path, ini-parsing, io, code, log facilities"
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
files = [
|
|
@@ -1422,6 +1513,7 @@ files = [
|
|
|
name = "pycodestyle"
|
|
|
version = "2.10.0"
|
|
|
description = "Python style guide checker"
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=3.6"
|
|
|
files = [
|
|
@@ -1433,6 +1525,7 @@ files = [
|
|
|
name = "pycparser"
|
|
|
version = "2.21"
|
|
|
description = "C parser in Python"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
files = [
|
|
@@ -1444,6 +1537,7 @@ files = [
|
|
|
name = "pydantic"
|
|
|
version = "1.10.8"
|
|
|
description = "Data validation and settings management using python type hints"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -1496,6 +1590,7 @@ email = ["email-validator (>=1.0.3)"]
|
|
|
name = "pygments"
|
|
|
version = "2.15.1"
|
|
|
description = "Pygments is a syntax highlighting package written in Python."
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -1510,6 +1605,7 @@ plugins = ["importlib-metadata"]
|
|
|
name = "pyobjc-core"
|
|
|
version = "9.1.1"
|
|
|
description = "Python<->ObjC Interoperability Module"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -1526,6 +1622,7 @@ files = [
|
|
|
name = "pyobjc-framework-cocoa"
|
|
|
version = "9.1.1"
|
|
|
description = "Wrappers for the Cocoa frameworks on macOS"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -1545,6 +1642,7 @@ pyobjc-core = ">=9.1.1"
|
|
|
name = "pyobjc-framework-webkit"
|
|
|
version = "9.1.1"
|
|
|
description = "Wrappers for the framework WebKit on macOS"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -1562,6 +1660,7 @@ pyobjc-framework-Cocoa = ">=9.1.1"
|
|
|
name = "pyparsing"
|
|
|
version = "3.0.9"
|
|
|
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.6.8"
|
|
|
files = [
|
|
@@ -1576,6 +1675,7 @@ diagrams = ["jinja2", "railroad-diagrams"]
|
|
|
name = "pysocks"
|
|
|
version = "1.7.1"
|
|
|
description = "A Python SOCKS client module. See https://github.com/Anorov/PySocks for more information."
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
files = [
|
|
@@ -1588,6 +1688,7 @@ files = [
|
|
|
name = "pytest"
|
|
|
version = "6.2.5"
|
|
|
description = "pytest: simple powerful testing with Python"
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=3.6"
|
|
|
files = [
|
|
@@ -1613,6 +1714,7 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xm
|
|
|
name = "pytest-asyncio"
|
|
|
version = "0.19.0"
|
|
|
description = "Pytest support for asyncio"
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -1631,6 +1733,7 @@ testing = ["coverage (>=6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy
|
|
|
name = "pytest-base-url"
|
|
|
version = "2.0.0"
|
|
|
description = "pytest plugin for URL based testing"
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7,<4.0"
|
|
|
files = [
|
|
@@ -1646,6 +1749,7 @@ requests = ">=2.9"
|
|
|
name = "pytest-html"
|
|
|
version = "3.2.0"
|
|
|
description = "pytest plugin for generating HTML reports"
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=3.6"
|
|
|
files = [
|
|
@@ -1662,6 +1766,7 @@ pytest-metadata = "*"
|
|
|
name = "pytest-metadata"
|
|
|
version = "2.0.4"
|
|
|
description = "pytest plugin for test session metadata"
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7,<4.0"
|
|
|
files = [
|
|
@@ -1676,6 +1781,7 @@ pytest = ">=3.0.0,<8.0.0"
|
|
|
name = "pytest-selenium"
|
|
|
version = "4.0.1"
|
|
|
description = "pytest plugin for Selenium"
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -1700,6 +1806,7 @@ test = ["black (>=22.1.0)", "flake8 (>=4.0.1)", "pre-commit (>=2.17.0)", "pytest
|
|
|
name = "pytest-variables"
|
|
|
version = "2.0.0"
|
|
|
description = "pytest plugin for providing variables to tests/fixtures"
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7,<4.0"
|
|
|
files = [
|
|
@@ -1719,6 +1826,7 @@ yaml = ["PyYAML"]
|
|
|
name = "python-dateutil"
|
|
|
version = "2.8.2"
|
|
|
description = "Extensions to the standard Python datetime module"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
|
|
|
files = [
|
|
@@ -1733,6 +1841,7 @@ six = ">=1.5"
|
|
|
name = "python-dotenv"
|
|
|
version = "0.21.1"
|
|
|
description = "Read key-value pairs from a .env file and set them as environment variables"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -1747,6 +1856,7 @@ cli = ["click (>=5.0)"]
|
|
|
name = "python-engineio"
|
|
|
version = "4.4.1"
|
|
|
description = "Engine.IO server and client for Python"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.6"
|
|
|
files = [
|
|
@@ -1762,6 +1872,7 @@ client = ["requests (>=2.21.0)", "websocket-client (>=0.54.0)"]
|
|
|
name = "python-multipart"
|
|
|
version = "0.0.6"
|
|
|
description = "A streaming multipart parser for Python"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -1776,6 +1887,7 @@ dev = ["atomicwrites (==1.2.1)", "attrs (==19.2.0)", "coverage (==6.5.0)", "hatc
|
|
|
name = "python-socketio"
|
|
|
version = "5.8.0"
|
|
|
description = "Socket.IO server and client for Python"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.6"
|
|
|
files = [
|
|
@@ -1795,6 +1907,7 @@ client = ["requests (>=2.21.0)", "websocket-client (>=0.54.0)"]
|
|
|
name = "pythonnet"
|
|
|
version = "2.5.2"
|
|
|
description = ".Net and Mono integration for Python"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = "*"
|
|
|
files = [
|
|
@@ -1818,6 +1931,7 @@ pycparser = "*"
|
|
|
name = "pytz"
|
|
|
version = "2023.3"
|
|
|
description = "World timezone definitions, modern and historical"
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = "*"
|
|
|
files = [
|
|
@@ -1829,6 +1943,7 @@ files = [
|
|
|
name = "pywebview"
|
|
|
version = "4.1"
|
|
|
description = "Build GUI for your Python program with JavaScript, HTML, and CSS."
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = "*"
|
|
|
files = [
|
|
@@ -1856,6 +1971,7 @@ qt = ["PyQt5", "QtPy", "pyqtwebengine"]
|
|
|
name = "pyyaml"
|
|
|
version = "6.0"
|
|
|
description = "YAML parser and emitter for Python"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.6"
|
|
|
files = [
|
|
@@ -1905,6 +2021,7 @@ files = [
|
|
|
name = "qtpy"
|
|
|
version = "2.3.1"
|
|
|
description = "Provides an abstraction layer on top of the various Qt bindings (PyQt5/6 and PySide2/6)."
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -1922,6 +2039,7 @@ test = ["pytest (>=6,!=7.0.0,!=7.0.1)", "pytest-cov (>=3.0.0)", "pytest-qt"]
|
|
|
name = "requests"
|
|
|
version = "2.31.0"
|
|
|
description = "Python HTTP for Humans."
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -1943,6 +2061,7 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
|
|
|
name = "secure"
|
|
|
version = "0.3.0"
|
|
|
description = "A lightweight package that adds security headers for Python web frameworks."
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=3.6"
|
|
|
files = [
|
|
@@ -1954,6 +2073,7 @@ files = [
|
|
|
name = "selenium"
|
|
|
version = "4.9.1"
|
|
|
description = ""
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -1971,6 +2091,7 @@ urllib3 = {version = ">=1.26,<3", extras = ["socks"]}
|
|
|
name = "six"
|
|
|
version = "1.16.0"
|
|
|
description = "Python 2 and 3 compatibility utilities"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
|
files = [
|
|
@@ -1982,6 +2103,7 @@ files = [
|
|
|
name = "sniffio"
|
|
|
version = "1.3.0"
|
|
|
description = "Sniff out which async library your code is running under"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -1993,6 +2115,7 @@ files = [
|
|
|
name = "sortedcontainers"
|
|
|
version = "2.4.0"
|
|
|
description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set"
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = "*"
|
|
|
files = [
|
|
@@ -2004,6 +2127,7 @@ files = [
|
|
|
name = "starlette"
|
|
|
version = "0.27.0"
|
|
|
description = "The little ASGI library that shines."
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -2022,6 +2146,7 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart", "pyyam
|
|
|
name = "tenacity"
|
|
|
version = "8.2.2"
|
|
|
description = "Retry code until it succeeds"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.6"
|
|
|
files = [
|
|
@@ -2036,6 +2161,7 @@ doc = ["reno", "sphinx", "tornado (>=4.5)"]
|
|
|
name = "toml"
|
|
|
version = "0.10.2"
|
|
|
description = "Python Library for Tom's Obvious, Minimal Language"
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
|
files = [
|
|
@@ -2043,10 +2169,32 @@ files = [
|
|
|
{file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"},
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "tqdm"
|
|
|
+version = "4.65.0"
|
|
|
+description = "Fast, Extensible Progress Meter"
|
|
|
+category = "dev"
|
|
|
+optional = false
|
|
|
+python-versions = ">=3.7"
|
|
|
+files = [
|
|
|
+ {file = "tqdm-4.65.0-py3-none-any.whl", hash = "sha256:c4f53a17fe37e132815abceec022631be8ffe1b9381c2e6e30aa70edc99e9671"},
|
|
|
+ {file = "tqdm-4.65.0.tar.gz", hash = "sha256:1871fb68a86b8fb3b59ca4cdd3dcccbc7e6d613eeed31f4c332531977b89beb5"},
|
|
|
+]
|
|
|
+
|
|
|
+[package.dependencies]
|
|
|
+colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
|
|
+
|
|
|
+[package.extras]
|
|
|
+dev = ["py-make (>=0.1.0)", "twine", "wheel"]
|
|
|
+notebook = ["ipywidgets (>=6)"]
|
|
|
+slack = ["slack-sdk"]
|
|
|
+telegram = ["requests"]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "trio"
|
|
|
version = "0.22.0"
|
|
|
description = "A friendly Python library for async concurrency and I/O"
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -2068,6 +2216,7 @@ sortedcontainers = "*"
|
|
|
name = "trio-websocket"
|
|
|
version = "0.10.2"
|
|
|
description = "WebSocket library for Trio"
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -2084,6 +2233,7 @@ wsproto = ">=0.14"
|
|
|
name = "typing-extensions"
|
|
|
version = "4.6.3"
|
|
|
description = "Backported and Experimental Type Hints for Python 3.7+"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -2095,6 +2245,7 @@ files = [
|
|
|
name = "tzdata"
|
|
|
version = "2023.3"
|
|
|
description = "Provider of IANA time zone data"
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=2"
|
|
|
files = [
|
|
@@ -2106,6 +2257,7 @@ files = [
|
|
|
name = "urllib3"
|
|
|
version = "2.0.2"
|
|
|
description = "HTTP library with thread-safe connection pooling, file post, and more."
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -2126,6 +2278,7 @@ zstd = ["zstandard (>=0.18.0)"]
|
|
|
name = "uvicorn"
|
|
|
version = "0.20.0"
|
|
|
description = "The lightning-fast ASGI server."
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -2141,7 +2294,7 @@ httptools = {version = ">=0.5.0", optional = true, markers = "extra == \"standar
|
|
|
python-dotenv = {version = ">=0.13", optional = true, markers = "extra == \"standard\""}
|
|
|
pyyaml = {version = ">=5.1", optional = true, markers = "extra == \"standard\""}
|
|
|
typing-extensions = {version = "*", markers = "python_version < \"3.8\""}
|
|
|
-uvloop = {version = ">=0.14.0,<0.15.0 || >0.15.0,<0.15.1 || >0.15.1", optional = true, markers = "(sys_platform != \"win32\" and sys_platform != \"cygwin\") and platform_python_implementation != \"PyPy\" and extra == \"standard\""}
|
|
|
+uvloop = {version = ">=0.14.0,<0.15.0 || >0.15.0,<0.15.1 || >0.15.1", optional = true, markers = "sys_platform != \"win32\" and sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\" and extra == \"standard\""}
|
|
|
watchfiles = {version = ">=0.13", optional = true, markers = "extra == \"standard\""}
|
|
|
websockets = {version = ">=10.4", optional = true, markers = "extra == \"standard\""}
|
|
|
|
|
@@ -2152,6 +2305,7 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)",
|
|
|
name = "uvloop"
|
|
|
version = "0.17.0"
|
|
|
description = "Fast implementation of asyncio event loop on top of libuv"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -2196,6 +2350,7 @@ test = ["Cython (>=0.29.32,<0.30.0)", "aiohttp", "flake8 (>=3.9.2,<3.10.0)", "my
|
|
|
name = "vbuild"
|
|
|
version = "0.8.1"
|
|
|
description = "A simple module to extract html/script/style from a vuejs '.vue' file (can minimize/es2015 compliant js) ... just py2 or py3, NO nodejs !"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
|
|
|
files = [
|
|
@@ -2210,6 +2365,7 @@ pscript = ">=0.7.0,<0.8.0"
|
|
|
name = "watchfiles"
|
|
|
version = "0.18.1"
|
|
|
description = "Simple, modern and high performance file watching and code reload in python."
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -2236,10 +2392,29 @@ files = [
|
|
|
[package.dependencies]
|
|
|
anyio = ">=3.0.0"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "webdriver-manager"
|
|
|
+version = "3.8.6"
|
|
|
+description = "Library provides the way to automatically manage drivers for different browsers"
|
|
|
+category = "dev"
|
|
|
+optional = false
|
|
|
+python-versions = ">=3.7"
|
|
|
+files = [
|
|
|
+ {file = "webdriver_manager-3.8.6-py2.py3-none-any.whl", hash = "sha256:7d3aa8d67bd6c92a5d25f4abd75eea2c6dd24ea6617bff986f502280903a0e2b"},
|
|
|
+ {file = "webdriver_manager-3.8.6.tar.gz", hash = "sha256:ee788d389b8f45222a8a62f6f39b579360a1f87be46dad6da89918354af3ce73"},
|
|
|
+]
|
|
|
+
|
|
|
+[package.dependencies]
|
|
|
+packaging = "*"
|
|
|
+python-dotenv = "*"
|
|
|
+requests = "*"
|
|
|
+tqdm = "*"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "websockets"
|
|
|
version = "11.0.3"
|
|
|
description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -2319,6 +2494,7 @@ files = [
|
|
|
name = "wsproto"
|
|
|
version = "1.2.0"
|
|
|
description = "WebSockets state-machine based protocol implementation"
|
|
|
+category = "dev"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7.0"
|
|
|
files = [
|
|
@@ -2333,6 +2509,7 @@ h11 = ">=0.9.0,<1"
|
|
|
name = "zipp"
|
|
|
version = "3.15.0"
|
|
|
description = "Backport of pathlib-compatible object wrapper for zip files"
|
|
|
+category = "main"
|
|
|
optional = false
|
|
|
python-versions = ">=3.7"
|
|
|
files = [
|
|
@@ -2347,4 +2524,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
|
|
|
[metadata]
|
|
|
lock-version = "2.0"
|
|
|
python-versions = "^3.7"
|
|
|
-content-hash = "01dd4e6d62f913d2f5206dcd946dc9804767c4b57b115ef69eb56a73213ae5e4"
|
|
|
+content-hash = "97262dca004a99b4ee92c1abffeaf2f3b9ecc7fe902aaad83412e9f3d473c363"
|