-
Notifications
You must be signed in to change notification settings - Fork 9
/
Pipfile
47 lines (44 loc) · 920 Bytes
/
Pipfile
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
appdirs = "==1.4.4"
atomicwrites = "==1.4.0"
attrs = "==20.3.0"
black = "==20.8b1"
certifi = "==2020.12.5"
chardet = "==4.0.0"
click = "==7.1.2"
colorama = "==0.4.4"
flake8 = "==3.8.4"
greenlet = "==1.0.0"
idna = "==2.10"
iniconfig = "==1.1.1"
isort = "==5.7.0"
mccabe = "==0.6.1"
mypy-extensions = "==0.4.3"
pathspec = "==0.8.1"
playwright = "==1.8.0a1"
pluggy = "==0.13.1"
py = "==1.10.0"
pycodestyle = "==2.6.0"
pydocstyle = "==5.1.1"
pyee = "==8.1.0"
pyflakes = "==2.2.0"
pyparsing = "==2.4.7"
pytest = "==6.2.2"
pytest-base-url = "==1.4.2"
pytest-playwright = "==0.0.11"
regex = "==2020.11.13"
requests = "==2.25.1"
snowballstemmer = "==2.1.0"
toml = "==0.10.2"
typed-ast = "==1.4.2"
typing-extensions = "==3.7.4.3"
urllib3 = "==1.26.2"
pytest-asyncio = "*"
pytest-xdist = "*"
[dev-packages]
[requires]
python_version = "3.9"