PLAT-2060 Use pip-tools to manage requirements files (take 2)

This reverts commit a7fa0c211d.
This commit is contained in:
Jeremy Bowman
2018-04-10 16:34:50 -04:00
parent 98a13423d1
commit 9ca9aa44c6
40 changed files with 1563 additions and 332 deletions

View File

@@ -19,8 +19,6 @@ __ https://github.com/edx/codejail/blob/master/README.rst
need to install the requirements from requirements/edx-sandbox::
$ pip install -r requirements/edx-sandbox/base.txt
$ pip install -r requirements/edx-sandbox/local.txt
$ pip install -r requirements/edx-sandbox/post.txt
2. At the instruction to create the AppArmor profile, you'll need a line in
the profile for the sandbox packages. <EDXPLATFORM> is the full path to

View File

@@ -8,6 +8,6 @@ setup(
"pyparsing==2.2.0",
"numpy==1.6.2",
"scipy==0.14.0",
"nltk==3.2.5",
"nltk",
],
)