update requirements

This commit is contained in:
smile 2025-04-04 23:52:00 +02:00
parent 50d2c402ad
commit 2623444b11
2 changed files with 8 additions and 1 deletions

7
requirements.in Normal file
View file

@ -0,0 +1,7 @@
Django<5
django-auth-ldap
django-crispy-forms
gunicorn
pycrypto
passlib
requests

View file

@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with python 3.9 # This file is autogenerated by pip-compile with python 3.9
# To update, run: # To update, run:
# #
# pip-compile # pip-compile requirements.in
# #
asgiref==3.5.2 asgiref==3.5.2
# via django # via django