MolarVerse / PQAnalysis

PQAnalysis is a API/CLI python package for the analysis of MD simulations
https://molarverse.github.io/PQAnalysis/
MIT License
4 stars 2 forks source link

Add pylint as dependency? #39

Closed galjos closed 2 months ago

galjos commented 2 months ago

Pylint is not set as a dependency. You have to install it manually. Should it be a dependency at all?

97gamjak commented 2 months ago

It shouldn't be a.dependency of PQAnalysis, but it is included as an optional dependency in test. For development including the test dependencies just write

pip install .[test]