Django>=3.2
beautifulsoup4>=4.9.0

[all]
django-test-enforcer[playwright]
django-test-enforcer[selenium]
django-test-enforcer[dev]

[dev]
pytest>=7.0.0
pytest-django>=4.5.0
black>=22.0.0
isort>=5.10.0
flake8>=4.0.0
mypy>=0.950

[playwright]
playwright>=1.20.0
pytest-playwright>=0.3.0

[selenium]
selenium>=4.0.0
