requirements.txt 1.47 KB
Newer Older
jiaqiying committed
1 2 3 4 5 6 7 8 9 10 11 12 13
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
#    pipenv lock --requirements --dev
#

# Note: in pipenv 2020.x, "--dev" changed to emit both default and development
# requirements. To emit only development requirements, pass "--dev-only".

-i https://mirrors.aliyun.com/pypi/simple
allure-pytest==2.8.18
allure-python-commons==2.8.18
14
attrs==21.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
jiaqiying committed
15 16 17 18 19 20 21 22 23
certifi==2020.12.5
chardet==3.0.4
idna==2.8
importlib-metadata==4.0.1; python_version < '3.8'
iniconfig==1.1.1
more-itertools==8.7.0; python_version >= '3.5'
packaging==20.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pluggy==0.13.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
py==1.10.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
24
pycryptodome==3.10.1
jiaqiying committed
25 26 27
pymysql==0.9.3
pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytest==6.0.1
28
pytest-ordering==0.6
jiaqiying committed
29 30 31 32
redis==3.5.3
requests==2.22.0
six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
33
typing-extensions==3.10.0.0; python_version < '3.8'
jiaqiying committed
34
urllib3==1.25.11; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
taoke committed
35
xlrd==1.2.0
jiaqiying committed
36
zipp==3.4.1; python_version >= '3.6'
taoke committed
37
dict==2020.12.3
taoke committed
38
config==0.5.1
taoke committed
39