From fcb57bd2ccc55762fd21c5f1c0d8104dcc9e73e3 Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Wed, 16 Dec 2020 18:20:39 +0100 Subject: [PATCH] Changed deps --- requirements.txt | 3 +++ src/setup.py | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 742e4085..afb24683 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,3 +24,6 @@ termcolor==1.1.0 urllib3==1.26.2 Werkzeug==1.0.1 yarl==1.5.1 +setuptools~=49.2.1 +pyfiglet~=0.8.post1 +tabulate~=0.8.7 \ No newline at end of file diff --git a/src/setup.py b/src/setup.py index 71cc0e2b..748df92d 100644 --- a/src/setup.py +++ b/src/setup.py @@ -16,7 +16,9 @@ setuptools.setup( 'flask', 'mysql-connector', 'SQLAlchemy', - 'termcolor' + 'termcolor', + 'pyfiglet', + 'tabulate' ], entry_points={ 'console_scripts': [