diff --git a/components/style/properties/Mako-0.9.1.zip b/components/style/properties/Mako-0.9.1.zip deleted file mode 100644 index b7450e30012..00000000000 Binary files a/components/style/properties/Mako-0.9.1.zip and /dev/null differ diff --git a/components/style/properties/Mako-1.1.2-py2.py3-none-any.whl b/components/style/properties/Mako-1.1.2-py2.py3-none-any.whl new file mode 100644 index 00000000000..9593025a473 Binary files /dev/null and b/components/style/properties/Mako-1.1.2-py2.py3-none-any.whl differ diff --git a/components/style/properties/build.py b/components/style/properties/build.py index d0f0b125be0..92966ce1b2d 100644 --- a/components/style/properties/build.py +++ b/components/style/properties/build.py @@ -8,7 +8,7 @@ import re import sys BASE = os.path.dirname(__file__.replace('\\', '/')) -sys.path.insert(0, os.path.join(BASE, "Mako-0.9.1.zip")) +sys.path.insert(0, os.path.join(BASE, "Mako-1.1.2-py2.py3-none-any.whl")) sys.path.insert(0, BASE) # For importing `data.py` from mako import exceptions