Commit 8809c5f0 by muhammad-ammar

Merge pull request #3487 from edx/ammar/fix-paver-python-prereq-paths

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