You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
If the following isn't declared in scrapinghub.yml:
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).
The text was updated successfully, but these errors were encountered: