pelican-plugins / render-math

Pelican plugin that renders mathematics via the MathJax JavaScript engine
Other
29 stars 7 forks source link

Update install_requires for the upcoming Pelican release. #6

Closed moorepants closed 4 years ago

moorepants commented 4 years ago

The currently (PyPi) released render_math package does not work with the current release of Pelican (4.2), but should work with the next release, which should be 4.3. This corrects the setup.py file so that user's don't install it prematurely.

Fixes #4

moorepants commented 4 years ago

It seems like the CI installs Pelican 4.2.0 and render_math 1.0.0. For this to work a development version would need to be installed of each.

justinmayer commented 4 years ago

Thanks for submitting this, Jason. I've addressed the issue via 5d6e456. Since dependency management is handled by Poetry when publishing to PyPI, this shouldn't have any impact on the current v1.0.2 release, which already requires Pelican 4.5 as per pyproject.toml.