Skip to content
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

Migrate from Poetry to PDM #214

Closed
5 tasks done
dostuffthatmatters opened this issue Jan 9, 2024 · 0 comments
Closed
5 tasks done

Migrate from Poetry to PDM #214

dostuffthatmatters opened this issue Jan 9, 2024 · 0 comments
Assignees
Labels
status:implemented has been implemented in some dev branch
Milestone

Comments

@dostuffthatmatters
Copy link
Member

dostuffthatmatters commented Jan 9, 2024

Poetry breaks very often and changes installation mechanisms frequently. Every time we do a Pyra update, something inside Poetry is broken. That is why I no longer want to depend on poetry in production environments.

With Poetry I would have to poetry export -f requirements.txt, every time, I change dependencies and include the requirements.txt in the repository. In production, I can pip install -r requirements.txt.

PDM is an alternative to Poetry and produces a pyproject.toml that is directly usable by pip. On top of that it seems to be be more stable (less breaking releases, constant installation instructions).

@dostuffthatmatters dostuffthatmatters added the status:in-progress is being work on in some dev branch label Jan 9, 2024
@dostuffthatmatters dostuffthatmatters added this to the 4.1.3 milestone Jan 9, 2024
@dostuffthatmatters dostuffthatmatters self-assigned this Jan 9, 2024
@dostuffthatmatters dostuffthatmatters changed the title Move from Poetry to PDM Migrate from Poetry to PDM Jan 9, 2024
dostuffthatmatters added a commit that referenced this issue Jan 9, 2024
Migrate `pyproject.toml` file
dostuffthatmatters added a commit that referenced this issue Jan 9, 2024
Refactor GitHub Action
dostuffthatmatters added a commit that referenced this issue Jan 9, 2024
dostuffthatmatters added a commit that referenced this issue Jan 9, 2024
dostuffthatmatters added a commit that referenced this issue Jan 9, 2024
dostuffthatmatters added a commit that referenced this issue Jan 9, 2024
dostuffthatmatters added a commit that referenced this issue Jan 9, 2024
dostuffthatmatters added a commit that referenced this issue Jan 10, 2024
Remove Poetry from docs
dostuffthatmatters added a commit that referenced this issue Jan 10, 2024
dostuffthatmatters added a commit that referenced this issue Jan 10, 2024
dostuffthatmatters added a commit that referenced this issue Jan 10, 2024
@dostuffthatmatters dostuffthatmatters mentioned this issue Jan 10, 2024
14 tasks
dostuffthatmatters added a commit that referenced this issue Jan 10, 2024
@dostuffthatmatters dostuffthatmatters added status:implemented has been implemented in some dev branch and removed status:in-progress is being work on in some dev branch labels Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:implemented has been implemented in some dev branch
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant