Pin slack client, breaking change (#10345)

Co-authored-by: bogdan kyryliuk <bogdankyryliuk@dropbox.com>
This commit is contained in:
Bogdan
2020-07-20 09:20:05 -07:00
committed by GitHub
parent 7af8b2b3f8
commit 7075c2ff69
3 changed files with 12 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ setup(
"retry>=0.9.2",
"selenium>=3.141.0",
"simplejson>=3.15.0",
"slackclient>=2.6.2",
"slackclient==2.5.0", # PINNED! slack changes file upload api in the future versions
"sqlalchemy>=1.3.16, <2.0",
"sqlalchemy-utils>=0.36.6,<0.37",
"sqlparse==0.3.0", # PINNED! see https://github.com/andialbrecht/sqlparse/issues/562