docs: add cloudevents module requirement in samples (#129)

Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>

Co-authored-by: Dustin Ingram <di@users.noreply.github.com>
This commit is contained in:
Grant Timmerman 2020-10-23 02:05:28 -05:00 committed by GitHub
parent c61c3c2ce6
commit b83bfc58eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -2,3 +2,4 @@ flask
requests requests
Pillow Pillow
pytest pytest
cloudevents

View File

@ -1,3 +1,4 @@
flask flask
requests requests
pytest pytest
cloudevents