summaryrefslogtreecommitdiff
path: root/demoapp
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-09-09 09:38:17 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-09-23 15:45:23 -0400
commit6a35ba1b0d7b40eaa184769400ab7445427925dc (patch)
tree5868ff8e2a337995585b539fefff409bbec45b46 /demoapp
parentff3ac6435ba27a29cdc015d0d7df45c245a7a5e2 (diff)
downloadcliff-6a35ba1b0d7b40eaa184769400ab7445427925dc.tar.gz
Update pyparsing dependency to 2.0.1
Go ahead and require the version of pyparsing that supports python 2 and 3. Change-Id: Icdeb7c4a4aeaab9fcc4a44b091a068f91553adf6
Diffstat (limited to 'demoapp')
-rw-r--r--demoapp/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/demoapp/setup.py b/demoapp/setup.py
index f507497..4bef32e 100644
--- a/demoapp/setup.py
+++ b/demoapp/setup.py
@@ -41,7 +41,7 @@ setup(
scripts=[],
provides=[],
- install_requires=['distribute', 'cliff'],
+ install_requires=['cliff'],
namespace_packages=[],
packages=find_packages(),