diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-10 22:19:53 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-10 22:19:53 +0100 |
commit | a9a6896ef50b3d1621c210159a48c4a9267e7e5c (patch) | |
tree | 85b0c7f493e0f0ca40f65ecc573260619ba3643c | |
parent | a8c9903f37a53ac671e147f0fb5b2cf924caf5bf (diff) |
Adds stripe to dependencies
-rw-r--r-- | requirements/local.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements/local.txt b/requirements/local.txt index 0ce1688..cc28a20 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -4,6 +4,7 @@ Werkzeug[watchdog]==3.0.2 # https://github.com/pallets/werkzeug ipdb==0.13.13 # https://github.com/gotcha/ipdb psycopg[c]==3.1.19 # https://github.com/psycopg/psycopg watchfiles==0.21.0 # https://github.com/samuelcolvin/watchfiles +stripe==10.10.0 # Testing # ------------------------------------------------------------------------------ @@ -35,4 +36,4 @@ django-debug-toolbar==4.3.0 # https://github.com/jazzband/django-debug-toolbar django-coverage-plugin==3.1.0 # https://github.com/nedbat/django_coverage_plugin pytest-django==4.8.0 # https://github.com/pytest-dev/pytest-django -botocore~=1.34.93
\ No newline at end of file +botocore~=1.34.93 |