Changed deps
This commit is contained in:
parent
4f03e5ae99
commit
fcb57bd2cc
@ -24,3 +24,6 @@ termcolor==1.1.0
|
|||||||
urllib3==1.26.2
|
urllib3==1.26.2
|
||||||
Werkzeug==1.0.1
|
Werkzeug==1.0.1
|
||||||
yarl==1.5.1
|
yarl==1.5.1
|
||||||
|
setuptools~=49.2.1
|
||||||
|
pyfiglet~=0.8.post1
|
||||||
|
tabulate~=0.8.7
|
@ -16,7 +16,9 @@ setuptools.setup(
|
|||||||
'flask',
|
'flask',
|
||||||
'mysql-connector',
|
'mysql-connector',
|
||||||
'SQLAlchemy',
|
'SQLAlchemy',
|
||||||
'termcolor'
|
'termcolor',
|
||||||
|
'pyfiglet',
|
||||||
|
'tabulate'
|
||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
|
Loading…
Reference in New Issue
Block a user