Skip to content

Commit bffe5e0

Browse files
author
gdgate
authored
Merge pull request #233 from hkad98/fix
TRIVIAL: fix missing requirement in setup.py Reviewed-by: https://github.com/pcerny
2 parents 3145c09 + 24c3c80 commit bffe5e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gooddata-sdk/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"pyyaml>=5.1",
1717
"attrs==21.4.0",
1818
"cattrs==22.1.0",
19+
"brotli==1.0.9",
1920
]
2021

2122

0 commit comments

Comments
 (0)