Skip to content

Commit a707d10

Browse files
committed
Add missing ply dependency
1 parent 60505e5 commit a707d10

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"Topic :: Software Development :: Interpreters",
2727
"Topic :: Software Development :: Libraries :: Python Modules",
2828
],
29+
install_requires=['ply'],
2930
packages = [
3031
"sifter",
3132
"sifter.commands",

0 commit comments

Comments
 (0)