brunorosilva / plotly-calplot

The easiest and best looking Calendar Heatmap you'll find, made with Plotly.
https://pypi.org/project/plotly-calplot/
104 stars 10 forks source link

Separate out dev dependencies #12

Closed musab-khawaja closed 2 years ago

musab-khawaja commented 2 years ago

So they don't get shipped with the whl

Context: I'm getting this error when trying to install plotly-calplot:

 Because plotly-calplot (0.1.11) depends on pytest (>=7.1.1,<8.0.0)
   and no versions of plotly-calplot match >0.1.11,<0.2.0, plotly-calplot (>=0.1.11,<0.2.0) requires pytest (>=7.1.1,<8.0.0).
  So, because <my package> depends on both plotly-calplot (^0.1.11) and pytest (^6.2.5), version solving failed.
brunorosilva commented 2 years ago

Thanks for this fix! I should've seen this a long time ago.

brunorosilva commented 2 years ago

This fix will be published ASAP