Skip to content

Commit 4b33a43

Browse files
committed
Merge pull request #702 from tshauck/bump-six-reqs
bump six req to >=1.4
2 parents eff2165 + 275b45d commit 4b33a43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
requests==2.5.3
2-
six>=1.3.0
2+
six>=1.4.0
33
websocket-client==0.32.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
requirements = [
1010
'requests >= 2.5.2',
11-
'six >= 1.3.0',
11+
'six >= 1.4.0',
1212
'websocket-client >= 0.32.0',
1313
]
1414

0 commit comments

Comments
 (0)