Skip to content

Commit 3f453f5

Browse files
committed
Bumps required six version
1 parent af082e6 commit 3f453f5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
extra = {}
1717

1818
requires = [
19-
'six >= 1.1.0',
19+
'six >= 1.7.0',
2020
'prettytable >= 0.7.0',
2121
'docopt == 0.6.1',
2222
'requests',

tools/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
requests
22
prettytable >= 0.7.0
33
docopt == 0.6.1
4-
six >= 1.1.0
4+
six >= 1.7.0

0 commit comments

Comments
 (0)