File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed
Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,24 @@ bpython - A fancy curses interface to the Python interactive interpreter
33
44Dependencies
55============
6- Pygments
7- (apt-get install python-pygments)
8- Sphinx != 1.1.2 (for the documentation only)
9- (apt-get install python-sphinx)
6+
7+ * Pygments (apt-get install python-pygments)
8+ * Sphinx != 1.1.2 (for the documentation only) (apt-get install python-sphinx)
9+ * mock (for the testsuite only)
10+ * babel (optional, for internationalization)
1011
1112bpython-curtsies
1213----------------
1314``bpython-curtsies `` requires the following additional packages:
1415
15- - curtsies
16- - greenlet
16+ * curtsies >= 0.0.32
17+ * greenlet
18+
19+ bpython-urwid
20+ -------------
21+ ``bpython-urwid `` requires the following additional packages:
22+
23+ * urwid
1724
1825Introduction
1926============
You can’t perform that action at this time.
0 commit comments