File: readthedocs-requirements.txt

package info (click to toggle)
python-testtools 2.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,244 kB
  • sloc: python: 15,086; makefile: 127; sh: 3
file content (9 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
# Since Twisted is an optional dependency, it doesn't get installed by `python
# setup.py install`. However, if Twisted is not installed, then the
# documentation for our Twisted support code won't render on readthedocs.
#
# Thus, this requirements.txt is specifically devoted to readthedocs.org, so
# that it knows exactly what to install in order to render the full
# documentation.

testtools[test,twisted]