edina / nbexchange

External exchange for nbgrader
Other
6 stars 2 forks source link

Remove pprint as an external pip dependency #98

Closed jgwerner closed 3 years ago

jgwerner commented 3 years ago

The Problem

When installing the dependencies for this package for a local development environment the user should run pip install -r requirements-dev.txt and/or pip install -e .. One of the dependencies included in the requirements-dev.txt and setup.py files is the pprint package which is not recognized as a package hosted with PyPi.

The Solution

Remove the pprint (a.k.a. Data pretty printer) as a dependency since it's included with Python 3.6+.

jgwerner commented 3 years ago

Closing, comments in #99