mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-22 08:08:04 +01:00
fix deps
This commit is contained in:
parent
a32fb5608d
commit
d0d74b549f
2 changed files with 12 additions and 0 deletions
|
@ -8,12 +8,16 @@ asgiref==3.7.2
|
|||
# via django
|
||||
certifi==2023.7.22
|
||||
# via requests
|
||||
cffi==1.16.0
|
||||
# via cryptography
|
||||
charset-normalizer==3.3.1
|
||||
# via requests
|
||||
contourpy==1.1.1
|
||||
# via matplotlib
|
||||
crispy-bootstrap5==0.7
|
||||
# via -r requirements.in
|
||||
cryptography==41.0.4
|
||||
# via django-anymail
|
||||
cycler==0.12.1
|
||||
# via matplotlib
|
||||
django==4.2.6
|
||||
|
@ -70,6 +74,8 @@ pillow==10.1.0
|
|||
# via
|
||||
# -r requirements.in
|
||||
# matplotlib
|
||||
pycparser==2.21
|
||||
# via cffi
|
||||
pyparsing==3.1.1
|
||||
# via matplotlib
|
||||
python-dateutil==2.8.2
|
||||
|
|
|
@ -8,12 +8,16 @@ asgiref==3.7.2
|
|||
# via django
|
||||
certifi==2023.7.22
|
||||
# via requests
|
||||
cffi==1.16.0
|
||||
# via cryptography
|
||||
charset-normalizer==3.3.1
|
||||
# via requests
|
||||
contourpy==1.1.1
|
||||
# via matplotlib
|
||||
crispy-bootstrap5==0.7
|
||||
# via -r requirements.in
|
||||
cryptography==41.0.4
|
||||
# via django-anymail
|
||||
cycler==0.12.1
|
||||
# via matplotlib
|
||||
django==4.2.6
|
||||
|
@ -70,6 +74,8 @@ pillow==10.1.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