Closed khebhut[bot] closed 1 year ago
No dependency management found for the default environment. If you want to keep your dependencies managed, please submit Pipfile or requirements.in or requirements-dev.in file.
Pipfile
requirements.in
requirements-dev.in
To generate a Pipfile, use:
$ pip install --upgrade --user thamos $ thamos discover --src-path ./ $ git add Pipfile $ git commit -m 'Add Pipfile for dependency management'
Make sure your Pipfile or requirements.in or requirements-dev.in is placed in the root of your Git repository.
/kind feature /priority important-soon
This can be solved by removing the update manager from .thoth.yaml as this repo is not Python based.
https://github.com/thoth-station/search/blob/10cbd4164c4843101340fa4e6685b218334f91ff/.thoth.yaml#L4
No dependency management found for the default environment. If you want to keep your dependencies managed, please submit
Pipfile
orrequirements.in
orrequirements-dev.in
file.To generate a
Pipfile
, use:Make sure your
Pipfile
orrequirements.in
orrequirements-dev.in
is placed in the root of your Git repository./kind feature /priority important-soon