upgrade-requirements.py icon indicating copy to clipboard operation
upgrade-requirements.py copied to clipboard

Multiline requirements are not parsed correctly

Open LinqLover opened this issue 3 years ago • 0 comments

The following requirements.txt triggers an error in upgrade-requirements:

setuptools\
    >=40.3.0,\
    !=50.0.0,==49.6.0

However, this is a valid requirements file. The parser needs to be updated accordingly.

LinqLover avatar Oct 23 '20 17:10 LinqLover