/poetry-plugin-import

A Poetry plugin that import dependencies from requirements.txt

Primary LanguagePythonMIT LicenseMIT

Poetry Plugin Import

License: LGPL v3 PyPI PyPI Python application

A Poetry plugin that import dependencies from requirements.txt.

Installation

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

Usage

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

License

This project is licensed under the terms of the MIT license.