issue parsing a Python requirements file

Issue #140 resolved
Lukas Kahwe Smith created an issue

receiving "ERROR: project file could not be parsed. Maybe the file is empty? Or not valid?" for a valid requirements file

Comments (6)

  1. Robert Reiz

    @ismith How did you parse the files? Did you upload them? I guess you have to rename them to "requirements.txt" or "requirements_SOMETHING.txt". Currently 11 package managers are supported. Through the filename VersionEye decides which parser to pick for your file. I guess that's the problem.

  2. Lukas Kahwe Smith reporter

    yes .. I uploaded them .. its standard practice for us to have a "requirements" directory with different files for the different environments

    would be nice to be able to choose the parser manually

  3. Log in to comment