Skip to content

Using deps from install_requires if requirements.txt is not declared #429

@BurnzZ

Description

@BurnzZ

If the following isn't declared in scrapinghub.yml:

requirements:
  file: requirements.txt

It might be good to use the dependencies declared in install_requires inside the setup.py file.

However, unlike in #123, one workaround we could do is create a temporary requirements file during spider deployment to get around the eggs issue (if it's not fixed yet in the backend).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions