requirements: Fold http.txt into Mopidy-HTTP docs

This commit is contained in:
Stein Magnus Jodal 2013-12-06 10:10:16 +01:00
parent 101600d8d2
commit 8295dd4f4a
2 changed files with 9 additions and 7 deletions

View File

@ -18,7 +18,15 @@ https://github.com/mopidy/mopidy/issues?labels=HTTP+frontend
Dependencies
============
.. literalinclude:: ../../requirements/http.txt
- cherrypy >= 3.2.2. Available as python-cherrypy3 in Debian/Ubuntu.
- ws4py >= 0.2.3. Available as python-ws4py in newer Debian/Ubuntu and from
apt.mopidy.com for older releases of Debian/Ubuntu.
If you're installing Mopidy with pip, you can run the following command to
install Mopidy with the extra dependencies for required for Mopidy-HTTP::
pip install --upgrade Mopidy[http]
Default configuration

View File

@ -1,6 +0,0 @@
cherrypy >= 3.2.2
# Available as python-cherrypy3 in Debian/Ubuntu
ws4py >= 0.2.3
# Available as python-ws4py in newer Debian/Ubuntu and from apt.mopidy.com for
# older releases of Debian/Ubuntu