Pipfile 278 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 12
requests = "==2.22.0"
xlrd = "==2.0.0"
pytest = "==6.0.1"
allure-pytest = "==2.8.18"
redis = "==3.5.3"
pymysql = "==0.9.3"
jiaqiying committed
13 14 15 16 17

[dev-packages]

[requires]
python_version = "3.6"