Skip to content

Commit

Permalink
chore: Cleanup requirements.txts to match current to match current de…
Browse files Browse the repository at this point in the history
…pendencies on Python 3
  • Loading branch information
datakurre committed Aug 18, 2024
1 parent 6e10e4c commit 9514fa8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 44 deletions.
28 changes: 4 additions & 24 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,8 @@
Jinja2
MarkupSafe
astunparse
coverage
coveralls
docutils==0.17.1
flake8-blind-except
flake8-coding
flake8-debugger
flake8-isort
flake8-quotes
idna
isort
pep8-naming
pytest
pytest-cov==2.12.1
pytest-runner
pyyaml
rst2pdf
snapshottest==0.5.0
docutils
setuptools
sphinx
sphinxcontrib-httpdomain
sphinx-design
sphinx-inline-tabs
sphinx-testing
sphinx_rtd_theme
sphinxcontrib-httpdomain
toml
.
sphinx-rtd-theme
33 changes: 13 additions & 20 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
Jinja2
MarkupSafe
# Direct dependencies
astunparse
docutils
sphinxcontrib-httpdomain
setuptools
sphinx
# Test and development dependencies
black
coverage
coveralls
docutils==0.17.1
flake8-blind-except
flake8-coding
flake8-debugger
flake8-isort
flake8-quotes
idna
isort
pep8-naming
pytest
pytest-cov==2.12.1
pytest-runner
pyyaml
rst2pdf
snapshottest==0.5.0
sphinx
pytest-cov
isort
snapshottest
sphinx-testing
sphinx_rtd_theme
sphinxcontrib-httpdomain
toml
flake8
sphinx-rtd-theme
coveralls

0 comments on commit 9514fa8

Please sign in to comment.