[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
pre-commit = "~=2.13"

[packages]
selenium = "4.0.0.rc3"

black = "==20.8b1"

pytest = "~=6.2"
pytest-cov = "~=2.12"

tox = "~=3.24"

httpretty = "~=1.0"
python-dateutil = "~=2.8"
types-python-dateutil = "~=0.1"
mock = "~=4.0"

pylint = "~=2.10"
astroid = "~=2.7"
isort = "~=5.8"

mypy = "~=0.910"
