[[source]] name = "pypi" url = "https://pypi.org/simple" verify_ssl = true [dev-packages] pre-commit = "~=1.13" [packages] selenium = "~=3.141" autopep8 = "~=1.5" pytest = "~=4.0" pytest-cov = "~=2.8" tox = "~=3.14" tox-travis = "~=0.12" httpretty = "~=0.9" python-dateutil = "~=2.8" mock = "~=3.0" # TODO Update to the latest ver when py2 support dropped pylint = "~=1.9" astroid = "~=1.6" isort = "~=4.3"