You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
0 commit comments