Skip to content

Conversation

@hoh
Copy link
Member

@hoh hoh commented Sep 5, 2022

Pipfile and Poetry are great to manage dependencies, upgrade them, freeze them, etc. This is very useful when building web apps so everyone in the team uses the same version. They could be useful for pyaleph.

However aleph-client is a library. We want users to be able to just pip install it from GitHub. Dependencies must be flexible so users can integrate it within their project.

Solution: Remove Pipfile and Pipfile.lock

Closes #76

Pipfile and Poetry are great to manage dependencies, upgrade them, freeze them, etc. This is very useful when building web apps so everyone in the team uses the same version. They could be useful for pyaleph.

However aleph-client is a library. We want users to be able to just pip install it from GitHub. Dependencies must be flexible so users can integrate it within their project.

Solution: Remove Pipfile and Pipfile.lock
@hoh hoh requested a review from odesenfans September 6, 2022 07:38
@hoh hoh merged commit d386c2a into master Sep 6, 2022
@MHHukiewitz MHHukiewitz deleted the hoh-remove-pipfile branch September 6, 2022 12:43
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.

Choose between Pipfile and setup.cfg

3 participants