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 poetry #49

Merged
merged 8 commits into from
Jul 30, 2021
Merged

Migrate poetry #49

merged 8 commits into from
Jul 30, 2021

Conversation

inverse
Copy link
Contributor

@inverse inverse commented Jul 30, 2021

Migrate from pipenv to poetry

@inverse inverse requested a review from ctbur July 30, 2021 12:41
@inverse inverse marked this pull request as ready for review July 30, 2021 12:41
@@ -4,13 +4,16 @@
from typing import List, Optional

import click
from single_source import get_version
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://pypi.org/project/single-source/
Such a specific functionality but still so generally useful.

Comment on lines +22 to +26
marshmallow = "*"
marshmallow-dataclass = "*"
click = "*"
pygithub = "*"
pyyaml = "*"
Copy link
Contributor

@ctbur ctbur Jul 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thought about this again. We should probably set specific versions here as the package generated with poetry build does not take the lockfile into account, it only declares the direct dependencies as specified here.
Edit: Looks like we had it unpinned before. IIRC it was because of incompatibilities between Python versions.

@inverse inverse merged commit ee02c37 into master Jul 30, 2021
@inverse inverse deleted the migrate-poetry branch July 30, 2021 14:25
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.

2 participants