Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Upgrade to Poetry build system for dependency management#1

Open
dartt0n wants to merge 2 commits intoallseeteam:mainfrom
dartt0n:main
Open

Upgrade to Poetry build system for dependency management#1
dartt0n wants to merge 2 commits intoallseeteam:mainfrom
dartt0n:main

Conversation

@dartt0n
Copy link

@dartt0n dartt0n commented Nov 19, 2024

The current project relies on requirements.txt to manage dependencies, with versions strictly fixed up to the minor version, which is considered a bad practice. This is because other users will not be able to install this package due to version conflicts.

I suggest switching to using Poetry as a build system, that offers several advantages that can significantly improve development workflow and project maintainability by solving transitive dependencies problem.

I have also noted that the code in some areas is not well-formatted. I fixed that using black.

Please review the changes and provide your feedback on them.

@dartt0n
Copy link
Author

dartt0n commented Nov 19, 2024

Also, please notice, I have added myself to the package contributors:

"Anton Kudryavtsev <dartt0n@ya.ru>",

Let me know, if you are okay with that

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant