Open sschuberth opened 4 months ago
If requirements.txt contains wrongly formatted content like
requirements.txt
Package Version --------------- ----------- wheel 0.41.2
then PI accepts this without any error but returns no dependencies. Plain pip would say
pip
ERROR: Invalid requirement: 'Package Version' (from line 1 of requirements.txt)
If
requirements.txt
contains wrongly formatted content likethen PI accepts this without any error but returns no dependencies. Plain
pip
would say