-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev-requirements.txt
206 lines (206 loc) · 3.9 KB
/
dev-requirements.txt
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile dev-requirements.in
#
advent-of-code-data==2.0.1
# via -r requirements.in
anytree==2.12.1
# via -r requirements.in
aocd-example-parser==2023.12.17
# via advent-of-code-data
astroid==3.2.2
# via pylint
asttokens==2.4.1
# via stack-data
attrs==23.2.0
# via
# -r requirements.in
# pytest-mypy
autopep8==2.0.4
# via python-lsp-server
beautifulsoup4==4.12.3
# via advent-of-code-data
bitarray==2.9.2
# via -r requirements.in
black==24.4.2
# via
# -r dev-requirements.in
# python-lsp-black
certifi==2024.6.2
# via requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via black
codecov==2.1.13
# via -r requirements.in
coverage[toml]==7.5.3
# via
# codecov
# pytest-cov
decorator==5.1.1
# via ipython
dill==0.3.8
# via pylint
docstring-to-markdown==0.15
# via python-lsp-server
executing==2.0.1
# via stack-data
filelock==3.14.0
# via pytest-mypy
flake8==7.0.0
# via python-lsp-server
idna==3.7
# via requests
importlib-metadata==7.1.0
# via yapf
iniconfig==2.0.0
# via pytest
ipython==8.25.0
# via -r dev-requirements.in
isort==5.13.2
# via
# -r dev-requirements.in
# pylint
# pyls-isort
jedi==0.19.1
# via
# ipython
# python-lsp-server
matplotlib-inline==0.1.7
# via ipython
mccabe==0.7.0
# via
# flake8
# pylint
# python-lsp-server
mypy==1.10.0
# via
# pylsp-mypy
# pytest-mypy
mypy-extensions==1.0.0
# via
# black
# mypy
networkx==3.3
# via -r requirements.in
packaging==24.0
# via
# black
# pytest
# pytoolconfig
parso==0.8.4
# via jedi
pathspec==0.12.1
# via black
pebble==5.0.7
# via advent-of-code-data
pexpect==4.9.0
# via ipython
platformdirs==4.2.2
# via
# black
# pylint
# pytoolconfig
# yapf
pluggy==1.5.0
# via
# pytest
# python-lsp-server
prompt-toolkit==3.0.45
# via ipython
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pycodestyle==2.11.1
# via
# autopep8
# flake8
# python-lsp-server
pydocstyle==6.3.0
# via python-lsp-server
pyflakes==3.2.0
# via
# flake8
# python-lsp-server
pygments==2.18.0
# via ipython
pylint==3.2.2
# via
# pytest-pylint
# python-lsp-server
pyls-isort==0.2.2
# via -r dev-requirements.in
pylsp-mypy==0.6.8
# via -r dev-requirements.in
pytest==8.2.1
# via
# -r requirements.in
# pytest-cov
# pytest-mypy
# pytest-pylint
pytest-cov==5.0.0
# via -r requirements.in
pytest-mypy==0.10.3
# via -r requirements.in
pytest-pylint==0.21.0
# via -r requirements.in
python-lsp-black==2.0.0
# via -r dev-requirements.in
python-lsp-jsonrpc==1.1.2
# via python-lsp-server
python-lsp-server[all,pylint]==1.11.0
# via
# -r dev-requirements.in
# pyls-isort
# pylsp-mypy
# python-lsp-black
pytoolconfig[global]==1.3.1
# via rope
requests==2.32.3
# via codecov
rope==1.13.0
# via python-lsp-server
six==1.16.0
# via
# anytree
# asttokens
snowballstemmer==2.2.0
# via pydocstyle
soupsieve==2.5
# via beautifulsoup4
stack-data==0.6.3
# via ipython
tomli==2.0.1
# via
# pylsp-mypy
# yapf
tomlkit==0.12.5
# via pylint
traitlets==5.14.3
# via
# ipython
# matplotlib-inline
typing-extensions==4.12.1
# via mypy
ujson==5.10.0
# via
# python-lsp-jsonrpc
# python-lsp-server
urllib3==2.2.1
# via
# -r dev-requirements.in
# -r requirements.in
# advent-of-code-data
# requests
wcwidth==0.2.13
# via prompt-toolkit
whatthepatch==1.0.5
# via python-lsp-server
yapf==0.40.2
# via python-lsp-server
zipp==3.19.1
# via importlib-metadata