GoogleCloudPlatform / appengine-python-standard

Google App Engine services SDK for Python 3
Apache License 2.0
70 stars 47 forks source link

Add `deferred` to the list of available modules in README.md #96

Open kamilturek opened 1 year ago

kamilturek commented 1 year ago

This PR adds the google.appengine.ext.deferred module to the list of available modules in the README.md file.

Recently I got confused as I thought the deferred module is not available in the SDK but then realized it is present in the package. Therefore, I'd like to add it to the list with this PR.