[sql] Adding lighweight Table class (#9649)

Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
John Bodley
2020-04-30 08:38:02 -07:00
committed by GitHub
parent f7f60cc75d
commit 3b0f8e9c8a
8 changed files with 202 additions and 169 deletions

View File

@@ -75,6 +75,7 @@ setup(
"contextlib2",
"croniter>=0.3.28",
"cryptography>=2.4.2",
"dataclasses<0.7",
"flask>=1.1.0, <2.0.0",
"flask-appbuilder>=2.3.2, <2.4.0",
"flask-caching",