diff options
Diffstat (limited to 'requirements/local.txt')
-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 |