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

Cleanup: Pipfile was not used or maintained #100

Merged
merged 1 commit into from
Sep 6, 2022
Merged

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 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
2 participants