Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
alabaster==0.7.12
# via
# -r requirements/docs.in
# -r docs.in
# sphinx
babel==2.12.1
# via
Expand All @@ -26,18 +26,18 @@ imagesize==1.2.0
# via sphinx
jinja2==3.1.2
# via
# -r requirements/docs.in
# -r docs.in
# sphinx
markupsafe==2.1.2
# via jinja2
packaging==20.3
# via sphinx
pygments==2.14.0
pygments==2.15.0
# via sphinx
pyparsing==2.4.7
# via packaging
repoze-sphinx-autointerface==0.8
# via -r requirements/docs.in
# via -r docs.in
requests==2.28.2
# via sphinx
six==1.14.0
Expand All @@ -46,14 +46,14 @@ snowballstemmer==2.0.0
# via sphinx
sphinx==3.0.3
# via
# -r requirements/docs.in
# -r docs.in
# repoze-sphinx-autointerface
# sphinx-argparse
# sphinx-intl
sphinx-argparse==0.4.0
# via -r requirements/docs.in
# via -r docs.in
sphinx-intl==2.0.1
# via -r requirements/docs.in
# via -r docs.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.2
Expand Down
8 changes: 4 additions & 4 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
# pip-compile --output-file=requirements/lint.txt requirements/lint.in
#
check-manifest==0.42
# via -r requirements/lint.in
# via -r lint.in
docutils==0.16
# via pyroma
entrypoints==0.3
# via flake8
flake8==3.7.9
# via -r requirements/lint.in
# via -r lint.in
mccabe==0.6.1
# via flake8
pep517==0.8.2
Expand All @@ -20,10 +20,10 @@ pycodestyle==2.5.0
# via flake8
pyflakes==2.1.1
# via flake8
pygments==2.14.0
pygments==2.15.0
# via pyroma
pyroma==2.6
# via -r requirements/lint.in
# via -r lint.in
toml==0.10.0
# via check-manifest

Expand Down