We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f6fa49 commit b88b690Copy full SHA for b88b690
README.rst
@@ -8,13 +8,13 @@ bpython - A fancy curses interface to the Python interactive interpreter
8
Dependencies
9
============
10
11
-* Pygments (apt-get install python-pygments)
12
-* Sphinx != 1.1.2 (for the documentation only) (apt-get install python-sphinx)
13
-* mock (for the testsuite only)
14
-* babel (optional, for internationalization)
+* Pygments
15
* requests
16
* curtsies >= 0.1.15,<0.2.0
17
* greenlet
+* Sphinx != 1.1.2 (optional, for the documentation)
+* mock (optional, for the testsuite)
+* babel (optional, for internationalization)
18
* watchdog (optional, for monitoring imported modules for changes)
19
20
bpython-urwid
0 commit comments