Skip to content

Commit

Permalink
Merge pull request #317 from aronasorman/mmvp-prod
Browse files Browse the repository at this point in the history
Remove requirements from install_requires.
  • Loading branch information
jamalex authored Jul 31, 2016
2 parents bf9b8d3 + ebb3fb5 commit a46c232
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,9 @@ def read_file(fname):
static_requirements = []
static_dir = os.path.dirname(os.path.realpath(kolibri_dist.__file__))

install_requires = [
'cherrypy==6.0.2',
'django-filter==0.13.0',
'django-js-reverse==0.7.2',
'six==1.10.0',
'djangorestframework==3.3.3',
'django==1.9.7',
'colorlog==2.6.0',
'docopt==0.6.2',
'django-mptt>=0.8.4', # apparently you also need to have the dependency_links packages be included in install_requires
]

dependency_links = [
'http://github.com/django-mptt/django-mptt/tarball/9e131f91#egg=django-mptt-0.8.4'
]
install_requires = []

dependency_links = []

# Check if user supplied the special '--static' option
if '--static' in sys.argv:
Expand Down

0 comments on commit a46c232

Please sign in to comment.