# Developer and CI only requirements.

# Include all prod requirements.
-r requirements.txt

# invoke
invoke==2.2.0

# pytest
astroid==2.15.6
coverage==7.3.1
dill==0.3.7
iniconfig==2.0.0
isort==5.12.0
lazy-object-proxy==1.9.0
mccabe==0.7.0
packaging==23.1
pluggy==1.3.0
pylint==2.17.5
pytest==7.4.2
tomlkit==0.12.1
wrapt==1.15.0

# pytest-splinter/selenium
attrs==23.1.0
h11==0.14.0
outcome==1.3.0.post0
PySocks==1.7.1
pytest-splinter==3.3.2
selenium==4.14.0
sniffio==1.3.0
sortedcontainers==2.4.0
splinter==0.19.0
trio==0.22.2
trio-websocket==0.11.1
wsproto==1.2.0

# playwright
playwright==1.39.0
pyee==11.0.1
pytest-base-url==2.0.0
pytest-playwright==0.4.3
python-slugify==8.0.1

# pytest-bdd
Mako==1.2.4
parse==1.19.1
parse-type==0.6.2
pytest-bdd==7.0.0
six==1.16.0

# flit
flit==3.9.0
flit_core==3.9.0

# black
black==23.10.1
mypy-extensions==1.0.0
pathspec==0.11.2

# pre-commit
cfgv==3.4.0
distlib==0.3.7
filelock==3.13.1
identify==2.5.31
nodeenv==1.8.0
pre-commit==3.5.0
virtualenv==20.24.6
