You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few simple modifications necessary to enable the use of the underlying ``requests`` library that python-sparkpost uses. First, add the ``requests`` and ``requests-toolbelt`` to your project's ``requirements.txt``:
105
+
106
+
.. code-block::
107
+
108
+
requests
109
+
requests-toolbelt
110
+
111
+
Then create or update your ``appengine_config.py`` file to include the following:
0 commit comments