Skip to content

Manage dependencies in a venv, with poetry (WIP) #604

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

apehex
Copy link

@apehex apehex commented Sep 13, 2020

Simplify the devops thanks to poetry:

  • reproducible dev environment
  • version tagging from a single file, without the need for 'bump2version'
  • tidies the repo, merging files with duplicate settings (ie the awful 'requirements.txt', 'setup.py' and 'setup.cfg')
  • a single command instead of virtualenv + pip / pipenv

Deals with issues #445, #585.
Overrides PRs #524 and #519.

Only affects the repository slug.
The same could be done with the 'cookiecutter-pypackage' parent.

Let in some fresh air, merge this please!
Thanks

@apehex apehex changed the title Manage dependencies in a venv, with poetry Manage dependencies in a venv, with poetry (WIP) Sep 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant