Fix paver python prereq paths
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
-r github.txt
|
||||
-r local.txt
|
||||
Reference in New Issue
Block a user