This commit is contained in:
Beto Dealmeida
2021-07-06 14:56:08 -07:00
committed by GitHub
parent 314d49c13b
commit 83be06d2cc
3 changed files with 36 additions and 63 deletions

View File

@@ -113,6 +113,9 @@ setup(
"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
"wtforms-json",
"pyparsing>=2.4.7, <3.0.0",
"holidays==0.10.3", # PINNED! https://github.com/dr-prodigy/python-holidays/issues/406
"deprecation>=2.1.0, <2.2.0",
],
extras_require={
"athena": ["pyathena>=1.10.8,<1.11"],