diff --git a/README.md b/README.md index bc8eafc..4b5d196 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ You can install the respective extension by calling `localstack install ", endpoint=endpoint, ) + # modern mounts + router.add( + "/_extension/stripe", + endpoint=endpoint, + ) + router.add( + "/_extension/stripe/", + endpoint=endpoint, + ) # add alternative host routes for stripe.localhost.localstack.cloud:4566 router.add( "/", diff --git a/stripe/setup.cfg b/stripe/setup.cfg index 4de70aa..ab85e52 100644 --- a/stripe/setup.cfg +++ b/stripe/setup.cfg @@ -27,9 +27,8 @@ setup_requires = wheel plux>=1.3 install_requires = - stevedore>=3.4 plux>=1.3 - localstack-localstripe>=1.13.8 + localstack-localstripe>=1.15.6 test_requires = pytest>=6.2.4