dexplo / jupyter_to_medium

Python package for publishing Jupyter Notebooks as Medium blogposts
https://dexplo.org/jupyter_to_medium
MIT License
144 stars 13 forks source link

Update pyproject.toml #55

Closed JacobBumgarner closed 6 months ago

JacobBumgarner commented 2 years ago

Added two dependencies with their appropriate version requirements. The package wouldn't work without them from the terminal in Python==3.10.2.

Adding these dependencies with the versions fixed the problem. Several of the required modules from the packages had either been renamed or removed in updates.

mjam03 commented 1 year ago

Hi there,

Apologies for not getting back to you sooner. I've gone through the dependencies in the pyproject.toml and brought them up to date. Could you please check if this error still persists with the latest package versions? For example i had trouble with jinja2 wrt mkdocs, but updating the mkdocs package version to be up to date solved the issue.

If so then i'll check and add those 2 pinned dependencies in straight away.

Thanks, Mark