cremerlab / hplc-py

A Python utility for the processing and quantification of chromatography data
https://cremerlab.github.io/hplc-py/
GNU General Public License v3.0
19 stars 4 forks source link

Add dependencies to setup.py #13

Closed florian-huber closed 5 months ago

florian-huber commented 5 months ago

To make sure all depend all dependencies are installed when using pip install....

To test this against future changes, the line pip install -r requirements.txt could be removed from the github workflow.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3139fb2) 97.06% compared to head (5bcd949) 97.06%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #13 +/- ## ======================================= Coverage 97.06% 97.06% ======================================= Files 3 3 Lines 545 545 ======================================= Hits 529 529 Misses 16 16 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

gchure commented 5 months ago

Thanks @florian-huber. I've also amended the github workflow as suggested.