mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat: script to benchmark DB migrations (#13561)
This commit is contained in:
3
setup.py
3
setup.py
@@ -82,6 +82,7 @@ setup(
|
||||
"flask-migrate",
|
||||
"flask-wtf",
|
||||
"geopy",
|
||||
"graphlib-backport",
|
||||
"gunicorn>=20.0.2, <20.1",
|
||||
"humanize",
|
||||
"isodate",
|
||||
@@ -103,7 +104,7 @@ setup(
|
||||
"selenium>=3.141.0",
|
||||
"simplejson>=3.15.0",
|
||||
"slackclient==2.5.0", # PINNED! slack changes file upload api in the future versions
|
||||
"sqlalchemy>=1.3.16, <2.0, !=1.3.21",
|
||||
"sqlalchemy>=1.3.16, <1.4, !=1.3.21",
|
||||
"sqlalchemy-utils>=0.36.6,<0.37",
|
||||
"sqlparse==0.3.0", # PINNED! see https://github.com/andialbrecht/sqlparse/issues/562
|
||||
"typing-extensions>=3.7.4.3,<4", # needed to support typing.Literal on py37
|
||||
|
||||
Reference in New Issue
Block a user