You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The setup.py model is not as clear as I would like - Poetry is based on pyproject.toml and is a much simpler, declarative solution. Poetry also support dev dependencies
Describe the solution you'd like
Remove setup.py and use poetry for package management instead
Describe alternatives you've considered
Pipenv was discarded due to several issues stemming from lack of maintenance. Flit is another option, but poetry is more full-featured
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The setup.py model is not as clear as I would like - Poetry is based on pyproject.toml and is a much simpler, declarative solution. Poetry also support dev dependencies
Describe the solution you'd like
Remove setup.py and use poetry for package management instead
Describe alternatives you've considered
Pipenv was discarded due to several issues stemming from lack of maintenance. Flit is another option, but poetry is more full-featured
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: