Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
BurnzZ opened this issue Jul 17, 2023 · 0 comments
Open

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

BurnzZ opened this issue Jul 17, 2023 · 0 comments

Comments

@BurnzZ
Copy link
Member

BurnzZ commented Jul 17, 2023

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant