pyupio / dparse

A parser for Python dependency files
MIT License
61 stars 23 forks source link

Add support for piptools requirements.in #48

Closed pombredanne closed 3 years ago

pombredanne commented 4 years ago

requirements.in is a file used as an input for piptools requirements to generate actual requirement with pip-compile

Signed-off-by: Philippe Ombredanne pombredanne@nexb.com

codecov[bot] commented 4 years ago

Codecov Report

Merging #48 into master will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
+ Coverage   94.78%   94.80%   +0.01%     
==========================================
  Files          11       11              
  Lines         806      808       +2     
==========================================
+ Hits          764      766       +2     
  Misses         42       42              
Impacted Files Coverage Δ
dparse/dependencies.py 90.58% <100.00%> (ø)
tests/test_dependencies.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c4e741d...864ca33. Read the comment docs.

pombredanne commented 4 years ago

Well it looks like there is none willing to review... I will merge this week then.