mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-21 23:58:02 +01:00
fix deps
This commit is contained in:
parent
dd83367d84
commit
53753c7c7d
2 changed files with 12 additions and 0 deletions
|
@ -10,12 +10,16 @@ asgiref==3.7.2
|
|||
# django-htmx
|
||||
certifi==2023.11.17
|
||||
# via requests
|
||||
cffi==1.16.0
|
||||
# via cryptography
|
||||
charset-normalizer==3.3.2
|
||||
# via requests
|
||||
contourpy==1.2.0
|
||||
# via matplotlib
|
||||
crispy-bootstrap5==2023.10
|
||||
# via -r requirements.in
|
||||
cryptography==41.0.7
|
||||
# via django-anymail
|
||||
cycler==0.12.1
|
||||
# via matplotlib
|
||||
django==5.0.1
|
||||
|
@ -72,6 +76,8 @@ pillow==10.2.0
|
|||
# via
|
||||
# -r requirements.in
|
||||
# matplotlib
|
||||
pycparser==2.21
|
||||
# via cffi
|
||||
pyparsing==3.1.1
|
||||
# via matplotlib
|
||||
python-dateutil==2.8.2
|
||||
|
|
|
@ -10,12 +10,16 @@ asgiref==3.7.2
|
|||
# django-htmx
|
||||
certifi==2023.11.17
|
||||
# via requests
|
||||
cffi==1.16.0
|
||||
# via cryptography
|
||||
charset-normalizer==3.3.2
|
||||
# via requests
|
||||
contourpy==1.2.0
|
||||
# via matplotlib
|
||||
crispy-bootstrap5==2023.10
|
||||
# via -r requirements.in
|
||||
cryptography==41.0.7
|
||||
# via django-anymail
|
||||
cycler==0.12.1
|
||||
# via matplotlib
|
||||
django==5.0.1
|
||||
|
@ -72,6 +76,8 @@ pillow==10.2.0
|
|||
# via
|
||||
# -r requirements.in
|
||||
# matplotlib
|
||||
pycparser==2.21
|
||||
# via cffi
|
||||
pyparsing==3.1.1
|
||||
# via matplotlib
|
||||
python-dateutil==2.8.2
|
||||
|
|
Loading…
Reference in a new issue