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

feat: Set up the project using poetry & limit the dependency list to top level #179

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Raff-dev
Copy link
Contributor

@Raff-dev Raff-dev commented Oct 13, 2023

There is that tool called Poetry. It can manage dependencies, create virtual environments as well as build packages.
It is convenient as you don't need to add dependencies to requirements.txt, poetry does this for you in pyproject.toml file.
It handles dependency resolution and downloads the dependencies in parallel, which makes it faster.

It is widely used across many new python projects including AutoGpt

The dependency list before was probably a result of pip freeze > requirements.txt, which is kind of unnecessary, as we would like to pin only the packages we depend on.

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.

1 participant