Peilonrayz / dice_stats

Dice statistics made simple.
MIT License
3 stars 1 forks source link

Set numpy as matplotlib as optional dependencies #3

Closed sponsfreixes closed 4 years ago

sponsfreixes commented 4 years ago

This allows to install the module with no external dependencies. If display.plot_wireframes is imported, the user will be alerted that it needs to install optional dependencies for it to work.

Closes: #1

Peilonrayz commented 4 years ago

Thank you for the PR. 😃

I'm going to change the extras_require so there is only one option optional and then push it to PyPI.