forked from nirtal85/Playwright-Python-Example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
40 lines (37 loc) · 775 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
allure-pytest = "==2.9.45"
allure-python-commons = "==2.9.45"
appdirs = "==1.4.4"
assertpy = "==1.1"
atomicwrites = "==1.4.0"
attrs = "==21.2.0"
certifi = "==2021.10.8"
chardet = "==4.0.0"
colorama = "==0.4.4"
configparser = "==5.0.2"
crayons = "==0.4.0"
distlib = "==0.3.3"
filelock = "==3.3.1"
idna = "==3.3"
iniconfig = "==1.1.1"
pipenv = "==2021.5.29"
pluggy = "==1.0.0"
py = "==1.10.0"
pyparsing = "==3.0.3"
pytest = "==6.2.5"
pytest-ordering = "==0.6"
requests = "==2.26.0"
six = "==1.16.0"
toml = "==0.10.2"
urllib3 = "==1.26.7"
virtualenv = "==20.9.0"
virtualenv-clone = "==0.5.7"
playwright = "==1.16.1"
pytest-playwright = "*"
[dev-packages]
[requires]
python_version = "3.9"