Skip to content

Commit 3b78c39

Browse files
committed
add missing dependency
1 parent 66354a9 commit 3b78c39

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
license = "BSD",
1515
description = "Parser/evaluator for the Sieve filtering language (RFC 5228)",
1616
long_description = long_description,
17+
install_requires=[
18+
"ply",
19+
],
1720
classifiers = [
1821
"Programming Language :: Python",
1922
"Programming Language :: Python :: 2",

0 commit comments

Comments
 (0)