update requirements
This commit is contained in:
parent
ba73ca3aef
commit
cc60119452
@ -10,8 +10,8 @@ from renderSCSS import renderSCSS
|
|||||||
with open('template.html', 'r') as file:
|
with open('template.html', 'r') as file:
|
||||||
template = Template(file.read())
|
template = Template(file.read())
|
||||||
|
|
||||||
srcDir = '../source'
|
srcDir = '/source'
|
||||||
destDir = '../target'
|
destDir = '/target'
|
||||||
|
|
||||||
firstItem = True
|
firstItem = True
|
||||||
|
|
||||||
|
|||||||
@ -1 +1,5 @@
|
|||||||
yaml
|
pyyaml
|
||||||
|
jinja2
|
||||||
|
misaka
|
||||||
|
latex2mathml
|
||||||
|
libsass
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user