File tree Expand file tree Collapse file tree 4 files changed +22
-21
lines changed Expand file tree Collapse file tree 4 files changed +22
-21
lines changed Original file line number Diff line number Diff line change @@ -4,22 +4,22 @@ verify_ssl = true
44name = " pypi"
55
66[packages ]
7- django-extensions = " ==3.1.2 "
7+ django-extensions = " ==3.2.3 "
88django-bootstrap5 = " ==23.3"
99django-braces = " ==1.14.0"
1010pytz = " ==2021.1"
1111django-cron = " ==0.6.0"
1212html2text = " ==2020.1.16"
1313django-tinymce = " ==4.1.0"
1414mollie-api-python = " ==2.12.0"
15- django-hijack = " ==3.2.6 "
15+ django-hijack = " ==3.6.2 "
1616jsonfield = " ==3.1.0"
1717openpyxl = " ==3.1.0"
1818simplejson = " ==3.18.3"
1919django-nose = " ==1.4.7"
2020nose = " ==1.3.7"
21- django-recaptcha = " ==3 .0.0"
22- django-constance = {version = " ==2.9.1 " , extras = [" database" ]}
21+ django-recaptcha = " ==4 .0.0"
22+ django-constance = {version = " ==3.1.0 " , extras = [" database" ]}
2323django-picklefield = " ==3.2.0"
2424psycopg2-binary = " ==2.8.6"
2525Django = " ==4.2.16"
Original file line number Diff line number Diff line change 1- from captcha .fields import ReCaptchaField
2- from captcha .widgets import ReCaptchaV2Checkbox
1+ from django_recaptcha .fields import ReCaptchaField
2+ from django_recaptcha .widgets import ReCaptchaV2Checkbox
33from django import forms
44from django .conf import settings
55from django .contrib .auth .forms import ReadOnlyPasswordHashField
Original file line number Diff line number Diff line change 5252 'braces' ,
5353 'django_bootstrap5' ,
5454 "django_cron" ,
55- "captcha " ,
55+ "django_recaptcha " ,
5656
5757 'mailing' ,
5858 'accounts' ,
You can’t perform that action at this time.
0 commit comments