|
|
|
@ -537,7 +537,6 @@ python-versions = "*" |
|
|
|
|
[package.source] |
|
|
|
|
type = "url" |
|
|
|
|
url = "https://github.com/commaai/carla/releases/download/3.11.4/carla-0.9.14-cp311-cp311-linux_x86_64.whl" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "casadi" |
|
|
|
|
version = "3.6.3" |
|
|
|
@ -1113,7 +1112,7 @@ Flask = ">=0.9" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "flask-socketio" |
|
|
|
|
version = "5.3.4" |
|
|
|
|
version = "5.3.5" |
|
|
|
|
description = "Socket.IO integration for Flask applications" |
|
|
|
|
category = "dev" |
|
|
|
|
optional = false |
|
|
|
@ -1123,6 +1122,9 @@ python-versions = ">=3.6" |
|
|
|
|
Flask = ">=0.9" |
|
|
|
|
python-socketio = ">=5.0.2" |
|
|
|
|
|
|
|
|
|
[package.extras] |
|
|
|
|
docs = ["sphinx"] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "flatbuffers" |
|
|
|
|
version = "23.5.26" |
|
|
|
@ -1230,7 +1232,7 @@ rewrite = ["tokenize-rt (>=3)"] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "geoalchemy2" |
|
|
|
|
version = "0.14.0" |
|
|
|
|
version = "0.14.1" |
|
|
|
|
description = "Using SQLAlchemy with Spatial Databases" |
|
|
|
|
category = "dev" |
|
|
|
|
optional = false |
|
|
|
@ -1575,7 +1577,7 @@ python-versions = "*" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ipykernel" |
|
|
|
|
version = "6.24.0" |
|
|
|
|
version = "6.25.0" |
|
|
|
|
description = "IPython Kernel for Jupyter" |
|
|
|
|
category = "dev" |
|
|
|
|
optional = false |
|
|
|
@ -2210,13 +2212,14 @@ testing = ["pytest"] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "markdown" |
|
|
|
|
version = "3.4.3" |
|
|
|
|
version = "3.4.4" |
|
|
|
|
description = "Python implementation of John Gruber's Markdown." |
|
|
|
|
category = "dev" |
|
|
|
|
optional = false |
|
|
|
|
python-versions = ">=3.7" |
|
|
|
|
|
|
|
|
|
[package.extras] |
|
|
|
|
docs = ["mdx-gh-links (>=0.2)", "mkdocs (>=1.0)", "mkdocs-nature (>=0.4)"] |
|
|
|
|
testing = ["coverage", "pyyaml"] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -2546,7 +2549,7 @@ test = ["flaky", "ipykernel (>=6.19.3)", "ipython", "ipywidgets", "nbconvert (>= |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "nbconvert" |
|
|
|
|
version = "7.7.2" |
|
|
|
|
version = "7.7.3" |
|
|
|
|
description = "Converting Jupyter Notebooks" |
|
|
|
|
category = "dev" |
|
|
|
|
optional = false |
|
|
|
@ -2734,7 +2737,7 @@ lint = ["lintrunner (>=0.10.0)", "lintrunner-adapters (>=0.3)"] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "onnx2torch" |
|
|
|
|
version = "1.5.10" |
|
|
|
|
version = "1.5.11" |
|
|
|
|
description = "ONNX to PyTorch converter" |
|
|
|
|
category = "dev" |
|
|
|
|
optional = false |
|
|
|
@ -2798,6 +2801,40 @@ numpy = [ |
|
|
|
|
[package.source] |
|
|
|
|
type = "url" |
|
|
|
|
url = "https://github.com/commaai/opencv-python-builder/releases/download/4.5.5.64%2Bcu118-cp311/opencv_python_headless-4.5.5.64-cp311-cp311-manylinux_2_31_x86_64.whl" |
|
|
|
|
[[package]] |
|
|
|
|
name = "opencv-python-headless" |
|
|
|
|
version = "4.7.0.72" |
|
|
|
|
description = "Wrapper package for OpenCV python bindings." |
|
|
|
|
category = "dev" |
|
|
|
|
optional = false |
|
|
|
|
python-versions = ">=3.6" |
|
|
|
|
|
|
|
|
|
[package.dependencies] |
|
|
|
|
numpy = [ |
|
|
|
|
{version = ">=1.21.2", markers = "python_version >= \"3.10\""}, |
|
|
|
|
{version = ">=1.21.4", markers = "python_version >= \"3.10\" and platform_system == \"Darwin\""}, |
|
|
|
|
{version = ">=1.22.0", markers = "python_version >= \"3.11\""}, |
|
|
|
|
{version = ">=1.19.3", markers = "python_version >= \"3.6\" and platform_system == \"Linux\" and platform_machine == \"aarch64\" or python_version >= \"3.9\""}, |
|
|
|
|
{version = ">=1.17.0", markers = "python_version >= \"3.7\""}, |
|
|
|
|
{version = ">=1.17.3", markers = "python_version >= \"3.8\""}, |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "opencv-python-headless" |
|
|
|
|
version = "4.8.0.74" |
|
|
|
|
description = "Wrapper package for OpenCV python bindings." |
|
|
|
|
category = "dev" |
|
|
|
|
optional = false |
|
|
|
|
python-versions = ">=3.6" |
|
|
|
|
|
|
|
|
|
[package.dependencies] |
|
|
|
|
numpy = [ |
|
|
|
|
{version = ">=1.21.2", markers = "python_version >= \"3.10\""}, |
|
|
|
|
{version = ">=1.21.4", markers = "python_version >= \"3.10\" and platform_system == \"Darwin\""}, |
|
|
|
|
{version = ">=1.19.3", markers = "python_version >= \"3.6\" and platform_system == \"Linux\" and platform_machine == \"aarch64\" or python_version >= \"3.9\""}, |
|
|
|
|
{version = ">=1.17.0", markers = "python_version >= \"3.7\""}, |
|
|
|
|
{version = ">=1.17.3", markers = "python_version >= \"3.8\""}, |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "osmium" |
|
|
|
@ -3500,14 +3537,14 @@ python-versions = "*" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "pylint" |
|
|
|
|
version = "2.17.4" |
|
|
|
|
version = "2.17.5" |
|
|
|
|
description = "python code static checker" |
|
|
|
|
category = "dev" |
|
|
|
|
optional = false |
|
|
|
|
python-versions = ">=3.7.2" |
|
|
|
|
|
|
|
|
|
[package.dependencies] |
|
|
|
|
astroid = ">=2.15.4,<=2.17.0-dev0" |
|
|
|
|
astroid = ">=2.15.6,<=2.17.0-dev0" |
|
|
|
|
colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} |
|
|
|
|
dill = {version = ">=0.3.6", markers = "python_version >= \"3.11\""} |
|
|
|
|
isort = ">=4.2.5,<6" |
|
|
|
@ -3566,7 +3603,7 @@ develop = false |
|
|
|
|
numpy = "*" |
|
|
|
|
|
|
|
|
|
[package.extras] |
|
|
|
|
dev = ["PytorchNvCodec", "onnx", "opencv-python", "pycuda", "pyopengl", "tensorrt", "torch", "torchvision"] |
|
|
|
|
dev = ["PytorchNvCodec @ file:///home/batman/.pyenv/versions/3.11.4/src/VideoProcessingFramework/src/PytorchNvCodec", "onnx", "opencv-python", "pycuda", "pyopengl", "tensorrt", "torch", "torchvision"] |
|
|
|
|
samples = ["PytorchNvCodec @ git+https://github.com/NVIDIA/VideoProcessingFramework.git#subdirectory=src/PytorchNvCodec/", "onnx", "opencv-python", "pycuda", "pyopengl", "tensorrt", "torch", "torchvision", "tqdm"] |
|
|
|
|
tensorrt = ["PytorchNvCodec @ git+https://github.com/NVIDIA/VideoProcessingFramework.git#subdirectory=src/PytorchNvCodec/", "torch", "torchvision"] |
|
|
|
|
tests = ["PytorchNvCodec @ git+https://github.com/NVIDIA/VideoProcessingFramework.git#subdirectory=src/PytorchNvCodec/", "opencv-python", "pycuda", "pyopengl", "torch", "torchvision"] |
|
|
|
@ -3768,7 +3805,7 @@ client = ["requests (>=2.21.0)", "websocket-client (>=0.54.0)"] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "pytools" |
|
|
|
|
version = "2023.1" |
|
|
|
|
version = "2023.1.1" |
|
|
|
|
description = "A collection of tools for Python" |
|
|
|
|
category = "main" |
|
|
|
|
optional = false |
|
|
|
@ -4755,7 +4792,6 @@ opt-einsum = ["opt-einsum (>=3.3)"] |
|
|
|
|
[package.source] |
|
|
|
|
type = "url" |
|
|
|
|
url = "https://download.pytorch.org/whl/cu118/torch-2.0.1%2Bcu118-cp311-cp311-linux_x86_64.whl" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "torchsummary" |
|
|
|
|
version = "1.5.1" |
|
|
|
@ -4784,7 +4820,6 @@ scipy = ["scipy"] |
|
|
|
|
[package.source] |
|
|
|
|
type = "url" |
|
|
|
|
url = "https://download.pytorch.org/whl/cu118/torchvision-0.15.2%2Bcu118-cp311-cp311-linux_x86_64.whl" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "tornado" |
|
|
|
|
version = "6.3.2" |
|
|
|
@ -5227,7 +5262,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] |
|
|
|
|
[metadata] |
|
|
|
|
lock-version = "1.1" |
|
|
|
|
python-versions = "~3.11" |
|
|
|
|
content-hash = "b7c0127e1802206e7e0dd2968f54716536f40a6520b3965365453779a4959751" |
|
|
|
|
content-hash = "8286acbaad7dcd1f6e926bd52cdb61651f8b720af4e39cd5f609406a3f3d1ca8" |
|
|
|
|
|
|
|
|
|
[metadata.files] |
|
|
|
|
adal = [ |
|
|
|
@ -6411,8 +6446,8 @@ flask-cors = [ |
|
|
|
|
{file = "Flask_Cors-4.0.0-py2.py3-none-any.whl", hash = "sha256:bc3492bfd6368d27cfe79c7821df5a8a319e1a6d5eab277a3794be19bdc51783"}, |
|
|
|
|
] |
|
|
|
|
flask-socketio = [ |
|
|
|
|
{file = "Flask-SocketIO-5.3.4.tar.gz", hash = "sha256:1cbd379c9bf68ac37bcc4750d01708922fa6365d13a5447d3f8893792879410c"}, |
|
|
|
|
{file = "Flask_SocketIO-5.3.4-py3-none-any.whl", hash = "sha256:564acfb24dcc9545cdae536cde0323653d9b547069a925f11eeb132338aa71c0"}, |
|
|
|
|
{file = "Flask-SocketIO-5.3.5.tar.gz", hash = "sha256:5f01158d10db71aa78c969b631ce3b9148b47ab0de1995158f9577f85b004d25"}, |
|
|
|
|
{file = "Flask_SocketIO-5.3.5-py3-none-any.whl", hash = "sha256:04d42f2b7c2c3bdfea83b62e53f999374c573c698eddb53c468fca2bf75c1d3c"}, |
|
|
|
|
] |
|
|
|
|
flatbuffers = [ |
|
|
|
|
{file = "flatbuffers-23.5.26-py2.py3-none-any.whl", hash = "sha256:c0ff356da363087b915fde4b8b45bdda73432fc17cddb3c8157472eab1422ad1"}, |
|
|
|
@ -6564,8 +6599,8 @@ future-fstrings = [ |
|
|
|
|
{file = "future_fstrings-1.2.0.tar.gz", hash = "sha256:6cf41cbe97c398ab5a81168ce0dbb8ad95862d3caf23c21e4430627b90844089"}, |
|
|
|
|
] |
|
|
|
|
geoalchemy2 = [ |
|
|
|
|
{file = "GeoAlchemy2-0.14.0-py3-none-any.whl", hash = "sha256:7d2a521502e1f9198f119e61a62e93f2141a336402fb193de28a70e3aaf691eb"}, |
|
|
|
|
{file = "GeoAlchemy2-0.14.0.tar.gz", hash = "sha256:8ec034309183df66319cba146ff284e682f24993731079772e045b2b1fe6ce7d"}, |
|
|
|
|
{file = "GeoAlchemy2-0.14.1-py3-none-any.whl", hash = "sha256:0830c98f83d6b1706e62b5544793d304e2853493d6e70ac18444c13748c3d1c7"}, |
|
|
|
|
{file = "GeoAlchemy2-0.14.1.tar.gz", hash = "sha256:620b31cbf97a368b2486dbcfcd36da2081827e933d4163bcb942043b79b545e8"}, |
|
|
|
|
] |
|
|
|
|
geopandas = [ |
|
|
|
|
{file = "geopandas-0.13.2-py3-none-any.whl", hash = "sha256:101cfd0de54bcf9e287a55b5ea17ebe0db53a5e25a28bacf100143d0507cabd9"}, |
|
|
|
@ -6855,8 +6890,8 @@ ioctl-opt = [ |
|
|
|
|
{file = "ioctl-opt-1.3.tar.gz", hash = "sha256:5ed4f9a80d2e02e152a43d3648d7ed8821a0aac5ea88ecc5fcc14460ff7cf2f9"}, |
|
|
|
|
] |
|
|
|
|
ipykernel = [ |
|
|
|
|
{file = "ipykernel-6.24.0-py3-none-any.whl", hash = "sha256:2f5fffc7ad8f1fd5aadb4e171ba9129d9668dbafa374732cf9511ada52d6547f"}, |
|
|
|
|
{file = "ipykernel-6.24.0.tar.gz", hash = "sha256:29cea0a716b1176d002a61d0b0c851f34536495bc4ef7dd0222c88b41b816123"}, |
|
|
|
|
{file = "ipykernel-6.25.0-py3-none-any.whl", hash = "sha256:f0042e867ac3f6bca1679e6a88cbd6a58ed93a44f9d0866aecde6efe8de76659"}, |
|
|
|
|
{file = "ipykernel-6.25.0.tar.gz", hash = "sha256:e342ce84712861be4b248c4a73472be4702c1b0dd77448bfd6bcfb3af9d5ddf9"}, |
|
|
|
|
] |
|
|
|
|
ipython = [ |
|
|
|
|
{file = "ipython-8.14.0-py3-none-any.whl", hash = "sha256:248aca623f5c99a6635bc3857677b7320b9b8039f99f070ee0d20a5ca5a8e6bf"}, |
|
|
|
@ -7302,8 +7337,8 @@ mako = [ |
|
|
|
|
{file = "Mako-1.2.4.tar.gz", hash = "sha256:d60a3903dc3bb01a18ad6a89cdbe2e4eadc69c0bc8ef1e3773ba53d44c3f7a34"}, |
|
|
|
|
] |
|
|
|
|
markdown = [ |
|
|
|
|
{file = "Markdown-3.4.3-py3-none-any.whl", hash = "sha256:065fd4df22da73a625f14890dd77eb8040edcbd68794bcd35943be14490608b2"}, |
|
|
|
|
{file = "Markdown-3.4.3.tar.gz", hash = "sha256:8bf101198e004dc93e84a12a7395e31aac6a9c9942848ae1d99b9d72cf9b3520"}, |
|
|
|
|
{file = "Markdown-3.4.4-py3-none-any.whl", hash = "sha256:a4c1b65c0957b4bd9e7d86ddc7b3c9868fb9670660f6f99f6d1bca8954d5a941"}, |
|
|
|
|
{file = "Markdown-3.4.4.tar.gz", hash = "sha256:225c6123522495d4119a90b3a3ba31a1e87a70369e03f14799ea9c0d7183a3d6"}, |
|
|
|
|
] |
|
|
|
|
markdown-it-py = [ |
|
|
|
|
{file = "markdown-it-py-3.0.0.tar.gz", hash = "sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb"}, |
|
|
|
@ -7649,8 +7684,8 @@ nbclient = [ |
|
|
|
|
{file = "nbclient-0.8.0.tar.gz", hash = "sha256:f9b179cd4b2d7bca965f900a2ebf0db4a12ebff2f36a711cb66861e4ae158e55"}, |
|
|
|
|
] |
|
|
|
|
nbconvert = [ |
|
|
|
|
{file = "nbconvert-7.7.2-py3-none-any.whl", hash = "sha256:25e0cf2b663ee0cd5a90afb6b2f2940bf1abe5cc5bc995b88c8156ca65fa7ede"}, |
|
|
|
|
{file = "nbconvert-7.7.2.tar.gz", hash = "sha256:36d3e7bf32f0c075878176cdeeb645931c994cbed5b747bc7a570ba8cd2321f3"}, |
|
|
|
|
{file = "nbconvert-7.7.3-py3-none-any.whl", hash = "sha256:3022adadff3f86578a47fab7c2228bb3ca9c56a24345642a22f917f6168b48fc"}, |
|
|
|
|
{file = "nbconvert-7.7.3.tar.gz", hash = "sha256:4a5996bf5f3cd16aa0431897ba1aa4c64842c2079f434b3dc6b8c4b252ef3355"}, |
|
|
|
|
] |
|
|
|
|
nbformat = [ |
|
|
|
|
{file = "nbformat-5.9.1-py3-none-any.whl", hash = "sha256:b7968ebf4811178a4108ee837eae1442e3f054132100f0359219e9ed1ce3ca45"}, |
|
|
|
@ -7799,8 +7834,8 @@ onnx = [ |
|
|
|
|
{file = "onnx-1.14.0.tar.gz", hash = "sha256:43b85087c6b919de66872a043c7f4899fe6f840e11ffca7e662b2ce9e4cc2927"}, |
|
|
|
|
] |
|
|
|
|
onnx2torch = [ |
|
|
|
|
{file = "onnx2torch-1.5.10-py3-none-any.whl", hash = "sha256:0601466b0db1e758290884ed2448a417a1bb175ced9dfd398ecff9d4f85bfdbc"}, |
|
|
|
|
{file = "onnx2torch-1.5.10.tar.gz", hash = "sha256:14682b91c5cf8cd3aa5d077ba1889599a68e9fe4ce72fa5f91e4e755c80ac03c"}, |
|
|
|
|
{file = "onnx2torch-1.5.11-py3-none-any.whl", hash = "sha256:7dd22a7d2bd06a71d9cde1b38888fb6d2234e55ee1e28a16221f1fae8197acce"}, |
|
|
|
|
{file = "onnx2torch-1.5.11.tar.gz", hash = "sha256:5254522279fb15c2e3ccd33ca9104dbd08cf4e188341338b4a3aead50475c419"}, |
|
|
|
|
] |
|
|
|
|
onnxoptimizer = [ |
|
|
|
|
{file = "onnxoptimizer-0.3.13-cp310-cp310-macosx_10_15_universal2.whl", hash = "sha256:019968dc02b37ab87588b67331f15719a9fcfc5de54de866dd7b02eaad68bdd5"}, |
|
|
|
@ -7834,7 +7869,22 @@ onnxruntime-gpu = [ |
|
|
|
|
{file = "onnxruntime_gpu-1.15.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:58773200fbe3a840cab163fc9f196a3de376a2902d633a714ef13501910c4dfc"}, |
|
|
|
|
{file = "onnxruntime_gpu-1.15.1-cp39-cp39-win_amd64.whl", hash = "sha256:b9fb31cb7608b4a0e84ba3325860f0b5159ccea5fe43e74eecf6f360021b987f"}, |
|
|
|
|
] |
|
|
|
|
opencv-python-headless = [] |
|
|
|
|
opencv-python-headless = [ |
|
|
|
|
{file = "opencv-python-headless-4.7.0.72.tar.gz", hash = "sha256:eea59caa92b28b197f9d2a2dd8275ca3869718b2a857c8e53203de6ef3f9f4db"}, |
|
|
|
|
{file = "opencv_python_headless-4.7.0.72-cp37-abi3-macosx_10_16_x86_64.whl", hash = "sha256:2f8b60bddd325411cf4664e4dbea729ce20f0c2ffeaedc5c6724b544fdf36e8a"}, |
|
|
|
|
{file = "opencv_python_headless-4.7.0.72-cp37-abi3-macosx_11_0_arm64.whl", hash = "sha256:6e13954f705e640e52962dfb252ee1f0a0af7b33cdbe8dd73f27e7e31172b7a2"}, |
|
|
|
|
{file = "opencv_python_headless-4.7.0.72-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f448aea686069474e701223a2ed192df95f501a092b5e06e39171b4927564692"}, |
|
|
|
|
{file = "opencv_python_headless-4.7.0.72-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:18dac3147863d2f4beef6b06b784ee115799a7842e2883adc4ae750c432613f9"}, |
|
|
|
|
{file = "opencv_python_headless-4.7.0.72-cp37-abi3-win32.whl", hash = "sha256:f7f421a2099acbfb69db5e571abaf69a90f43846c3832452c19611efc2c6c926"}, |
|
|
|
|
{file = "opencv_python_headless-4.7.0.72-cp37-abi3-win_amd64.whl", hash = "sha256:388015ee96816b71e529fed6153aeb68420b69a80efad7aad5445fd7cd7a154c"}, |
|
|
|
|
{file = "opencv-python-headless-4.8.0.74.tar.gz", hash = "sha256:a72770b8f2e08358b1faa41c8372b17d040aa9bb3e446ab7090e358f6f4e91ba"}, |
|
|
|
|
{file = "opencv_python_headless-4.8.0.74-cp37-abi3-macosx_10_16_x86_64.whl", hash = "sha256:f645b17667fc9bffec8c3b3a72a217430c8d7090ed3ebb80fd8efc657f372d6c"}, |
|
|
|
|
{file = "opencv_python_headless-4.8.0.74-cp37-abi3-macosx_11_0_arm64.whl", hash = "sha256:7c88744ce922b81747c86f2b7f1b3ec84ff2f53477ee9219a5e75ae2012b443f"}, |
|
|
|
|
{file = "opencv_python_headless-4.8.0.74-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:34e92fef90e8f768d92dca875aefaff8b11556427f82484378a3848eb690d4c0"}, |
|
|
|
|
{file = "opencv_python_headless-4.8.0.74-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f8a88620c43a5d17f7df8317767da93b935656ab9236df92e1e2e0dd23195756"}, |
|
|
|
|
{file = "opencv_python_headless-4.8.0.74-cp37-abi3-win32.whl", hash = "sha256:b52a6eb2d92fff0f660e6aade958cb4373fbfcbafa0488f7ae88c4e6ce3f47f6"}, |
|
|
|
|
{file = "opencv_python_headless-4.8.0.74-cp37-abi3-win_amd64.whl", hash = "sha256:19d30269ae710f67e0ae549361a68b755e28599a572d5f72d0bbb177ab438a28"}, |
|
|
|
|
] |
|
|
|
|
osmium = [ |
|
|
|
|
{file = "osmium-3.6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:0520d39797c17030c11427213421237aa17f327b076c5367dd2721e856a8aab7"}, |
|
|
|
|
{file = "osmium-3.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e46615d9761f49ae86b7f891c1e00a7e010b85622d17d956029299407b86b0cb"}, |
|
|
|
@ -8447,8 +8497,8 @@ pylev = [ |
|
|
|
|
{file = "pylev-1.4.0.tar.gz", hash = "sha256:9e77e941042ad3a4cc305dcdf2b2dec1aec2fbe3dd9015d2698ad02b173006d1"}, |
|
|
|
|
] |
|
|
|
|
pylint = [ |
|
|
|
|
{file = "pylint-2.17.4-py3-none-any.whl", hash = "sha256:7a1145fb08c251bdb5cca11739722ce64a63db479283d10ce718b2460e54123c"}, |
|
|
|
|
{file = "pylint-2.17.4.tar.gz", hash = "sha256:5dcf1d9e19f41f38e4e85d10f511e5b9c35e1aa74251bf95cdd8cb23584e2db1"}, |
|
|
|
|
{file = "pylint-2.17.5-py3-none-any.whl", hash = "sha256:73995fb8216d3bed149c8d51bba25b2c52a8251a2c8ac846ec668ce38fab5413"}, |
|
|
|
|
{file = "pylint-2.17.5.tar.gz", hash = "sha256:f7b601cbc06fef7e62a754e2b41294c2aa31f1cb659624b9a85bcba29eaf8252"}, |
|
|
|
|
] |
|
|
|
|
pymsalruntime = [ |
|
|
|
|
{file = "pymsalruntime-0.13.9-cp310-cp310-win32.whl", hash = "sha256:d61dbca27f6b1aec647c7e2487ac3ac0274f69dc29c8b26f4ff0ee6d85c7414c"}, |
|
|
|
@ -8650,8 +8700,8 @@ python-socketio = [ |
|
|
|
|
{file = "python_socketio-5.8.0-py3-none-any.whl", hash = "sha256:7adb8867aac1c2929b9c1429f1c02e12ca4c36b67c807967393e367dfbb01441"}, |
|
|
|
|
] |
|
|
|
|
pytools = [ |
|
|
|
|
{file = "pytools-2023.1-py2.py3-none-any.whl", hash = "sha256:7818a7ca089e51dbd5405681522bb404de21eca43ee69b6348a8095900909ef2"}, |
|
|
|
|
{file = "pytools-2023.1.tar.gz", hash = "sha256:f10e425220aefa1ff925342b658ff02dc33597c21fb88d7a63f9441bf2e7a50e"}, |
|
|
|
|
{file = "pytools-2023.1.1-py2.py3-none-any.whl", hash = "sha256:53b98e5d6c01a90e343f8be2f5271e94204a210ef3e74fbefa3d47ec7480f150"}, |
|
|
|
|
{file = "pytools-2023.1.1.tar.gz", hash = "sha256:80637873d206f6bcedf7cdb46ad93e868acb4ea2256db052dfcca872bdd0321f"}, |
|
|
|
|
] |
|
|
|
|
pytz = [ |
|
|
|
|
{file = "pytz-2023.3-py2.py3-none-any.whl", hash = "sha256:a151b3abb88eda1d4e34a9814df37de2a80e301e68ba0fd856fb9b46bfbbbffb"}, |
|
|
|
|