Pipfile 297 Bytes
Newer Older
jiaqiying committed
1
[[source]]
jiaqiying committed
2
url = "https://mirrors.aliyun.com/pypi/simple"
jiaqiying committed
3
verify_ssl = true
jiaqiying committed
4
name = "aliyun"
jiaqiying committed
5 6

[packages]
jiaqiying committed
7 8 9 10 11
requests = "==2.22.0"
pytest = "==6.0.1"
allure-pytest = "==2.8.18"
redis = "==3.5.3"
pymysql = "==0.9.3"
12
pycryptodome = "*"
jiaqiying committed
13
xlrd = "==1.2.0"
jiaqiying committed
14 15 16 17 18

[dev-packages]

[requires]
python_version = "3.6"