Andy Armstrong
|
93235d118d
|
Reorder imports using isort (except lms and cms)
|
2017-05-30 16:04:54 -04:00 |
|
Ned Batchelder
|
8d791b5823
|
Use latest pyparsing 2.0.x to avoid setuptools entanglement
With 2.0.1, and setuptools 34.0.2, errors happen like:
File "/edx/app/edxapp/venvs/edxapp-sandbox/local/lib/python2.7/site-packages/packaging/requirements.py", line 59, in <module>
MARKER_EXPR = originalTextFor(MARKER_EXPR())("marker")
TypeError: __call__() takes exactly 2 arguments (1 given)
(cherry picked from commit 73519b3547359a0b791e39d4665f51ac66449a17)
|
2017-01-25 15:10:02 -05:00 |
|
Ned Batchelder
|
0e4b816cb1
|
Pin versions of numpy and scipy
|
2016-08-08 09:11:25 -04:00 |
|
Sarina Canelake
|
96ddf544ff
|
Remove Pylint violations
|
2015-12-17 16:29:28 -05:00 |
|
David Baumgold
|
705fa6999a
|
Use a forked version of NLTK
So that we can use setuptools instead of distribute
|
2015-07-09 13:04:33 -04:00 |
|
Adam Palay
|
33ddecbc97
|
update nltk in other parts of the platform
|
2015-04-08 11:28:49 -04:00 |
|
Ned Batchelder
|
f396c11579
|
Fix unidiomatic type checking
|
2015-03-20 15:48:54 -04:00 |
|
stv
|
b4c4d18e9f
|
Fix Pylint: W0110: (deprecated-lambda)
divide_chemical_expression: map/filter on lambda could be replaced by
comprehension
|
2014-11-24 20:48:05 -05:00 |
|
stv
|
b215d771b7
|
Fix PEP8: E128 continuation line under-indented
for visual indent
|
2014-11-24 20:46:50 -05:00 |
|
stv
|
4d30aedf4e
|
Fix PEP8: E127 continuation line over-indented
for visual indent
|
2014-11-24 20:46:50 -05:00 |
|
stv
|
fb9f324f2f
|
Fix PEP8: E303 too many blank lines
|
2014-11-10 11:00:14 -08:00 |
|
Sarina Canelake
|
725e4908e3
|
Remove more pep8 violations
|
2014-11-04 07:37:41 -05:00 |
|
David Baumgold
|
cb5e3c8111
|
Upgrade pyparsing to 2.0.1
|
2014-04-02 16:09:53 -04:00 |
|
Adam Palay
|
97f5b25e2c
|
i18n for self-assessment (ORA-314)
make openendedchild and open_ended_module_v1 act enough like xblocks to get xblock 18n
|
2014-02-14 17:27:32 -05:00 |
|
Ned Batchelder
|
181b1e979b
|
Remove unused imports from common, as reported by pylint.
|
2013-06-19 16:56:34 -04:00 |
|
Ned Batchelder
|
ce005072b0
|
Sandbox-installed packages will be really installed instead of -e installed.
|
2013-05-21 19:21:39 -04:00 |
|
Ned Batchelder
|
7c498be606
|
Move packages around so we can install packages into the sandbox.
|
2013-05-06 10:55:05 -04:00 |
|