Skip to content

Commit 4a28a3b

Browse files
authored
fix(setup): beam extra should install apache-beam (getsentry#751)
1 parent 2c0b5ec commit 4a28a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"django": ["django>=1.8"],
3232
"sanic": ["sanic>=0.8"],
3333
"celery": ["celery>=3"],
34-
"beam": ["beam>=2.12"],
34+
"beam": ["apache-beam>=2.12"],
3535
"rq": ["rq>=0.6"],
3636
"aiohttp": ["aiohttp>=3.5"],
3737
"tornado": ["tornado>=5"],

0 commit comments

Comments
 (0)