Skip to content

Commit

Permalink
small fixes in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
skasberger committed Apr 12, 2021
1 parent 6dddd4f commit cc06022
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions requirements/development.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
-r common.txt
-r docs.txt
-r lint.txt
-r packaging.txt
-r tests.txt
pre-commit
tox
twine
wheel
1 change: 0 additions & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
-r common.txt
git+https://github.com/pypa/pypa-docs-theme.git#egg=pypa-docs-theme
git+https://github.com/python/python-docs-theme.git#egg=python-docs-theme
pydocstyle
Expand Down
1 change: 0 additions & 1 deletion requirements/packaging.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# Requirements for packaging test (tox)
twine
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r common.txt
codecov
pytest
pytest-cov
selenium==3.141.0
tox

0 comments on commit cc06022

Please sign in to comment.