summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4dc391f..72cd04b 100644
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,3 @@
 import setuptools
 
-setuptools.setup(name="abdl", version="2.1.0", packages=["abdl"])
+setuptools.setup(name="abdl", version="2.1.0", packages=["abdl"], install_requires=["pyparsing >= 2.4.2"])