Skip to content

Commit 3212fbd

Browse files
reverted pretty tables to a >=2.5 release to satisfy python 3.6
1 parent 17daf04 commit 3212fbd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
'sl = SoftLayer.CLI.deprecated:main',
3333
],
3434
},
35-
python_requires='>=3.5',
35+
python_requires='>=3.6',
3636
install_requires=[
37-
'prettytable >= 3.2.0',
37+
'prettytable >= 2.5.0',
3838
'click == 8.1.3',
3939
'requests >= 2.20.0',
4040
'prompt_toolkit >= 2',

tools/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
prettytable == 3.2.0
1+
prettytable >= 2.5.0
22
click == 8.1.3
33
requests >= 2.20.0
44
prompt_toolkit >= 2

tools/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pytest
44
pytest-cov
55
mock
66
sphinx
7-
prettytable == 3.2.0
7+
prettytable >= 2.5.0
88
click == 8.1.3
99
requests >= 2.20.0
1010
prompt_toolkit >= 2

0 commit comments

Comments
 (0)