Commit c581ecd8 by Calen Pennington

Merge pull request #1573 from MITx/feature/edz/lock-capa-deps-versions

locking deps versions based on pip freeze in production.
parents b400b575 4e10eb10
......@@ -4,5 +4,5 @@ setup(
name="capa",
version="0.1",
packages=find_packages(exclude=["tests"]),
install_requires=['distribute', 'pyparsing'],
install_requires=['distribute==0.6.34', 'pyparsing==1.5.6'],
)
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