Commit 69c1b899 by Muhammad Ammar

Fix paver python prereq paths

parent 4800811f
......@@ -13,6 +13,8 @@ PREREQS_MD5_DIR = os.getenv('PREREQ_CACHE_DIR', Env.REPO_ROOT / '.prereqs_cache'
NPM_REGISTRY = "http://registry.npmjs.org/"
PYTHON_REQ_FILES = [
'requirements/edx/pre.txt',
'requirements/edx/github.txt',
'requirements/edx/local.txt',
'requirements/edx/base.txt',
'requirements/edx/post.txt',
]
......
......@@ -4,8 +4,6 @@
# * @jtauber - to check licensing
# * One of @e0d, @jarv, or @feanil - to check system requirements
-r repo.txt
beautifulsoup4==4.1.3
beautifulsoup==3.2.1
bleach==1.4
......
-r github.txt
-r local.txt
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