Fix paver python prereq paths

This commit is contained in:
Muhammad Ammar
2014-04-28 06:37:22 +00:00
parent 4800811f72
commit 69c1b8997d
3 changed files with 2 additions and 4 deletions

View File

@@ -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',
]

View File

@@ -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

View File

@@ -1,2 +0,0 @@
-r github.txt
-r local.txt