mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 06:13:55 +01:00
remove unused deps & update
This commit is contained in:
parent
faa7d3cb8c
commit
2972d62e2a
4 changed files with 6 additions and 28 deletions
|
@ -16,14 +16,10 @@ certifi==2023.5.7
|
|||
# via
|
||||
# requests
|
||||
# selenium
|
||||
cffi==1.15.1
|
||||
# via cryptography
|
||||
charset-normalizer==3.1.0
|
||||
# via requests
|
||||
confusable-homoglyphs==3.2.0
|
||||
# via django-registration
|
||||
cryptography==40.0.2
|
||||
# via django-anymail
|
||||
django==4.2.1
|
||||
# via
|
||||
# -r requirements.in
|
||||
|
@ -45,7 +41,7 @@ django-extensions==3.2.1
|
|||
# via -r requirements.in
|
||||
django-htmx==1.14.0
|
||||
# via -r requirements.in
|
||||
django-linear-migrations==2.7.0
|
||||
django-linear-migrations==2.8.0
|
||||
# via -r requirements.in
|
||||
django-registration==3.3
|
||||
# via -r requirements.in
|
||||
|
@ -65,8 +61,6 @@ outcome==1.2.0
|
|||
# via trio
|
||||
pillow==9.5.0
|
||||
# via -r requirements.in
|
||||
pycparser==2.21
|
||||
# via cffi
|
||||
pysocks==1.7.1
|
||||
# via urllib3
|
||||
requests==2.31.0
|
||||
|
|
|
@ -3,11 +3,9 @@ django-debug-toolbar>=3.2
|
|||
pytest>=6.0
|
||||
pytest-cov>=3.0.0
|
||||
pytest-django>=4.1.0
|
||||
pytest-html>=3.1.1
|
||||
pytest-selenium>=4.0.0
|
||||
pre-commit>=2.1
|
||||
model-bakery>=1.3.1
|
||||
freezegun>=1.1.0
|
||||
bpython>=0.22.1
|
||||
invoke>=2.0.0
|
||||
hypothesis>=6.56.4
|
||||
|
|
|
@ -41,7 +41,7 @@ click==8.1.3
|
|||
# via
|
||||
# black
|
||||
# pip-tools
|
||||
coverage[toml]==7.2.6
|
||||
coverage[toml]==7.2.7
|
||||
# via pytest-cov
|
||||
curtsies==0.4.1
|
||||
# via bpython
|
||||
|
@ -67,15 +67,13 @@ exceptiongroup==1.1.1
|
|||
# trio-websocket
|
||||
filelock==3.12.0
|
||||
# via virtualenv
|
||||
freezegun==1.2.2
|
||||
# via -r requirements-dev.in
|
||||
greenlet==2.0.2
|
||||
# via bpython
|
||||
h11==0.14.0
|
||||
# via
|
||||
# -c constraints.txt
|
||||
# wsproto
|
||||
hypothesis==6.75.6
|
||||
hypothesis==6.75.9
|
||||
# via -r requirements-dev.in
|
||||
identify==2.5.24
|
||||
# via pre-commit
|
||||
|
@ -142,17 +140,13 @@ pytest-cov==4.1.0
|
|||
pytest-django==4.5.2
|
||||
# via -r requirements-dev.in
|
||||
pytest-html==3.2.0
|
||||
# via
|
||||
# -r requirements-dev.in
|
||||
# pytest-selenium
|
||||
# via pytest-selenium
|
||||
pytest-metadata==3.0.0
|
||||
# via pytest-html
|
||||
pytest-selenium==4.0.1
|
||||
# via -r requirements-dev.in
|
||||
pytest-variables==3.0.0
|
||||
# via pytest-selenium
|
||||
python-dateutil==2.8.2
|
||||
# via freezegun
|
||||
pyxdg==0.28
|
||||
# via bpython
|
||||
pyyaml==6.0
|
||||
|
@ -170,9 +164,7 @@ selenium==4.9.1
|
|||
# -c constraints.txt
|
||||
# pytest-selenium
|
||||
six==1.16.0
|
||||
# via
|
||||
# blessed
|
||||
# python-dateutil
|
||||
# via blessed
|
||||
sniffio==1.3.0
|
||||
# via
|
||||
# -c constraints.txt
|
||||
|
|
|
@ -16,14 +16,10 @@ certifi==2023.5.7
|
|||
# via
|
||||
# requests
|
||||
# selenium
|
||||
cffi==1.15.1
|
||||
# via cryptography
|
||||
charset-normalizer==3.1.0
|
||||
# via requests
|
||||
confusable-homoglyphs==3.2.0
|
||||
# via django-registration
|
||||
cryptography==40.0.2
|
||||
# via django-anymail
|
||||
django==4.2.1
|
||||
# via
|
||||
# -r requirements.in
|
||||
|
@ -45,7 +41,7 @@ django-extensions==3.2.1
|
|||
# via -r requirements.in
|
||||
django-htmx==1.14.0
|
||||
# via -r requirements.in
|
||||
django-linear-migrations==2.7.0
|
||||
django-linear-migrations==2.8.0
|
||||
# via -r requirements.in
|
||||
django-registration==3.3
|
||||
# via -r requirements.in
|
||||
|
@ -65,8 +61,6 @@ outcome==1.2.0
|
|||
# via trio
|
||||
pillow==9.5.0
|
||||
# via -r requirements.in
|
||||
pycparser==2.21
|
||||
# via cffi
|
||||
pysocks==1.7.1
|
||||
# via urllib3
|
||||
requests==2.31.0
|
||||
|
|
Loading…
Reference in a new issue