Skip to content

Commit 63c4624

Browse files
committed
Don't duplicate packages across requirements files
- Remove "gitdb" from test-requirements.txt, because it already a dependency of the project (listed in requirements.txt, which is used to build the value passed for install_requires in setup.py). - Remove "black" from requirements-dev.txt, because it is listed in test-requirement.txt (which requirements-dev.txt sources).
1 parent b095aa9 commit 63c4624

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

requirements-dev.txt

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# libraries for additional local testing/linting - to be added to test-requirements.txt when all pass
55

66
flake8-type-checking;python_version>="3.8" # checks for TYPE_CHECKING only imports
7-
black
87

98
pytest-icdiff
109
# pytest-profiling

test-requirements.txt

-2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,3 @@ pytest
1111
pytest-cov
1212
coverage[toml]
1313
pytest-sugar
14-
15-
gitdb

0 commit comments

Comments
 (0)