mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 09:41:39 -05:00
193 lines
9.5 KiB
TOML
193 lines
9.5 KiB
TOML
![]() |
# This file is automatically @generated by Poetry and should not be changed by hand.
|
||
|
|
||
|
[[package]]
|
||
|
name = "attrs"
|
||
|
version = "22.1.0"
|
||
|
description = "Classes Without Boilerplate"
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = ">=3.5"
|
||
|
files = [
|
||
|
{file = "attrs-22.1.0-py2.py3-none-any.whl", hash = "sha256:86efa402f67bf2df34f51a335487cf46b1ec130d02b8d39fd248abfd30da551c"},
|
||
|
{file = "attrs-22.1.0.tar.gz", hash = "sha256:29adc2665447e5191d0e7c568fde78b21f9672d344281d0c6e1ab085429b22b6"},
|
||
|
]
|
||
|
|
||
|
[package.extras]
|
||
|
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"]
|
||
|
|
||
|
[[package]]
|
||
|
name = "certifi"
|
||
|
version = "2022.12.7"
|
||
|
description = "Python package for providing Mozilla's CA Bundle."
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = ">=3.6"
|
||
|
files = [
|
||
|
{file = "certifi-2022.12.7-py3-none-any.whl", hash = "sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18"},
|
||
|
{file = "certifi-2022.12.7.tar.gz", hash = "sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3"},
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "click"
|
||
|
version = "8.1.3"
|
||
|
description = "Composable command line interface toolkit"
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = ">=3.7"
|
||
|
files = [
|
||
|
{file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"},
|
||
|
{file = "click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"},
|
||
|
]
|
||
|
|
||
|
[package.dependencies]
|
||
|
colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
||
|
|
||
|
[[package]]
|
||
|
name = "click-plugins"
|
||
|
version = "1.1.1"
|
||
|
description = "An extension module for click to enable registering CLI commands via setuptools entry-points."
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = "*"
|
||
|
files = [
|
||
|
{file = "click-plugins-1.1.1.tar.gz", hash = "sha256:46ab999744a9d831159c3411bb0c79346d94a444df9a3a3742e9ed63645f264b"},
|
||
|
{file = "click_plugins-1.1.1-py2.py3-none-any.whl", hash = "sha256:5d262006d3222f5057fd81e1623d4443e41dcda5dc815c06b442aa3c02889fc8"},
|
||
|
]
|
||
|
|
||
|
[package.dependencies]
|
||
|
click = ">=4.0"
|
||
|
|
||
|
[package.extras]
|
||
|
dev = ["coveralls", "pytest (>=3.6)", "pytest-cov", "wheel"]
|
||
|
|
||
|
[[package]]
|
||
|
name = "cligj"
|
||
|
version = "0.7.2"
|
||
|
description = "Click params for commmand line interfaces to GeoJSON"
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, <4"
|
||
|
files = [
|
||
|
{file = "cligj-0.7.2-py3-none-any.whl", hash = "sha256:c1ca117dbce1fe20a5809dc96f01e1c2840f6dcc939b3ddbb1111bf330ba82df"},
|
||
|
{file = "cligj-0.7.2.tar.gz", hash = "sha256:a4bc13d623356b373c2c27c53dbd9c68cae5d526270bfa71f6c6fa69669c6b27"},
|
||
|
]
|
||
|
|
||
|
[package.dependencies]
|
||
|
click = ">=4.0"
|
||
|
|
||
|
[package.extras]
|
||
|
test = ["pytest-cov"]
|
||
|
|
||
|
[[package]]
|
||
|
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 = [
|
||
|
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
|
||
|
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "fiona"
|
||
|
version = "1.8.22"
|
||
|
description = "Fiona reads and writes spatial data files"
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = "*"
|
||
|
files = [
|
||
|
{file = "Fiona-1.8.22-cp310-cp310-macosx_10_10_x86_64.whl", hash = "sha256:59a3800bc09ebee3516d64d02a8a6818d07ab1573c6096f3ef3468bf9f8f95f8"},
|
||
|
{file = "Fiona-1.8.22-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:904793b17aee70ca9c3d582dbf01623eccfdeacd00c5e1a8e421be41f2e43d67"},
|
||
|
{file = "Fiona-1.8.22-cp310-cp310-win_amd64.whl", hash = "sha256:df34c980cd7396adfbc89bbb363bdd6e358c76f91969fc98c9dfc076dd11638d"},
|
||
|
{file = "Fiona-1.8.22-cp311-cp311-macosx_10_15_x86_64.whl", hash = "sha256:75924f69c51db6e258c91308780546278028c509db12aa33a47692a0266c9667"},
|
||
|
{file = "Fiona-1.8.22-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e33860aaf70bbd2726cff12fd3857bd832b6dc2ad3ce4b27e7563bd68abdc26f"},
|
||
|
{file = "Fiona-1.8.22-cp311-cp311-win_amd64.whl", hash = "sha256:18649326a7724611b16b648e14fd094089d517413b95ac91d0cdb0adc5fcb8de"},
|
||
|
{file = "Fiona-1.8.22-cp36-cp36m-macosx_10_10_x86_64.whl", hash = "sha256:c4aafdd565b3a30bdd78cafae35d4945f6741eef31401c1bb1e166b6262d7539"},
|
||
|
{file = "Fiona-1.8.22-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3f26c8b6ea9bc92cbd52a4dd83ffd44472450bf92f4e3d4ef2341adc2f35a54d"},
|
||
|
{file = "Fiona-1.8.22-cp36-cp36m-win_amd64.whl", hash = "sha256:c28d9ffa5d230a1d9eaf571529fa9eb7573d39613354c090ad077ad153a37ee1"},
|
||
|
{file = "Fiona-1.8.22-cp37-cp37m-macosx_10_10_x86_64.whl", hash = "sha256:d47777890aa1d715025abc7a6d6b2a6bb8d2a37cc94c44ce95940b80eda21444"},
|
||
|
{file = "Fiona-1.8.22-cp37-cp37m-manylinux2014_x86_64.whl", hash = "sha256:e3ed1c0c1c60f710a612aaeb294de54214d228c4ef40e0c1dc159e46f86a9446"},
|
||
|
{file = "Fiona-1.8.22-cp37-cp37m-win_amd64.whl", hash = "sha256:ce9a22c9883cc5d11c05ba3fb9db5082044a07c6b299753ea5bb8e178b8ba53b"},
|
||
|
{file = "Fiona-1.8.22-cp38-cp38-macosx_10_10_x86_64.whl", hash = "sha256:6ba2294bc6adcbc36229862667aac6b98e6c306e1958caf53b8bfcf9a3b8c77a"},
|
||
|
{file = "Fiona-1.8.22-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b5cad3424b7473eb0e19f17ee45abec92133a694a4b452a278f02e3b8d0f810f"},
|
||
|
{file = "Fiona-1.8.22-cp38-cp38-win_amd64.whl", hash = "sha256:b88e2e6548a41c1dfa3f96c8275ff472a3edca729e14a641c0fa5b2e146a8ab5"},
|
||
|
{file = "Fiona-1.8.22-cp39-cp39-macosx_10_10_x86_64.whl", hash = "sha256:ed75dd29c89e0e455e3a322f28cd92f192bcb8fced16e2bfb6422a7f95ffe5e9"},
|
||
|
{file = "Fiona-1.8.22-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:89cfcc3bdb4aba7bba1eb552b3866b851334693ab694529803122b21f5927960"},
|
||
|
{file = "Fiona-1.8.22-cp39-cp39-win_amd64.whl", hash = "sha256:d0df3e105ad7f0cca5f16b441c232fd693ef6c4adf2c1b6271aaaa1cdc06164d"},
|
||
|
{file = "Fiona-1.8.22.tar.gz", hash = "sha256:a82a99ce9b3e7825740157c45c9fb2259d4e92f0a886aaac25f0db40ffe1eea3"},
|
||
|
]
|
||
|
|
||
|
[package.dependencies]
|
||
|
attrs = ">=17"
|
||
|
certifi = "*"
|
||
|
click = ">=4.0"
|
||
|
click-plugins = ">=1.0"
|
||
|
cligj = ">=0.5"
|
||
|
munch = "*"
|
||
|
setuptools = "*"
|
||
|
six = ">=1.7"
|
||
|
|
||
|
[package.extras]
|
||
|
all = ["boto3 (>=1.2.4)", "mock", "pytest (>=3)", "pytest-cov", "shapely"]
|
||
|
calc = ["shapely"]
|
||
|
s3 = ["boto3 (>=1.2.4)"]
|
||
|
test = ["boto3 (>=1.2.4)", "mock", "pytest (>=3)", "pytest-cov"]
|
||
|
|
||
|
[[package]]
|
||
|
name = "munch"
|
||
|
version = "2.5.0"
|
||
|
description = "A dot-accessible dictionary (a la JavaScript objects)"
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = "*"
|
||
|
files = [
|
||
|
{file = "munch-2.5.0-py2.py3-none-any.whl", hash = "sha256:6f44af89a2ce4ed04ff8de41f70b226b984db10a91dcc7b9ac2efc1c77022fdd"},
|
||
|
{file = "munch-2.5.0.tar.gz", hash = "sha256:2d735f6f24d4dba3417fa448cae40c6e896ec1fdab6cdb5e6510999758a4dbd2"},
|
||
|
]
|
||
|
|
||
|
[package.dependencies]
|
||
|
six = "*"
|
||
|
|
||
|
[package.extras]
|
||
|
testing = ["astroid (>=1.5.3,<1.6.0)", "astroid (>=2.0)", "coverage", "pylint (>=1.7.2,<1.8.0)", "pylint (>=2.3.1,<2.4.0)", "pytest"]
|
||
|
yaml = ["PyYAML (>=5.1.0)"]
|
||
|
|
||
|
[[package]]
|
||
|
name = "setuptools"
|
||
|
version = "65.6.3"
|
||
|
description = "Easily download, build, install, upgrade, and uninstall Python packages"
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = ">=3.7"
|
||
|
files = [
|
||
|
{file = "setuptools-65.6.3-py3-none-any.whl", hash = "sha256:57f6f22bde4e042978bcd50176fdb381d7c21a9efa4041202288d3737a0c6a54"},
|
||
|
{file = "setuptools-65.6.3.tar.gz", hash = "sha256:a7620757bf984b58deaf32fc8a4577a9bbc0850cf92c20e1ce41c38c19e5fb75"},
|
||
|
]
|
||
|
|
||
|
[package.extras]
|
||
|
docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"]
|
||
|
testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8 (<5)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"]
|
||
|
testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"]
|
||
|
|
||
|
[[package]]
|
||
|
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 = [
|
||
|
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
|
||
|
{file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
|
||
|
]
|
||
|
|
||
|
[metadata]
|
||
|
lock-version = "2.0"
|
||
|
python-versions = "^3.9"
|
||
|
content-hash = "987cbafffbdbb5bb6edeb9134fdd19d629330ac6c354e8e048937ead7f4c4c46"
|