forked from appium/python-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
28 lines (20 loc) · 374 Bytes
/
Pipfile
File metadata and controls
28 lines (20 loc) · 374 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pre-commit = "~=2.1"
[packages]
selenium = "~=3.141"
autopep8 = "~=1.5"
pytest = "~=5.3"
pytest-cov = "~=2.8"
tox = "~=3.14"
tox-travis = "~=0.12"
httpretty = "~=0.9"
python-dateutil = "~=2.8"
mock = "~=4.0"
pylint = "~=2.4"
astroid = "~=2.3"
isort = "~=4.3"
mypy = "==0.761"