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 requirements.txt to poetry #929

Merged
merged 2 commits into from
Aug 28, 2023

Conversation

syucream
Copy link
Contributor

poetry is one of the modern python package management toolchains. We're already familiar with npm in JavaScript/Node.js, the basic operations in poetry are similar to npm (like package-lock.json) so we'll feel good for it.

ref.
https://tech.isid.co.jp/entry/2022/08/22/Poetry_%E3%81%AF%E3%81%98%E3%82%81%E3%81%BE%E3%81%97%E3%81%9F_-_%E3%83%81%E3%83%BC%E3%83%A0%E9%96%8B%E7%99%BA%E3%81%AB%E3%81%8A%E3%81%91%E3%82%8B_Python_%E3%81%AE%E9%96%8B%E7%99%BA%E7%92%B0%E5%A2%83

@syucream syucream marked this pull request as ready for review August 26, 2023 08:28
Copy link
Contributor

@hinashi hinashi left a comment

Choose a reason for hiding this comment

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

LGTM!

I got an error in my environment.

[org.freedesktop.DBus.Error.UnknownMethod] ('No such interface “org.freedesktop.DBus.Properties” on object at path /org/freedesktop/secrets/collection/login',)

I solved it with the command below.
python -m keyring --disable

c.f. python-poetry/poetry#1917

@userlocalhost
Copy link
Member

LGTM!

I got an error in my environment.

[org.freedesktop.DBus.Error.UnknownMethod] ('No such interface “org.freedesktop.DBus.Properties” on object at path /org/freedesktop/secrets/collection/login',)

I solved it with the command below. python -m keyring --disable

c.f. python-poetry/poetry#1917

Nice memo 👍

Copy link
Member

@userlocalhost userlocalhost left a comment

Choose a reason for hiding this comment

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

LGTM 👍

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.

3 participants