single-version

Форк
0
/
poetry.lock 
174 строки · 8.1 Кб
1
# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand.
2

3
[[package]]
4
name = "colorama"
5
version = "0.4.6"
6
description = "Cross-platform colored terminal text."
7
category = "dev"
8
optional = false
9
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
10
files = [
11
    {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
12
    {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
13
]
14

15
[[package]]
16
name = "exceptiongroup"
17
version = "1.1.2"
18
description = "Backport of PEP 654 (exception groups)"
19
category = "dev"
20
optional = false
21
python-versions = ">=3.7"
22
files = [
23
    {file = "exceptiongroup-1.1.2-py3-none-any.whl", hash = "sha256:e346e69d186172ca7cf029c8c1d16235aa0e04035e5750b4b95039e65204328f"},
24
    {file = "exceptiongroup-1.1.2.tar.gz", hash = "sha256:12c3e887d6485d16943a309616de20ae5582633e0a2eda17f4e10fd61c1e8af5"},
25
]
26

27
[package.extras]
28
test = ["pytest (>=6)"]
29

30
[[package]]
31
name = "importlib-metadata"
32
version = "2.1.3"
33
description = "Read metadata from Python packages"
34
category = "main"
35
optional = false
36
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
37
files = [
38
    {file = "importlib_metadata-2.1.3-py2.py3-none-any.whl", hash = "sha256:52e65a0856f9ba7ea8f2c4ced253fb6c88d1a8c352cb1e916cff4eb17d5a693d"},
39
    {file = "importlib_metadata-2.1.3.tar.gz", hash = "sha256:02a9f62b02e9b1cc43871809ef99947e8f5d94771392d666ada2cafc4cd09d4f"},
40
]
41

42
[package.dependencies]
43
zipp = ">=0.5"
44

45
[package.extras]
46
docs = ["rst.linker", "sphinx"]
47
testing = ["importlib-resources (>=1.3)", "packaging", "pep517", "unittest2"]
48

49
[[package]]
50
name = "iniconfig"
51
version = "2.0.0"
52
description = "brain-dead simple config-ini parsing"
53
category = "dev"
54
optional = false
55
python-versions = ">=3.7"
56
files = [
57
    {file = "iniconfig-2.0.0-py3-none-any.whl", hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374"},
58
    {file = "iniconfig-2.0.0.tar.gz", hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3"},
59
]
60

61
[[package]]
62
name = "packaging"
63
version = "23.1"
64
description = "Core utilities for Python packages"
65
category = "dev"
66
optional = false
67
python-versions = ">=3.7"
68
files = [
69
    {file = "packaging-23.1-py3-none-any.whl", hash = "sha256:994793af429502c4ea2ebf6bf664629d07c1a9fe974af92966e4b8d2df7edc61"},
70
    {file = "packaging-23.1.tar.gz", hash = "sha256:a392980d2b6cffa644431898be54b0045151319d1e7ec34f0cfed48767dd334f"},
71
]
72

73
[[package]]
74
name = "pluggy"
75
version = "1.2.0"
76
description = "plugin and hook calling mechanisms for python"
77
category = "dev"
78
optional = false
79
python-versions = ">=3.7"
80
files = [
81
    {file = "pluggy-1.2.0-py3-none-any.whl", hash = "sha256:c2fd55a7d7a3863cba1a013e4e2414658b1d07b6bc57b3919e0c63c9abb99849"},
82
    {file = "pluggy-1.2.0.tar.gz", hash = "sha256:d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3"},
83
]
84

85
[package.dependencies]
86
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
87

88
[package.extras]
89
dev = ["pre-commit", "tox"]
90
testing = ["pytest", "pytest-benchmark"]
91

92
[[package]]
93
name = "pytest"
94
version = "7.4.0"
95
description = "pytest: simple powerful testing with Python"
96
category = "dev"
97
optional = false
98
python-versions = ">=3.7"
99
files = [
100
    {file = "pytest-7.4.0-py3-none-any.whl", hash = "sha256:78bf16451a2eb8c7a2ea98e32dc119fd2aa758f1d5d66dbf0a59d69a3969df32"},
101
    {file = "pytest-7.4.0.tar.gz", hash = "sha256:b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a"},
102
]
103

104
[package.dependencies]
105
colorama = {version = "*", markers = "sys_platform == \"win32\""}
106
exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""}
107
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
108
iniconfig = "*"
109
packaging = "*"
110
pluggy = ">=0.12,<2.0"
111
tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""}
112

113
[package.extras]
114
testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"]
115

116
[[package]]
117
name = "ruff"
118
version = "0.0.284"
119
description = "An extremely fast Python linter, written in Rust."
120
category = "dev"
121
optional = false
122
python-versions = ">=3.7"
123
files = [
124
    {file = "ruff-0.0.284-py3-none-macosx_10_7_x86_64.whl", hash = "sha256:8b949084941232e2c27f8d12c78c5a6a010927d712ecff17231ee1a8371c205b"},
125
    {file = "ruff-0.0.284-py3-none-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:a3930d66b35e4dc96197422381dff2a4e965e9278b5533e71ae8474ef202fab0"},
126
    {file = "ruff-0.0.284-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1d1f7096038961d8bc3b956ee69d73826843eb5b39a5fa4ee717ed473ed69c95"},
127
    {file = "ruff-0.0.284-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:bcaf85907fc905d838f46490ee15f04031927bbea44c478394b0bfdeadc27362"},
128
    {file = "ruff-0.0.284-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b3660b85a9d84162a055f1add334623ae2d8022a84dcd605d61c30a57b436c32"},
129
    {file = "ruff-0.0.284-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:0a3218458b140ea794da72b20ea09cbe13c4c1cdb7ac35e797370354628f4c05"},
130
    {file = "ruff-0.0.284-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b2fe880cff13fffd735387efbcad54ba0ff1272bceea07f86852a33ca71276f4"},
131
    {file = "ruff-0.0.284-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d1d098ea74d0ce31478765d1f8b4fbdbba2efc532397b5c5e8e5ea0c13d7e5ae"},
132
    {file = "ruff-0.0.284-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c4c79ae3308e308b94635cd57a369d1e6f146d85019da2fbc63f55da183ee29b"},
133
    {file = "ruff-0.0.284-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:f86b2b1e7033c00de45cc176cf26778650fb8804073a0495aca2f674797becbb"},
134
    {file = "ruff-0.0.284-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:e37e086f4d623c05cd45a6fe5006e77a2b37d57773aad96b7802a6b8ecf9c910"},
135
    {file = "ruff-0.0.284-py3-none-musllinux_1_2_i686.whl", hash = "sha256:d29dfbe314e1131aa53df213fdfea7ee874dd96ea0dd1471093d93b59498384d"},
136
    {file = "ruff-0.0.284-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:88295fd649d0aa1f1271441df75bf06266a199497afd239fd392abcfd75acd7e"},
137
    {file = "ruff-0.0.284-py3-none-win32.whl", hash = "sha256:735cd62fccc577032a367c31f6a9de7c1eb4c01fa9a2e60775067f44f3fc3091"},
138
    {file = "ruff-0.0.284-py3-none-win_amd64.whl", hash = "sha256:f67ed868d79fbcc61ad0fa034fe6eed2e8d438d32abce9c04b7c4c1464b2cf8e"},
139
    {file = "ruff-0.0.284-py3-none-win_arm64.whl", hash = "sha256:1292cfc764eeec3cde35b3a31eae3f661d86418b5e220f5d5dba1c27a6eccbb6"},
140
    {file = "ruff-0.0.284.tar.gz", hash = "sha256:ebd3cc55cd499d326aac17a331deaea29bea206e01c08862f9b5c6e93d77a491"},
141
]
142

143
[[package]]
144
name = "tomli"
145
version = "2.0.1"
146
description = "A lil' TOML parser"
147
category = "dev"
148
optional = false
149
python-versions = ">=3.7"
150
files = [
151
    {file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"},
152
    {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"},
153
]
154

155
[[package]]
156
name = "zipp"
157
version = "3.15.0"
158
description = "Backport of pathlib-compatible object wrapper for zip files"
159
category = "main"
160
optional = false
161
python-versions = ">=3.7"
162
files = [
163
    {file = "zipp-3.15.0-py3-none-any.whl", hash = "sha256:48904fc76a60e542af151aded95726c1a5c34ed43ab4134b597665c86d7ad556"},
164
    {file = "zipp-3.15.0.tar.gz", hash = "sha256:112929ad649da941c23de50f356a2b5570c954b65150642bccdd66bf194d224b"},
165
]
166

167
[package.extras]
168
docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
169
testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)"]
170

171
[metadata]
172
lock-version = "2.0"
173
python-versions = "^3.7"
174
content-hash = "9f39bb2377bf530c491604672b10fb32d0a7337d70aaa59b1897cc8669c2e0cd"
175

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.