-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
executable file
·49 lines (48 loc) · 1.06 KB
/
requirements-dev.txt
File metadata and controls
executable file
·49 lines (48 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# pip install -r requirements-dev.txt
# Основные зависимости проекта (из требований runtime)
aiohappyeyeballs==2.6.1
aiohttp>=3.12.14
aiosignal>=1.4.0
attrs>=25.3.0
cattrs>=25.1.1
chardet>=5.2.0
frozenlist>=1.7.0
idna>=3.10
libcst>=1.8.2
lsprotocol>=2023.0.1
multidict>=6.6.3
packaging>=25.0
propcache>=0.3.2
pygls>=1.3.1
pygments>=2.19.2
pyperclip>=1.9.0
pyyaml>=6.0.2
PyYAML>=6.0.2
python-dotenv>=1.0.1
tato>=0.2.3
toml>=0.10.2
typing-extensions>=4.14.1
wcwidth>=0.2.13
yarl>=1.20.1
-e .
# Зависимости для тестирования
coverage>=7.10.0
iniconfig>=2.1.0
pluggy>=1.6.0
pytest>=8.4.1
pytest-aiohttp>=1.1.0
pytest-asyncio>=1.1.0
pytest-cov==6.2.1
pytest-mock>=3.14.1
# Зависимости для линтинга и статического анализа
mccabe>=0.7.0
mypy>=1.17.0
mypy-extensions>=1.1.0
pathspec>=0.12.1
pycodestyle>=2.13.0
pyflakes>=3.4.0
#ruff>=0.12.5
# Зависимости для типов (type stubs)
types-pyperclip>=1.9.0.20250218
types-pyyaml>=6.0.12.20250516
types-toml>=0.10.8.20240310