checkout/requirements-dev.txt

184 lines
3.5 KiB
Plaintext
Raw Normal View History

2023-03-25 20:01:14 +01:00
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --allow-unsafe --resolver=backtracking requirements-dev.in
#
asgiref==3.6.0
# via
# -c constraints.txt
# django
async-generator==1.10
# via trio
2023-04-17 20:04:58 +02:00
attrs==23.1.0
2023-03-25 20:01:14 +01:00
# via
# outcome
# pytest
# trio
2023-04-03 20:16:48 +02:00
black==23.3.0
2023-03-25 20:01:14 +01:00
# via -r requirements-dev.in
build==0.10.0
# via pip-tools
2023-05-08 20:04:41 +02:00
certifi==2023.5.7
2023-03-25 20:01:14 +01:00
# via
# -c constraints.txt
# requests
# selenium
cfgv==3.3.1
# via pre-commit
charset-normalizer==3.1.0
# via
# -c constraints.txt
# requests
click==8.1.3
# via
# black
# pip-tools
2023-05-01 20:04:57 +02:00
coverage[toml]==7.2.5
2023-03-25 20:01:14 +01:00
# via pytest-cov
distlib==0.3.6
# via virtualenv
2023-05-08 20:04:41 +02:00
django==4.2.1
2023-03-25 20:01:14 +01:00
# via
# -c constraints.txt
# model-bakery
exceptiongroup==1.1.1
# via trio-websocket
factory-boy==3.2.1
# via -r requirements-dev.in
2023-05-08 20:04:41 +02:00
faker==18.6.2
2023-03-25 20:01:14 +01:00
# via factory-boy
2023-04-22 09:57:57 +02:00
filelock==3.12.0
2023-03-25 20:01:14 +01:00
# via virtualenv
h11==0.14.0
# via wsproto
2023-05-08 20:04:41 +02:00
identify==2.5.24
2023-03-25 20:01:14 +01:00
# via pre-commit
idna==3.4
# via
# -c constraints.txt
# requests
# trio
iniconfig==2.0.0
# via pytest
2023-05-08 20:04:41 +02:00
invoke==2.1.1
2023-03-25 20:01:14 +01:00
# via -r requirements-dev.in
2023-04-10 20:16:35 +02:00
model-bakery==1.11.0
2023-03-25 20:01:14 +01:00
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via black
nodeenv==1.7.0
# via pre-commit
outcome==1.2.0
# via trio
2023-04-17 20:04:58 +02:00
packaging==23.1
2023-03-25 20:01:14 +01:00
# via
# -c constraints.txt
# black
# build
# pytest
pathspec==0.11.1
# via black
2023-04-10 20:16:35 +02:00
pip-tools==6.13.0
2023-03-25 20:01:14 +01:00
# via -r requirements-dev.in
2023-05-01 20:04:57 +02:00
platformdirs==3.5.0
2023-03-25 20:01:14 +01:00
# via
# black
# virtualenv
pluggy==1.0.0
# via pytest
2023-05-08 20:04:41 +02:00
pre-commit==3.3.1
2023-03-25 20:01:14 +01:00
# via -r requirements-dev.in
py==1.11.0
# via
# pytest
# pytest-html
pyproject-hooks==1.0.0
# via build
pysocks==1.7.1
# via urllib3
pytest==6.2.5
# via
# -r requirements-dev.in
# pytest-base-url
# pytest-cov
# pytest-django
# pytest-html
# pytest-metadata
# pytest-selenium
# pytest-variables
pytest-base-url==2.0.0
# via pytest-selenium
pytest-cov==4.0.0
# via -r requirements-dev.in
pytest-django==4.5.2
# via -r requirements-dev.in
pytest-html==3.2.0
# via pytest-selenium
pytest-metadata==2.0.4
# via pytest-html
pytest-selenium==4.0.0
# via -r requirements-dev.in
pytest-variables==2.0.0
# via pytest-selenium
python-dateutil==2.8.2
# via
# -c constraints.txt
# faker
pyyaml==6.0
# via pre-commit
2023-05-08 20:04:41 +02:00
requests==2.30.0
2023-03-25 20:01:14 +01:00
# via
# -c constraints.txt
# pytest-base-url
# pytest-selenium
2023-05-08 20:04:41 +02:00
ruff==0.0.265
2023-03-25 20:01:14 +01:00
# via -r requirements-dev.in
2023-05-08 20:04:41 +02:00
selenium==4.9.1
2023-03-25 20:01:14 +01:00
# via
# -r requirements-dev.in
# pytest-selenium
six==1.16.0
# via
# -c constraints.txt
# python-dateutil
# tenacity
sniffio==1.3.0
# via trio
sortedcontainers==2.4.0
# via trio
2023-04-22 09:57:57 +02:00
sqlparse==0.4.4
2023-03-25 20:01:14 +01:00
# via
# -c constraints.txt
# django
tenacity==6.3.1
# via pytest-selenium
toml==0.10.2
# via pytest
trio==0.22.0
# via
# selenium
# trio-websocket
trio-websocket==0.10.2
# via selenium
2023-05-08 20:04:41 +02:00
urllib3[socks]==2.0.2
2023-03-25 20:01:14 +01:00
# via
# -c constraints.txt
# requests
# selenium
2023-05-01 20:04:57 +02:00
virtualenv==20.23.0
2023-03-25 20:01:14 +01:00
# via pre-commit
wheel==0.40.0
# via pip-tools
wsproto==1.2.0
# via trio-websocket
# The following packages are considered to be unsafe in a requirements file:
2023-05-01 20:04:57 +02:00
pip==23.1.2
2023-03-25 20:01:14 +01:00
# via pip-tools
2023-04-24 20:04:38 +02:00
setuptools==67.7.2
2023-03-25 20:01:14 +01:00
# via
# -c constraints.txt
# nodeenv
# pip-tools