Skip to content
Snippets Groups Projects
Unverified Commit b299ec55 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

downgraded Mako

parent f3f6785b
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
* certified for Python 3.11 and 3.12
* CI moved to GitHub Actions
* downgraded Mako, since newer Mako requires Python 3.8
# v1.5
......
......@@ -82,6 +82,12 @@ or
Otherwise :code:`PyInit` won't be generated by Cython
and such module will be unimportable in Python. Normal import won't suffice.
Please install Snakehouse in a separate venv. This is because it requires an ancient version of
the templating library Mako_, because newer versions requires Python 3.8, and I wanted
Snakehouse to support older Pythons as well.
.. _Mako: https://pypi.org/project/Mako/1.1.0/
Contributions
=============
......
Cython
mako
satella>=2.14.46
mako==1.1.0
satella
......@@ -33,7 +33,7 @@ classifier =
[options]
install_requires =
Cython
mako
mako == 1.1.0
satella
python_requires = !=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment