Duroktar / Wolf

Wolf is a VsCode extension that enables live inspection of Python code in the editor.
Other
128 stars 7 forks source link

not all necessary packages are included with wolf extension #36

Closed Almenon closed 6 years ago

Almenon commented 6 years ago

The hunter package is hardcoded in the extension but without the packages it relies on there is no point in including it. Hunter has the following dependencies: six, colorama, and fields. Once those packages are included the wolf experience should be more seamless for new users - no installation necessary.

I'll add the packages and submit a pull request.

Also, not sure if you noticed, but wolf got its first 5-star review on the marketplace! :D

Congrats! 🎉

Duroktar commented 6 years ago

Awesome, thanks! I'll merge this in soon as I can :)