-
Notifications
You must be signed in to change notification settings - Fork 46
/
requirements-dev.txt
68 lines (59 loc) · 999 Bytes
/
requirements-dev.txt
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Developer and CI only requirements.
# Include all prod requirements.
-r requirements.txt
# invoke
invoke==2.2.0
# pytest
astroid==2.15.6
coverage==7.3.1
dill==0.3.7
iniconfig==2.0.0
isort==5.12.0
lazy-object-proxy==1.9.0
mccabe==0.7.0
packaging==23.1
pluggy==1.3.0
pylint==2.17.5
pytest==7.4.2
tomlkit==0.12.1
wrapt==1.15.0
# pytest-splinter/selenium
attrs==23.1.0
h11==0.14.0
outcome==1.3.0.post0
PySocks==1.7.1
pytest-splinter==3.3.2
selenium==4.14.0
sniffio==1.3.0
sortedcontainers==2.4.0
splinter==0.19.0
trio==0.22.2
trio-websocket==0.11.1
wsproto==1.2.0
# playwright
playwright==1.39.0
pyee==11.0.1
pytest-base-url==2.0.0
pytest-playwright==0.4.3
python-slugify==8.0.1
# pytest-bdd
Mako==1.2.4
parse==1.19.1
parse-type==0.6.2
pytest-bdd==7.0.0
six==1.16.0
# flit
flit==3.9.0
flit_core==3.9.0
# black
black==23.10.1
mypy-extensions==1.0.0
pathspec==0.11.2
# pre-commit
cfgv==3.4.0
distlib==0.3.7
filelock==3.13.1
identify==2.5.31
nodeenv==1.8.0
pre-commit==3.5.0
virtualenv==20.24.6