update stripelib, stripe.js

pull/94/head
eric 2024-03-25 11:04:02 -04:00
parent 7afff5ff4c
commit 4fc255746f
3 changed files with 5 additions and 5 deletions

View File

@ -28,12 +28,12 @@ pypdf2 = "==1.27.5"
boto3 = "==1.17.91"
pymarc = "==4.2.1"
beautifulsoup4 = "==4.11.1"
gitberg = "==0.8.0"
gitberg = "==0.8.7"
risparser = "==0.4.3"
pyoai = "==2.5.0"
django-jsonfield = "==1.0.0"
mechanize = "==0.4.5"
stripe = "==2.48.0"
stripe = "==2.76.0"
selenium = "==3.141.0"
requests-mock = "==1.8.0"
redis = "==3.5.3"

View File

@ -1,6 +1,6 @@
<link href="/static/stripe/tag.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="https://js.stripe.com/v1/"></script>
<script type="text/javascript" src="https://js.stripe.com/v2/"></script>
<script type="text/javascript">
Stripe.setPublishableKey('{{ STRIPE_PK }}');

View File

@ -38,7 +38,7 @@ django-storages==1.5.2
django-tastypie==0.14.1
docopt==0.6.2
filelock==3.13.1; python_version >= '3.8'
gitberg==0.8.0
gitberg==0.8.7
gitdb==4.0.11; python_version >= '3.7'
github3.py==4.0.1; python_version >= '3.7'
gitpython==3.1.40; python_version >= '3.7'
@ -99,7 +99,7 @@ social-auth-core==4.5.1; python_version >= '3.8'
sorl-thumbnail==12.6.3; python_version >= '3.4'
soupsieve==2.5; python_version >= '3.8'
sparqlwrapper==2.0.0; python_version >= '3.7'
stripe==2.48.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
stripe==2.76.0
svglib==1.5.1; python_version >= '3.7'
tinycss2==1.2.1; python_version >= '3.7'
tomli==2.0.1; python_version < '3.11'