We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66354a9 commit 3b78c39Copy full SHA for 3b78c39
1 file changed
setup.py
@@ -14,6 +14,9 @@
14
license = "BSD",
15
description = "Parser/evaluator for the Sieve filtering language (RFC 5228)",
16
long_description = long_description,
17
+ install_requires=[
18
+ "ply",
19
+ ],
20
classifiers = [
21
"Programming Language :: Python",
22
"Programming Language :: Python :: 2",
0 commit comments