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

downgraded satella

parent bce078eb
No related branches found
No related tags found
No related merge requests found
......@@ -82,12 +82,9 @@ 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_ and MarkupSafe_, 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/
.. _MarkupSafe: https://pypi.org/project/MarkupSafe/1.1.1/
Please install Snakehouse in a separate venv. This is because it requires ancient version of
several packages, because authors of these packages were quick to drop support for
earlier Pythons.
Contributions
=============
......
Cython
mako==1.1.0
satella
satella==2.20.0
MarkupSafe==1.1.1
\ No newline at end of file
......@@ -34,7 +34,7 @@ classifier =
install_requires =
Cython
mako == 1.1.0
satella
satella == 2.20.0
MarkupSafe == 1.1.1
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