Skip to content

Commit

Permalink
added prettytable to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tameemalaa committed Oct 31, 2022
1 parent 2f90930 commit f79e66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
install_requires=[
"requests", "beautifulsoup4",
"lxml", "inquirer",
"tabulate", "python-kanban",
"tabulate", "python-kanban","prettytable",
],
license='MIT',
)

0 comments on commit f79e66f

Please sign in to comment.