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

package管理をPoetryを使った形に変更 #18

Merged
merged 1 commit into from Apr 25, 2023
Merged

Conversation

keitakn
Copy link
Owner

@keitakn keitakn commented Apr 25, 2023

issueURL

#17

やった事

langchain はまだ新しいライブラリで今後破壊的な変更が入る可能性も低くはない。

という訳でPoetryを使ってpackageを管理する事にした。

https://zenn.dev/link/comments/9414ab25046cb5 に詳細をまとめてあります。

@keitakn keitakn self-assigned this Apr 25, 2023
@@ -1,2 +1,2 @@
[flake8]
exclude = venv
exclude = .venv
Copy link
Owner Author

Choose a reason for hiding this comment

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

poetryで仮想環境を作成するとデフォルトで .venv が作られたので、合わせて変更した。

@@ -1,2 +1,25 @@
[tool.black]
exclude = 'venv'
exclude = '.venv'
Copy link
Owner Author

Choose a reason for hiding this comment

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

poetryで仮想環境を作成するとデフォルトで .venv が作られたので、合わせて変更した。

@keitakn keitakn marked this pull request as ready for review April 25, 2023 05:34
@keitakn keitakn merged commit e5ebdce into main Apr 25, 2023
@keitakn keitakn deleted the feature/issue17 branch April 25, 2023 05:39
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.

None yet

1 participant