Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clean up dev-dependencies #368

Open
csae8092 opened this issue Nov 9, 2022 · 0 comments
Open

clean up dev-dependencies #368

csae8092 opened this issue Nov 9, 2022 · 0 comments
Assignees

Comments

@csae8092
Copy link
Member

csae8092 commented Nov 9, 2022

[tool.poetry.dev-dependencies]

IMHO not all of the packages listed here are actually necessary and should therefore be removed, especially because some of them have again quite many other packages as dependencies

I'd suggest to remove everything which is not needed for usual development stuff like testrunnsers, linters, formatters

kick out:
django-extensions = "^3.0.9"
networkx = "^2.5"
jupyter = "^1.0.0"
spacy = "^2.3.2"

don't know what those are used for:
lastversion = "^2.0.1"
xlrd = "^1.2.0"
openpyxl = "^3.0.5"
yapf = "^0.30.0" (alternative to flake8?)

why?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants