X Tutup
Skip to content

Commit fe22153

Browse files
committed
Remove six from dependencies
1 parent 6445871 commit fe22153

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ Dependencies
9999
* requests
100100
* curtsies >= 0.3.0
101101
* greenlet
102-
* six >= 1.5
103102
* Sphinx != 1.1.2 (optional, for the documentation)
104103
* mock (optional, for the testsuite)
105104
* babel (optional, for internationalization)

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ curtsies >=0.3.0
33
greenlet
44
requests
55
setuptools
6-
six >=1.5

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ def initialize_options(self):
223223
"requests",
224224
"curtsies >=0.3.0",
225225
"greenlet",
226-
"six >=1.5",
227226
"wcwidth",
228227
]
229228

0 commit comments

Comments
 (0)
X Tutup