Skip to content

Commit 5b98e9f

Browse files
lazkavstinner
authored andcommitted
Update mako to 1.1.0 for Python 3.8 on Windows fixes (#72)
The last release allows mako to run on Windows with Python 3.8, see sqlalchemy/mako#301 for details Fixes #63
1 parent dd180b3 commit 5b98e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyperformance/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Chameleon==3.6.2 # bm_chameleon
6161
# https://mail.python.org/pipermail/speed/2018-January/000619.html
6262
Django==1.11.23 # bm_django_template
6363
Genshi==0.7.3 # bm_genshi
64-
Mako==1.0.14 # bm_mako
64+
Mako==1.1.0 # bm_mako
6565
SQLAlchemy==1.3.6 # bm_sqlalchemy_declarative
6666
dulwich==0.19.11 # dulwich_log
6767
mercurial==5.0.2; python_version < '3.0' # bm_hg_startup

0 commit comments

Comments
 (0)