Commit 63c58bb2 by David Baumgold

Merge pull request #3189 from edx/db/upgrade-pyparsing

Upgrade pyparsing to 2.0.1
parents 751bd71a cb5e3c81
...@@ -5,7 +5,7 @@ setup( ...@@ -5,7 +5,7 @@ setup(
version="0.2", version="0.2",
packages=["calc"], packages=["calc"],
install_requires=[ install_requires=[
"pyparsing==1.5.6", "pyparsing==2.0.1",
"numpy", "numpy",
"scipy" "scipy"
], ],
......
...@@ -5,7 +5,7 @@ setup( ...@@ -5,7 +5,7 @@ setup(
version="0.1.1", version="0.1.1",
packages=["chem"], packages=["chem"],
install_requires=[ install_requires=[
"pyparsing==1.5.6", "pyparsing==2.0.1",
"numpy", "numpy",
"scipy", "scipy",
"nltk==2.0.4", "nltk==2.0.4",
......
...@@ -7,5 +7,5 @@ ...@@ -7,5 +7,5 @@
numpy==1.6.2 numpy==1.6.2
networkx==1.7 networkx==1.7
sympy==0.7.1 sympy==0.7.1
pyparsing==1.5.6 pyparsing==2.0.1
nltk==2.0.4 nltk==2.0.4
...@@ -56,7 +56,7 @@ pycrypto>=2.6 ...@@ -56,7 +56,7 @@ pycrypto>=2.6
pygments==1.6 pygments==1.6
pygraphviz==1.1 pygraphviz==1.1
pymongo==2.4.1 pymongo==2.4.1
pyparsing==1.5.6 pyparsing==2.0.1
python-memcached==1.48 python-memcached==1.48
python-openid==2.2.5 python-openid==2.2.5
python-dateutil==2.1 python-dateutil==2.1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment