Skip to content

Commit 319575d

Browse files
MrMinojonathanslenders
authored andcommitted
Docs: remove mention of 'six' as required by PT
1 parent 50cf02d commit 319575d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Works everywhere:
3939
- Pure Python. Runs on all Python versions starting at Python 3.6.
4040
(Python 2.6 - 3.x is supported in prompt_toolkit 2.0; not 3.0).
4141
- Runs on Linux, OS X, OpenBSD and Windows systems.
42-
- Lightweight, the only dependencies are Pygments, six and wcwidth.
42+
- Lightweight, the only dependencies are Pygments and wcwidth.
4343
- No assumptions about I/O are made. Every prompt_toolkit application should
4444
also run in a telnet/ssh server or an `asyncio
4545
<https://docs.python.org/3/library/asyncio.html>`_ process.

0 commit comments

Comments
 (0)