<The documentation > still instructs to use `kedro...
# questions
j
The documentation still instructs to use
kedro build-reqs
but when running
kedro build-reqs
I get the following deprecation warning:
DeprecationWarning: Command 'kedro build-reqs' is deprecated and will not be available from Kedro 0.19.0.
How should project dependencies be managed after
build-reqs
is not available anymore? Can the documentation be updated accordingly?
m
Absolutely! We are working on exactly that in the current sprint https://github.com/kedro-org/kedro/issues/2071 🙂
j
Great, thanks for the quick reply!
d
In short - build-reqs is a thin wrapper over pip-tools so reading around that will be your best option until we push updated docs
👍 1
You can read our research for why we’re dropping this set of commands