Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
ffb0a6a0
Commit
ffb0a6a0
authored
Jul 14, 2015
by
David Baumgold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert setuptools upgrade
parent
e811ac26
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
6 deletions
+4
-6
common/lib/capa/setup.py
+1
-1
common/lib/xmodule/setup.py
+1
-1
requirements/edx/base.txt
+1
-0
requirements/edx/pre.txt
+0
-3
setup.py
+1
-1
No files found.
common/lib/capa/setup.py
View file @
ffb0a6a0
...
...
@@ -4,5 +4,5 @@ setup(
name
=
"capa"
,
version
=
"0.1"
,
packages
=
find_packages
(
exclude
=
[
"tests"
]),
install_requires
=
[
"
setuptools
"
],
install_requires
=
[
"
distribute>=0.6.28
"
],
)
common/lib/xmodule/setup.py
View file @
ffb0a6a0
...
...
@@ -54,7 +54,7 @@ setup(
version
=
"0.1"
,
packages
=
find_packages
(
exclude
=
[
"tests"
]),
install_requires
=
[
'
setuptools
'
,
'
distribute
'
,
'docopt'
,
'capa'
,
'path.py'
,
...
...
requirements/edx/base.txt
View file @
ffb0a6a0
...
...
@@ -13,6 +13,7 @@ celery==3.1.18
cssselect==0.9.1
dealer==2.0.4
defusedxml==0.4.1
distribute>=0.6.28, <0.7
django-babel-underscore==0.1.0
django-celery==3.1.16
django-countries==3.3
...
...
requirements/edx/pre.txt
View file @
ffb0a6a0
...
...
@@ -5,9 +5,6 @@
# * One of @e0d, @feanil, @fredsmith, @maxrothman, or @jibsheet
# to check system requirements
# Use a modern setuptools instead of distribute
setuptools==18.0.1
# Numpy and scipy can't be installed in the same pip run.
# Install numpy before other things to help resolve the problem.
numpy==1.6.2
...
...
setup.py
View file @
ffb0a6a0
...
...
@@ -7,7 +7,7 @@ from setuptools import setup
setup
(
name
=
"Open edX"
,
version
=
"0.4"
,
install_requires
=
[
"
setuptools
"
],
install_requires
=
[
"
distribute
"
],
requires
=
[],
# NOTE: These are not the names we should be installing. This tree should
# be reorganized to be a more conventional Python tree.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment