mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-26 02:25:51 +03:00
[GH-ISSUE #150] Remove flake8-plugins from normal dependencies #33
Labels
No labels
ESPN
FBref
FotMob
MatchHistory
SoFIFA
Sofascore
WhoScored
WhoScored
bug
build
common
dependencies
discussion
documentation
duplicate
enhancement
good first issue
invalid
performance
pull-request
question
question
removal
understat
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/soccerdata#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jerem1e on GitHub (Jan 21, 2023).
Original GitHub issue: https://github.com/probberechts/soccerdata/issues/150
These dependencies are currently stored in
[tool.poetry.dependencies]and[tool.poetry.dev-dependencies]:They are only needed for development, so they should not be in
[tool.poetry.dependencies].@probberechts commented on GitHub (Jan 21, 2023):
Good catch! Thanks.
@jerem1e commented on GitHub (Jan 21, 2023):
Thanks for the quick fix, but
after pulling the changes, I get this error when installing:
After deleting the
poetry.lockfile, it was fine so, you might need to delete thepoetry.lockfile (and reinstall it).@probberechts commented on GitHub (Jan 21, 2023):
Indeed. I did not think about that. It should be resolved with f8ad944.