acdh-oeaw / apis-core

https://acdh-oeaw.github.io/apis-core/
MIT License
11 stars 3 forks source link

clean up dev-dependencies #368

Open csae8092 opened 1 year ago

csae8092 commented 1 year ago

https://github.com/acdh-oeaw/apis-core/blob/7670a8989466267144cde1c9d4737d83b30a75ce/pyproject.toml#L69

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?