Revert MySQL-python upgrade
This commit is contained in:
@@ -16,6 +16,7 @@ PYTHON_REQ_FILES = [
|
||||
'requirements/edx/github.txt',
|
||||
'requirements/edx/local.txt',
|
||||
'requirements/edx/base.txt',
|
||||
'requirements/edx/post.txt',
|
||||
]
|
||||
|
||||
# Developers can have private requirements, for local copies of github repos,
|
||||
|
||||
@@ -52,7 +52,6 @@ Markdown==2.2.1
|
||||
--allow-unverified meliae
|
||||
meliae==0.4.0
|
||||
mongoengine==0.7.10
|
||||
MySQL-python==1.2.5
|
||||
networkx==1.7
|
||||
nose==1.3.3
|
||||
oauthlib==0.7.2
|
||||
|
||||
9
requirements/edx/post.txt
Normal file
9
requirements/edx/post.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
# DON'T JUST ADD NEW DEPENDENCIES!!!
|
||||
#
|
||||
# If you open a pull request that adds a new dependency, you should notify:
|
||||
# * @mollydb to check licensing
|
||||
# * One of @e0d, @feanil, @fredsmith, @maxrothman, or @jibsheet
|
||||
# to check system requirements
|
||||
|
||||
# This must be installed after distribute has been updated.
|
||||
MySQL-python==1.2.4
|
||||
Reference in New Issue
Block a user