A Poetry plugin that import dependencies from requirements.txt.
In order to install the plugin you need to have installed a poetry version >1.2.2
and type:
poetry self add poetry-plugin-import
Imagine the following requirements.txt that you want to import into you pyproject.html
asyncio==3.4.3
git+https://github.com/neriberto/malwarefeeds.git@0.1.0#egg=malwarefeeds
requests==2.22.0
click==7.0
then, to import just run the command below:
poetry import
This project is licensed under the terms of the MIT license.