mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-22 08:08:04 +01:00
Update dependencies
This commit is contained in:
parent
a109325847
commit
b650a551fc
3 changed files with 13 additions and 1 deletions
|
@ -8,12 +8,16 @@ asgiref==3.7.2
|
|||
# via django
|
||||
certifi==2023.5.7
|
||||
# via requests
|
||||
cffi==1.15.1
|
||||
# via cryptography
|
||||
charset-normalizer==3.1.0
|
||||
# via requests
|
||||
contourpy==1.1.0
|
||||
# via matplotlib
|
||||
crispy-bootstrap5==0.7
|
||||
# via -r requirements.in
|
||||
cryptography==41.0.1
|
||||
# via django-anymail
|
||||
cycler==0.11.0
|
||||
# via matplotlib
|
||||
django==4.2.2
|
||||
|
@ -66,6 +70,8 @@ pillow==9.5.0
|
|||
# via
|
||||
# -r requirements.in
|
||||
# matplotlib
|
||||
pycparser==2.21
|
||||
# via cffi
|
||||
pyparsing==3.1.0
|
||||
# via matplotlib
|
||||
python-dateutil==2.8.2
|
||||
|
|
|
@ -45,7 +45,7 @@ exceptiongroup==1.1.1
|
|||
# via trio-websocket
|
||||
factory-boy==3.2.1
|
||||
# via -r requirements-dev.in
|
||||
faker==18.11.1
|
||||
faker==18.11.2
|
||||
# via factory-boy
|
||||
filelock==3.12.2
|
||||
# via virtualenv
|
||||
|
|
|
@ -8,12 +8,16 @@ asgiref==3.7.2
|
|||
# via django
|
||||
certifi==2023.5.7
|
||||
# via requests
|
||||
cffi==1.15.1
|
||||
# via cryptography
|
||||
charset-normalizer==3.1.0
|
||||
# via requests
|
||||
contourpy==1.1.0
|
||||
# via matplotlib
|
||||
crispy-bootstrap5==0.7
|
||||
# via -r requirements.in
|
||||
cryptography==41.0.1
|
||||
# via django-anymail
|
||||
cycler==0.11.0
|
||||
# via matplotlib
|
||||
django==4.2.2
|
||||
|
@ -66,6 +70,8 @@ pillow==9.5.0
|
|||
# via
|
||||
# -r requirements.in
|
||||
# matplotlib
|
||||
pycparser==2.21
|
||||
# via cffi
|
||||
pyparsing==3.1.0
|
||||
# via matplotlib
|
||||
python-dateutil==2.8.2
|
||||
|
|
Loading…
Reference in a new issue