Skip to content

Add install_requires to setup.py

Sean R. Lynch requested to merge seanl1/pydatashards:install_requires into master

This makes import work correctly after installing with pip install . or setup.py install.

Merge request reports