Skip to content

Commit

Permalink
Adding crispy forms to requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
gm3dmo committed Oct 18, 2023
1 parent 2133dc8 commit cb55918
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ sentry-sdk
pytest-cov # used to generate coverage report
flake8 # used to check code style
black # used to format code
whitenoise
whitenoise
django-crispy-forms
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ coverage[toml]==7.3.1
django==4.2.5
# via
# -r requirements.in
# django-crispy-forms
# django-debug-toolbar
# django-htmx
django-crispy-forms==2.1
# via -r requirements.in
django-debug-toolbar==4.2.0
# via -r requirements.in
django-environ==0.11.2
Expand Down

0 comments on commit cb55918

Please sign in to comment.