Skip to content

Commit 42af8f8

Browse files
committed
crispy forms now installing
1 parent c5f82f8 commit 42af8f8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

django/requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ django-select2-forms
2828
django-datetime-widget
2929
django-email-obfuscator
3030
django-unfold
31+
django-crispy-forms
3132

3233
## File manager app
3334
django-filer

django/requirements.txt

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
55
# pip-compile --strip-extras requirements.in
@@ -26,8 +26,6 @@ asgiref==3.8.1
2626
# django-cors-headers
2727
astroid==3.3.11
2828
# via pylint
29-
async-timeout==5.0.1
30-
# via redis
3129
atomicwrites==1.4.1
3230
# via vdirsyncer
3331
attrs==25.3.0
@@ -100,6 +98,7 @@ django==4.2.25
10098
# -r requirements.in
10199
# dj-rest-auth
102100
# django-cors-headers
101+
# django-crispy-forms
103102
# django-datetime-widget
104103
# django-filer
105104
# django-filter
@@ -117,6 +116,8 @@ django==4.2.25
117116
# wagtail
118117
django-cors-headers==4.7.0
119118
# via -r requirements.in
119+
django-crispy-forms==2.4
120+
# via -r requirements.in
120121
django-datetime-widget==0.9.3
121122
# via -r requirements.in
122123
django-email-obfuscator==0.1.5
@@ -168,8 +169,6 @@ frozenlist==1.6.0
168169
# via
169170
# aiohttp
170171
# aiosignal
171-
greenlet==3.2.4
172-
# via sqlalchemy
173172
html2text==2025.4.15
174173
# via -r requirements.in
175174
html5lib==1.1
@@ -353,9 +352,7 @@ transaction==5.0
353352
types-python-dateutil==2.9.0.20250822
354353
# via arrow
355354
typing-extensions==4.13.2
356-
# via
357-
# aiosignal
358-
# jwcrypto
355+
# via jwcrypto
359356
tzdata==2025.2
360357
# via
361358
# icalendar
@@ -385,7 +382,9 @@ webencodings==0.5.1
385382
# html5lib
386383
# tinycss2
387384
willow==1.6.3
388-
# via wagtail
385+
# via
386+
# wagtail
387+
# willow
389388
x-wr-timezone==2.0.1
390389
# via recurring-ical-events
391390
xmlschema==2.5.1
@@ -416,5 +415,5 @@ zope-proxy==6.1
416415
# The following packages are considered to be unsafe in a requirements file:
417416
# setuptools
418417

419-
# Packages added/managed by install_dependencies.sh:
418+
# Packages added/managed by install.py:
420419
sepa==0.5.4+mst1

0 commit comments

Comments
 (0)