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

Commits on Sep 5, 2022

  1. Cleanup: Pipfile was not used or maintained

    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 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    fb506ee View commit details
    Browse the repository at this point in the history