Skip to content

Commit 02da75c

Browse files
Merge pull request #2230 from karyotakisg/master
Remove unused dependency prettytable
2 parents 216cc2f + f1cc3c9 commit 02da75c

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ If you cannot install python 3.6+ for some reason, you will need to use a versio
173173

174174
Python Packages
175175
---------------
176-
* prettytable >= 2.5.0
177176
* click >= 8.0.4
178177
* requests >= 2.32.2
179178
* prompt_toolkit >= 2

docs/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ sphinx_rtd_theme==3.0.2
22
sphinx==8.2.3
33
sphinx-click==6.0.0
44
click
5-
prettytable
65
rich
76

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
},
3333
python_requires='>=3.7',
3434
install_requires=[
35-
'prettytable >= 2.5.0',
3635
'click >= 8.0.4',
3736
'requests >= 2.32.2',
3837
'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 >= 2.5.0
1+
22
click >= 8.0.4
33
requests >= 2.32.2
44
prompt_toolkit >= 2

tools/test-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ pytest
44
pytest-cov
55
mock
66
sphinx
7-
prettytable >= 2.5.0
87
click >= 8.0.4
98
requests >= 2.32.2
109
prompt_toolkit >= 2

0 commit comments

Comments
 (0)