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

Brownie Package Manager #390

Merged
merged 19 commits into from
Apr 7, 2020
Merged

Brownie Package Manager #390

merged 19 commits into from
Apr 7, 2020

Conversation

iamdefinitelyahuman
Copy link
Member

@iamdefinitelyahuman iamdefinitelyahuman commented Apr 6, 2020

What I did

  1. Add brownie pm to the cli - allow installation of packages from Github or ethPM
  2. Allow projects to import from installed packages and specify dependencies with the config file
  3. Add pm fixture to access installed packages in test cases
  4. Temporarily remove brownie ethpm - once ethPM v3 is ready, full ethPM support will return but in a slightly different form.
  5. Allow the use of path remappings via the config file.

Closes #299
Closes #368

How to verify it

Run tests.

Checklist

  • I have confirmed that my PR passes all linting checks
  • I have included test cases
  • I have updated the documentation
  • I have added an entry to the changelog

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.

Expand contract import functionality Allow specifying dev-only ethPM packages
1 participant