feat: script to benchmark DB migrations (#13561)

This commit is contained in:
Beto Dealmeida
2021-04-15 10:55:35 -07:00
committed by GitHub
parent 3294f77ca5
commit c1cb3619ab
6 changed files with 360 additions and 12 deletions

View File

@@ -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