GibbsConsulting / jupyter-plotly-dash

Jupyter notebook wrapper for plotly dash applications
GNU Affero General Public License v3.0
81 stars 12 forks source link

Unable to install package due to missing requirements #21

Closed maciejb closed 5 years ago

maciejb commented 5 years ago

setup.py requires this package itself (import jupyter_plotly_dash), so pip is unable to read the list of requirements (django-plotly-dash, etc) in order to install them. This line should be removed.

GibbsConsulting commented 5 years ago

Hi @maciejb, thanks for this. This repository is a bit behind in a number of things, including information about contributors and contributing. At the moment we're only accepting contributions under a contributor's agreement - please feel free to contact me at jpd-contributor@gibbsconsulting.ca to discuss further.

GibbsConsulting commented 5 years ago

Dependencies should now be fixed in 0.2.0 after merge of PR #26