Skip to content

Commit f453b76

Browse files
committed
add pystache dependency where it needs to go
1 parent 6ec37c5 commit f453b76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"gunicorn",
2424
"Werkzeug",
2525
"click",
26+
"pystache"
2627
],
2728
extras_require={
28-
"ldap": ["ldap3"],
29-
"pystache": ["pystache"]
29+
"ldap": ["ldap3"]
3030
},
3131
zip_safe=False,
3232
classifiers=[

0 commit comments

Comments
 (0)