Skip to content

Commit da40927

Browse files
committed
pre-commit: run requirements-txt-fixer
1 parent b815163 commit da40927

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ click
44
codecov
55
html5lib
66
jsonschema
7+
jupyter-repo2docker>=2021.08.0
78
jupyter_packaging>=0.10.4,<2
89
jupyterhub
910
pycurl
1011
pytest
1112
pytest-asyncio
1213
pytest-cov
13-
jupyter-repo2docker>=2021.08.0
1414
requests
1515
ruamel.yaml>=0.15

doc/doc-requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
# first. This is only relevant if sphinx==1.* is already installed in the
99
# environment, which it is on ReadTheDocs.
1010

11-
# Documentation specific packages
12-
https://github.com/jupyterhub/autodoc-traits/archive/HEAD.zip
13-
myst-parser
14-
pydata-sphinx-theme
15-
sphinx-copybutton
1611

1712
# sphinx.ext.autodoc as configured in conf.py and autodo_traits.py is
1813
# automatically building documentation based on inspection of the binderhub
1914
# package, which means we need to install it on RTD so it is available for
2015
# inspection.
2116
-r ../requirements.txt
17+
# Documentation specific packages
18+
https://github.com/jupyterhub/autodoc-traits/archive/HEAD.zip
19+
myst-parser
20+
pydata-sphinx-theme
21+
sphinx-copybutton

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jsonschema
1212
jupyterhub
1313
kubernetes
1414
prometheus_client
15+
pyjwt>=2
1516
python-json-logger
1617
tornado>=5.1
1718
traitlets
18-
pyjwt>=2

0 commit comments

Comments
 (0)