Uberspace / lab

The Uberlab provides various tutorials - written by you! - on how to run software and tools on Uberspace 7.
https://lab.uberspace.de
Other
308 stars 406 forks source link

Add specific dependency versions to `requirements.txt` #1740

Closed MetroMarv closed 2 months ago

MetroMarv commented 3 months ago

Without the explicit declaration of this dependencies pip install incompatible versions for Sphinx 4.4.

Added the Enchant library as a prerequisite and that Python version must be less or equal to 3.11. As 3.12 doesn't support the imp library anymore (0), which is used by Sphinx 4.4.

Fixes #1739

nichtmax commented 2 months ago

Thank you!