Skip to content

Commit 9e3bbba

Browse files
committed
dev: update requirements-dev
1 parent fb4ed70 commit 9e3bbba

File tree

3 files changed

+236
-7
lines changed

3 files changed

+236
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
- name: Install dependencies
7878
run: |
7979
python -m pip install -r requirements-dev.txt
80+
python -m pip install .
8081
- uses: quarto-dev/quarto-actions/setup@v2
8182
- name: Build docs
8283
run: |

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ README.md: README.qmd
44
docs-build:
55
cd docs && quarto add --no-prompt ..
66
quarto render docs
7+
8+
requirements-dev.txt:
9+
pip-compile setup.cfg --extra dev -o $@

requirements-dev.txt

Lines changed: 232 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,96 +1,321 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.8
3+
# by the following command:
4+
#
5+
# pip-compile --extra=dev --output-file=requirements-dev.txt setup.cfg
6+
#
17
anyio==3.6.2
8+
# via jupyter-server
29
appnope==0.1.3
10+
# via
11+
# ipykernel
12+
# ipython
313
argon2-cffi==21.3.0
14+
# via
15+
# jupyter-server
16+
# nbclassic
17+
# notebook
418
argon2-cffi-bindings==21.2.0
19+
# via argon2-cffi
520
asttokens==2.2.1
21+
# via stack-data
622
attrs==22.1.0
7-
Babel==2.11.0
23+
# via
24+
# jsonschema
25+
# pytest
26+
# sphobjinv
27+
babel==2.11.0
28+
# via jupyterlab-server
829
backcall==0.2.0
30+
# via ipython
931
beautifulsoup4==4.11.1
32+
# via nbconvert
1033
bleach==5.0.1
34+
# via nbconvert
1135
certifi==2022.9.24
36+
# via
37+
# requests
38+
# sphobjinv
1239
cffi==1.15.1
40+
# via argon2-cffi-bindings
1341
charset-normalizer==2.1.1
42+
# via requests
43+
click==8.1.3
44+
# via panflute
1445
colorama==0.4.6
46+
# via griffe
1547
debugpy==1.6.4
48+
# via ipykernel
1649
decorator==5.1.1
50+
# via ipython
1751
defusedxml==0.7.1
52+
# via nbconvert
1853
entrypoints==0.4
54+
# via jupyter-client
1955
exceptiongroup==1.0.4
56+
# via pytest
2057
executing==1.2.0
58+
# via stack-data
2159
fastjsonschema==2.16.2
60+
# via nbformat
2261
griffe==0.24.1
62+
# via quartodoc (setup.cfg)
2363
idna==3.4
64+
# via
65+
# anyio
66+
# requests
2467
importlib-metadata==5.1.0
68+
# via
69+
# jupyterlab-server
70+
# nbconvert
71+
# quartodoc (setup.cfg)
2572
importlib-resources==5.10.1
73+
# via jsonschema
2674
iniconfig==1.1.1
75+
# via pytest
2776
ipykernel==6.17.1
77+
# via
78+
# nbclassic
79+
# notebook
2880
ipython==8.7.0
81+
# via
82+
# ipykernel
83+
# jupyterlab
2984
ipython-genutils==0.2.0
85+
# via
86+
# nbclassic
87+
# notebook
3088
jedi==0.18.2
31-
Jinja2==3.1.2
89+
# via ipython
90+
jinja2==3.1.2
91+
# via
92+
# jupyter-server
93+
# jupyterlab
94+
# jupyterlab-server
95+
# nbclassic
96+
# nbconvert
97+
# notebook
3298
json5==0.9.10
99+
# via jupyterlab-server
33100
jsonschema==4.17.3
101+
# via
102+
# jupyterlab-server
103+
# nbformat
104+
# sphobjinv
34105
jupyter-client==7.4.8
106+
# via
107+
# ipykernel
108+
# jupyter-server
109+
# nbclassic
110+
# nbclient
111+
# notebook
35112
jupyter-core==5.1.0
113+
# via
114+
# jupyter-client
115+
# jupyter-server
116+
# jupyterlab
117+
# nbclassic
118+
# nbclient
119+
# nbconvert
120+
# nbformat
121+
# notebook
36122
jupyter-server==1.23.3
123+
# via
124+
# jupyterlab
125+
# jupyterlab-server
126+
# nbclassic
127+
# notebook-shim
37128
jupyterlab==3.5.1
129+
# via quartodoc (setup.cfg)
38130
jupyterlab-pygments==0.2.2
131+
# via nbconvert
39132
jupyterlab-server==2.16.3
133+
# via jupyterlab
40134
jupytext==1.14.2
135+
# via quartodoc (setup.cfg)
41136
markdown-it-py==2.1.0
42-
MarkupSafe==2.1.1
137+
# via
138+
# jupytext
139+
# mdit-py-plugins
140+
markupsafe==2.1.1
141+
# via
142+
# jinja2
143+
# nbconvert
43144
matplotlib-inline==0.1.6
145+
# via
146+
# ipykernel
147+
# ipython
44148
mdit-py-plugins==0.3.3
149+
# via jupytext
45150
mdurl==0.1.2
151+
# via markdown-it-py
46152
mistune==2.0.4
153+
# via nbconvert
47154
nbclassic==0.4.8
155+
# via
156+
# jupyterlab
157+
# notebook
48158
nbclient==0.7.2
159+
# via nbconvert
49160
nbconvert==7.2.6
161+
# via
162+
# jupyter-server
163+
# nbclassic
164+
# notebook
50165
nbformat==5.7.0
166+
# via
167+
# jupyter-server
168+
# jupytext
169+
# nbclassic
170+
# nbclient
171+
# nbconvert
172+
# notebook
51173
nest-asyncio==1.5.6
174+
# via
175+
# ipykernel
176+
# jupyter-client
177+
# nbclassic
178+
# notebook
52179
notebook==6.5.2
180+
# via jupyterlab
53181
notebook-shim==0.2.2
182+
# via nbclassic
54183
packaging==21.3
184+
# via
185+
# ipykernel
186+
# jupyter-server
187+
# jupyterlab
188+
# jupyterlab-server
189+
# nbconvert
190+
# pytest
55191
pandocfilters==1.5.0
192+
# via nbconvert
193+
panflute==2.2.3
194+
# via quartodoc (setup.cfg)
56195
parso==0.8.3
196+
# via jedi
57197
pexpect==4.8.0
198+
# via ipython
58199
pickleshare==0.7.5
200+
# via ipython
59201
pkgutil-resolve-name==1.3.10
202+
# via jsonschema
60203
platformdirs==2.5.4
204+
# via jupyter-core
61205
pluggy==1.0.0
206+
# via pytest
62207
plum-dispatch==1.7.4
208+
# via quartodoc (setup.cfg)
63209
prometheus-client==0.15.0
210+
# via
211+
# jupyter-server
212+
# nbclassic
213+
# notebook
64214
prompt-toolkit==3.0.33
215+
# via ipython
65216
psutil==5.9.4
217+
# via ipykernel
66218
ptyprocess==0.7.0
219+
# via
220+
# pexpect
221+
# terminado
67222
pure-eval==0.2.2
223+
# via stack-data
68224
pycparser==2.21
69-
Pygments==2.13.0
225+
# via cffi
226+
pygments==2.13.0
227+
# via
228+
# ipython
229+
# nbconvert
70230
pyparsing==3.0.9
231+
# via packaging
71232
pyrsistent==0.19.2
233+
# via jsonschema
72234
pytest==7.2.0
235+
# via quartodoc (setup.cfg)
73236
python-dateutil==2.8.2
237+
# via jupyter-client
74238
pytz==2022.6
75-
PyYAML==6.0
239+
# via babel
240+
pyyaml==6.0
241+
# via
242+
# jupytext
243+
# panflute
76244
pyzmq==24.0.1
77-
-e git+https://github.com/machow/quartodoc.git@b594330176de2318adaea6dc34e68c0b130e5935#egg=quartodoc
245+
# via
246+
# ipykernel
247+
# jupyter-client
248+
# jupyter-server
249+
# nbclassic
250+
# notebook
78251
requests==2.28.1
79-
Send2Trash==1.8.0
252+
# via jupyterlab-server
253+
send2trash==1.8.0
254+
# via
255+
# jupyter-server
256+
# nbclassic
257+
# notebook
80258
six==1.16.0
259+
# via
260+
# asttokens
261+
# bleach
262+
# python-dateutil
81263
sniffio==1.3.0
264+
# via anyio
82265
soupsieve==2.3.2.post1
266+
# via beautifulsoup4
83267
sphobjinv==2.3.1
268+
# via quartodoc (setup.cfg)
84269
stack-data==0.6.2
270+
# via ipython
85271
tabulate==0.9.0
272+
# via quartodoc (setup.cfg)
86273
terminado==0.17.1
274+
# via
275+
# jupyter-server
276+
# nbclassic
277+
# notebook
87278
tinycss2==1.2.1
279+
# via nbconvert
88280
toml==0.10.2
281+
# via jupytext
89282
tomli==2.0.1
283+
# via
284+
# jupyterlab
285+
# pytest
90286
tornado==6.2
287+
# via
288+
# ipykernel
289+
# jupyter-client
290+
# jupyter-server
291+
# jupyterlab
292+
# nbclassic
293+
# notebook
294+
# terminado
91295
traitlets==5.6.0
296+
# via
297+
# ipykernel
298+
# ipython
299+
# jupyter-client
300+
# jupyter-core
301+
# jupyter-server
302+
# matplotlib-inline
303+
# nbclassic
304+
# nbclient
305+
# nbconvert
306+
# nbformat
307+
# notebook
92308
urllib3==1.26.13
309+
# via requests
93310
wcwidth==0.2.5
311+
# via prompt-toolkit
94312
webencodings==0.5.1
313+
# via
314+
# bleach
315+
# tinycss2
95316
websocket-client==1.4.2
317+
# via jupyter-server
96318
zipp==3.11.0
319+
# via
320+
# importlib-metadata
321+
# importlib-resources

0 commit comments

Comments
 (0)