summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2020-02-10 00:43:21 -0300
committerSoniEx2 <endermoneymod@gmail.com>2020-02-10 00:43:21 -0300
commit5d96459ac6ab9ff89c17f1df7ccc35efb0a5cc98 (patch)
treec853a49df35a1b582d7e5e800fa3b42e0d16efca
parentde5f53aa8cf6326df79cc20aade56104fbea9827 (diff)
Add install_requires
-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"])