A CLI tool for converting requirements.txt entries to a form accepted by pyproject.toml. Pronounced "RECKS-IT".
Install reqsit
with pip
,
pip install --user reqsit
Run by executing the command from the root folder of your project,
reqsit
If you prefer to use a name other than requirements.txt
for your requirements file, then add a --filename
argument.
For example, to use the file foo.bar
, enter
reqsit --filename=foo.bar