Closed
Description
Is your feature request related to a problem? Please describe.
Originally requested by @TMiguelT in #119 . The request is the ability to install a generated client with just pip (not Poetry).
Describe the solution you'd like
Instead of generating a pyproject.toml file with Poetry metadata, create a setup.py/requirements.txt to be used with Pip.
Describe alternatives you've considered
Additional common package management tools that might be worth adding support for are:
- Pipenv
- Flit
- Twine