|
|
|
@ -230,7 +230,7 @@ python-versions = ">=3.5" |
|
|
|
|
dev = ["cloudpickle", "coverage[toml] (>=5.0.2)", "furo", "hypothesis", "mypy (>=0.900,!=0.940)", "pre-commit", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "sphinx", "sphinx-notfound-page", "zope.interface"] |
|
|
|
|
docs = ["furo", "sphinx", "sphinx-notfound-page", "zope.interface"] |
|
|
|
|
tests = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy (>=0.900,!=0.940)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "zope.interface"] |
|
|
|
|
tests_no_zope = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy (>=0.900,!=0.940)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins"] |
|
|
|
|
tests-no-zope = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy (>=0.900,!=0.940)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins"] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "av" |
|
|
|
@ -531,7 +531,7 @@ optional = false |
|
|
|
|
python-versions = ">=3.6.0" |
|
|
|
|
|
|
|
|
|
[package.extras] |
|
|
|
|
unicode_backport = ["unicodedata2"] |
|
|
|
|
unicode-backport = ["unicodedata2"] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "cleo" |
|
|
|
@ -1410,7 +1410,7 @@ notebook = ["ipywidgets", "notebook"] |
|
|
|
|
parallel = ["ipyparallel"] |
|
|
|
|
qtconsole = ["qtconsole"] |
|
|
|
|
test = ["pytest (<7.1)", "pytest-asyncio", "testpath"] |
|
|
|
|
test_extra = ["curio", "matplotlib (!=3.2.0)", "nbformat", "numpy (>=1.19)", "pandas", "pytest (<7.1)", "pytest-asyncio", "testpath", "trio"] |
|
|
|
|
test-extra = ["curio", "matplotlib (!=3.2.0)", "nbformat", "numpy (>=1.19)", "pandas", "pytest (<7.1)", "pytest-asyncio", "testpath", "trio"] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ipython-genutils" |
|
|
|
@ -1459,9 +1459,9 @@ python-versions = ">=3.6.1,<4.0" |
|
|
|
|
|
|
|
|
|
[package.extras] |
|
|
|
|
colors = ["colorama (>=0.4.3,<0.5.0)"] |
|
|
|
|
pipfile_deprecated_finder = ["pipreqs", "requirementslib"] |
|
|
|
|
pipfile-deprecated-finder = ["pipreqs", "requirementslib"] |
|
|
|
|
plugins = ["setuptools"] |
|
|
|
|
requirements_deprecated_finder = ["pip-api", "pipreqs"] |
|
|
|
|
requirements-deprecated-finder = ["pip-api", "pipreqs"] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "itsdangerous" |
|
|
|
@ -1892,7 +1892,7 @@ mdurl = ">=0.1,<1.0" |
|
|
|
|
|
|
|
|
|
[package.extras] |
|
|
|
|
benchmarking = ["psutil", "pytest", "pytest-benchmark (>=3.2,<4.0)"] |
|
|
|
|
code_style = ["pre-commit (==2.6)"] |
|
|
|
|
code-style = ["pre-commit (==2.6)"] |
|
|
|
|
compare = ["commonmark (>=0.9.1,<0.10.0)", "markdown (>=3.3.6,<3.4.0)", "mistletoe (>=0.8.1,<0.9.0)", "mistune (>=2.0.2,<2.1.0)", "panflute (>=2.1.3,<2.2.0)"] |
|
|
|
|
linkify = ["linkify-it-py (>=1.0,<2.0)"] |
|
|
|
|
plugins = ["mdit-py-plugins"] |
|
|
|
@ -1959,7 +1959,7 @@ python-versions = ">=3.7" |
|
|
|
|
markdown-it-py = ">=1.0.0,<3.0.0" |
|
|
|
|
|
|
|
|
|
[package.extras] |
|
|
|
|
code_style = ["pre-commit"] |
|
|
|
|
code-style = ["pre-commit"] |
|
|
|
|
rtd = ["attrs", "myst-parser (>=0.16.1,<0.17.0)", "sphinx-book-theme (>=0.1.0,<0.2.0)"] |
|
|
|
|
testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] |
|
|
|
|
|
|
|
|
@ -2169,7 +2169,7 @@ sphinx = ">=4,<6" |
|
|
|
|
typing-extensions = "*" |
|
|
|
|
|
|
|
|
|
[package.extras] |
|
|
|
|
code_style = ["pre-commit (>=2.12,<3.0)"] |
|
|
|
|
code-style = ["pre-commit (>=2.12,<3.0)"] |
|
|
|
|
linkify = ["linkify-it-py (>=1.0,<2.0)"] |
|
|
|
|
rtd = ["ipython", "sphinx-book-theme", "sphinx-design", "sphinxcontrib.mermaid (>=0.7.1,<0.8.0)", "sphinxext-opengraph (>=0.6.3,<0.7.0)", "sphinxext-rediraffe (>=0.2.7,<0.3.0)"] |
|
|
|
|
testing = ["beautifulsoup4", "coverage[toml]", "pytest (>=6,<7)", "pytest-cov", "pytest-param-files (>=0.3.4,<0.4.0)", "pytest-regressions", "sphinx (<5.2)", "sphinx-pytest"] |
|
|
|
@ -3193,7 +3193,7 @@ optional = false |
|
|
|
|
python-versions = ">=3.6" |
|
|
|
|
|
|
|
|
|
[package.extras] |
|
|
|
|
asyncio_client = ["aiohttp (>=3.4)"] |
|
|
|
|
asyncio-client = ["aiohttp (>=3.4)"] |
|
|
|
|
client = ["requests (>=2.21.0)", "websocket-client (>=0.54.0)"] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -3217,7 +3217,7 @@ bidict = ">=0.21.0" |
|
|
|
|
python-engineio = ">=4.3.0" |
|
|
|
|
|
|
|
|
|
[package.extras] |
|
|
|
|
asyncio_client = ["aiohttp (>=3.4)"] |
|
|
|
|
asyncio-client = ["aiohttp (>=3.4)"] |
|
|
|
|
client = ["requests (>=2.21.0)", "websocket-client (>=0.54.0)"] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -3393,7 +3393,7 @@ urllib3 = ">=1.21.1,<1.27" |
|
|
|
|
|
|
|
|
|
[package.extras] |
|
|
|
|
socks = ["PySocks (>=1.5.6,!=1.5.7)"] |
|
|
|
|
use_chardet_on_py3 = ["chardet (>=3.0.2,<6)"] |
|
|
|
|
use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "requests-oauthlib" |
|
|
|
@ -3584,7 +3584,7 @@ falcon = ["falcon (>=1.4)"] |
|
|
|
|
fastapi = ["fastapi (>=0.79.0)"] |
|
|
|
|
flask = ["blinker (>=1.1)", "flask (>=0.11)"] |
|
|
|
|
httpx = ["httpx (>=0.16.0)"] |
|
|
|
|
pure_eval = ["asttokens", "executing", "pure-eval"] |
|
|
|
|
pure-eval = ["asttokens", "executing", "pure-eval"] |
|
|
|
|
pyspark = ["pyspark (>=2.4.4)"] |
|
|
|
|
quart = ["blinker (>=1.1)", "quart (>=0.16.1)"] |
|
|
|
|
rq = ["rq (>=0.6)"] |
|
|
|
@ -3834,6 +3834,14 @@ python-versions = ">=3.5" |
|
|
|
|
lint = ["docutils-stubs", "flake8", "mypy"] |
|
|
|
|
test = ["pytest"] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "spidev" |
|
|
|
|
version = "3.6" |
|
|
|
|
description = "Python bindings for Linux SPI access through spidev" |
|
|
|
|
category = "main" |
|
|
|
|
optional = false |
|
|
|
|
python-versions = "*" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "sqlalchemy" |
|
|
|
|
version = "1.4.42" |
|
|
|
@ -3850,19 +3858,19 @@ aiomysql = ["aiomysql", "greenlet (!=0.4.17)"] |
|
|
|
|
aiosqlite = ["aiosqlite", "greenlet (!=0.4.17)", "typing_extensions (!=3.10.0.1)"] |
|
|
|
|
asyncio = ["greenlet (!=0.4.17)"] |
|
|
|
|
asyncmy = ["asyncmy (>=0.2.3,!=0.2.4)", "greenlet (!=0.4.17)"] |
|
|
|
|
mariadb_connector = ["mariadb (>=1.0.1,!=1.1.2)"] |
|
|
|
|
mariadb-connector = ["mariadb (>=1.0.1,!=1.1.2)"] |
|
|
|
|
mssql = ["pyodbc"] |
|
|
|
|
mssql_pymssql = ["pymssql"] |
|
|
|
|
mssql_pyodbc = ["pyodbc"] |
|
|
|
|
mssql-pymssql = ["pymssql"] |
|
|
|
|
mssql-pyodbc = ["pyodbc"] |
|
|
|
|
mypy = ["mypy (>=0.910)", "sqlalchemy2-stubs"] |
|
|
|
|
mysql = ["mysqlclient (>=1.4.0)", "mysqlclient (>=1.4.0,<2)"] |
|
|
|
|
mysql_connector = ["mysql-connector-python"] |
|
|
|
|
mysql-connector = ["mysql-connector-python"] |
|
|
|
|
oracle = ["cx_oracle (>=7)", "cx_oracle (>=7,<8)"] |
|
|
|
|
postgresql = ["psycopg2 (>=2.7)"] |
|
|
|
|
postgresql_asyncpg = ["asyncpg", "greenlet (!=0.4.17)"] |
|
|
|
|
postgresql_pg8000 = ["pg8000 (>=1.16.6,!=1.29.0)"] |
|
|
|
|
postgresql_psycopg2binary = ["psycopg2-binary"] |
|
|
|
|
postgresql_psycopg2cffi = ["psycopg2cffi"] |
|
|
|
|
postgresql-asyncpg = ["asyncpg", "greenlet (!=0.4.17)"] |
|
|
|
|
postgresql-pg8000 = ["pg8000 (>=1.16.6,!=1.29.0)"] |
|
|
|
|
postgresql-psycopg2binary = ["psycopg2-binary"] |
|
|
|
|
postgresql-psycopg2cffi = ["psycopg2cffi"] |
|
|
|
|
pymysql = ["pymysql", "pymysql (<1)"] |
|
|
|
|
sqlcipher = ["sqlcipher3_binary"] |
|
|
|
|
|
|
|
|
@ -4378,7 +4386,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] |
|
|
|
|
[metadata] |
|
|
|
|
lock-version = "1.1" |
|
|
|
|
python-versions = "~3.8" |
|
|
|
|
content-hash = "76f06d46b1c308e59968994e42193599d8ba3cab6d552460c9c48f282313b64d" |
|
|
|
|
content-hash = "d2854112975a9d83a9540175b2d430487e40e0292d48a1ba6c591db60a08c136" |
|
|
|
|
|
|
|
|
|
[metadata.files] |
|
|
|
|
adal = [ |
|
|
|
@ -5384,6 +5392,7 @@ gevent = [ |
|
|
|
|
{file = "gevent-22.10.1-cp310-cp310-win_amd64.whl", hash = "sha256:d2ea4ce36c09355379bc038be2bd50118f97d2eb6381b7096de4d05aa4c3e241"}, |
|
|
|
|
{file = "gevent-22.10.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3e73c9f71aa2a6795ecbec9b57282b002375e863e283558feb87b62840c8c1ac"}, |
|
|
|
|
{file = "gevent-22.10.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5bc3758f0dc95007c1780d28a9fd2150416a79c50f308f62a674d78a845ea1b9"}, |
|
|
|
|
{file = "gevent-22.10.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:03c10ca0beeab0c6be516030471ea630447ddd1f649d3335e5b162097cd4130a"}, |
|
|
|
|
{file = "gevent-22.10.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:fe2c0ff095171c49f78f1d4e6dc89fa58253783c7b6dccab9f1d76e2ee391f10"}, |
|
|
|
|
{file = "gevent-22.10.1-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:d18fcc324f39a3b21795022eb47c7752d6e4f4ed89d8cca41f1cc604553265b3"}, |
|
|
|
|
{file = "gevent-22.10.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:06ea39c70ce166c4a1d4386c7fae96cb8d84ad799527b3378406051104d15443"}, |
|
|
|
@ -6554,6 +6563,11 @@ pillow-avif-plugin = [ |
|
|
|
|
{file = "pillow_avif_plugin-1.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:017e5e52cb4320414e8ce3e2089eae2cb87c22c73ff6012b17ae326fc5753b20"}, |
|
|
|
|
{file = "pillow_avif_plugin-1.2.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:2a57136d4866de5dc80cfb24d66655955fbdd87acf1d11d88c8dc2ab41023e46"}, |
|
|
|
|
{file = "pillow_avif_plugin-1.2.2-cp310-cp310-win_amd64.whl", hash = "sha256:f339511d0fccb69e3a5e3af39f8fe6700b0a07279015006ea56f8f49e7fecff4"}, |
|
|
|
|
{file = "pillow_avif_plugin-1.2.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:05e821ecd90bb0b8d2dc7610625372cc47de9cb893d09662528bad572f669d1c"}, |
|
|
|
|
{file = "pillow_avif_plugin-1.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d33886a5f9796fe9a8a3bc25ccfdeba7db119adb50b7004f1928a14b07d0213a"}, |
|
|
|
|
{file = "pillow_avif_plugin-1.2.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:75b7ed186c2f740dd26e556f6a966c59a170b70263e429a2c81920fe444da8a7"}, |
|
|
|
|
{file = "pillow_avif_plugin-1.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a11aef6b79078b8dad25c928e5871c146ab94424472851d5bf539ba62abde9ac"}, |
|
|
|
|
{file = "pillow_avif_plugin-1.2.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:10696c536d68a14cefea3b98edb8d5a7ae29e8e07458f1d59c5d1cd780a8bf2a"}, |
|
|
|
|
{file = "pillow_avif_plugin-1.2.2-cp36-cp36m-macosx_10_10_x86_64.whl", hash = "sha256:1a7291d6a5fb7336e72685a31d193e0b3a6bee9986c9ac4d8bd4b68dbe6d4f7f"}, |
|
|
|
|
{file = "pillow_avif_plugin-1.2.2-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:14b9c5dbf237e7dc12f69819ea181a457b3bd4f59f8cd71d028d3635fd3bcab4"}, |
|
|
|
|
{file = "pillow_avif_plugin-1.2.2-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:799cbfbeee831332d280c80df9ce16b5c3b1224c318264e97e89df8da32e870e"}, |
|
|
|
@ -6942,11 +6956,13 @@ pyprof2calltree = [ |
|
|
|
|
] |
|
|
|
|
pyproj = [ |
|
|
|
|
{file = "pyproj-3.4.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:f343725566267a296b09ee7e591894f1fdc90f84f8ad5ec476aeb53bd4479c07"}, |
|
|
|
|
{file = "pyproj-3.4.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:5816807ca0bdc7256558770c6206a6783a3f02bcf844f94ee245f197bb5f7285"}, |
|
|
|
|
{file = "pyproj-3.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e7e609903572a56cca758bbaee5c1663c3e829ddce5eec4f368e68277e37022b"}, |
|
|
|
|
{file = "pyproj-3.4.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4fd425ee8b6781c249c7adb7daa2e6c41ce573afabe4f380f5eecd913b56a3be"}, |
|
|
|
|
{file = "pyproj-3.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:954b068136518b3174d0a99448056e97af62b63392a95c420894f7de2229dae6"}, |
|
|
|
|
{file = "pyproj-3.4.0-cp310-cp310-win_amd64.whl", hash = "sha256:4a23d84c5ffc383c7d9f0bde3a06fc1f6697b1b96725597f8f01e7b4bef0a2b5"}, |
|
|
|
|
{file = "pyproj-3.4.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:1f9c100fd0fd80edbc7e4daa303600a8cbef6f0de43d005617acb38276b88dc0"}, |
|
|
|
|
{file = "pyproj-3.4.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:aa5171f700f174777a9e9ed8f4655583243967c0f9cf2c90e3f54e54ff740134"}, |
|
|
|
|
{file = "pyproj-3.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9a496d9057b2128db9d733e66b206f2d5954bbae6b800d412f562d780561478c"}, |
|
|
|
|
{file = "pyproj-3.4.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:52e54796e2d9554a5eb8f11df4748af1fbbc47f76aa234d6faf09216a84554c5"}, |
|
|
|
|
{file = "pyproj-3.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a454a7c4423faa2a14e939d08ef293ee347fa529c9df79022b0585a6e1d8310c"}, |
|
|
|
@ -6957,6 +6973,7 @@ pyproj = [ |
|
|
|
|
{file = "pyproj-3.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f80adda8c54b84271a93829477a01aa57bc178c834362e9f74e1de1b5033c74c"}, |
|
|
|
|
{file = "pyproj-3.4.0-cp38-cp38-win_amd64.whl", hash = "sha256:221d8939685e0c43ee594c9f04b6a73a10e8e1cc0e85f28be0b4eb2f1bc8777d"}, |
|
|
|
|
{file = "pyproj-3.4.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:d94afed99f31673d3d19fe750283621e193e2a53ca9e0443bf9d092c3905833b"}, |
|
|
|
|
{file = "pyproj-3.4.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:0fff9c3a991508f16027be27d153f6c5583d03799443639d13c681e60f49e2d7"}, |
|
|
|
|
{file = "pyproj-3.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3b85acf09e5a9e35cd9ee72989793adb7089b4e611be02a43d3d0bda50ad116b"}, |
|
|
|
|
{file = "pyproj-3.4.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:45554f47d1a12a84b0620e4abc08a2a1b5d9f273a4759eaef75e74788ec7162a"}, |
|
|
|
|
{file = "pyproj-3.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:12f62c20656ac9b6076ebb213e9a635d52f4f01fef95310121d337e62e910cb6"}, |
|
|
|
@ -7537,6 +7554,10 @@ sphinxcontrib-serializinghtml = [ |
|
|
|
|
{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"}, |
|
|
|
|
] |
|
|
|
|
spidev = [ |
|
|
|
|
{file = "spidev-3.6-cp39-cp39-linux_armv7l.whl", hash = "sha256:280abc00a1ef7780ef62c3f294f52a2527b6c47d8c269fea98664970bcaf6da5"}, |
|
|
|
|
{file = "spidev-3.6.tar.gz", hash = "sha256:14dbc37594a4aaef85403ab617985d3c3ef464d62bc9b769ef552db53701115b"}, |
|
|
|
|
] |
|
|
|
|
sqlalchemy = [ |
|
|
|
|
{file = "SQLAlchemy-1.4.42-cp27-cp27m-macosx_10_14_x86_64.whl", hash = "sha256:28e881266a172a4d3c5929182fde6bb6fba22ac93f137d5380cc78a11a9dd124"}, |
|
|
|
|
{file = "SQLAlchemy-1.4.42-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:ca9389a00f639383c93ed00333ed763812f80b5ae9e772ea32f627043f8c9c88"}, |
|
|
|
|