diff --git a/setup.py b/setup.py index 8c3bd30..a333a4f 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ install_requires=[ "requests", "beautifulsoup4", "lxml", "inquirer", - "tabulate", "python-kanban", + "tabulate", "python-kanban","prettytable", ], license='MIT', )