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

downgraded MarkupSafe

parent b299ec55
No related branches found
No related tags found
No related merge requests found
......@@ -83,10 +83,11 @@ 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
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/
Contributions
=============
......
Cython
mako==1.1.0
satella
MarkupSafe==1.1.1
\ No newline at end of file
......@@ -35,6 +35,7 @@ install_requires =
Cython
mako == 1.1.0
satella
MarkupSafe == 1.1.1
python_requires = !=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
packages = find:
......
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