remove requirements.txt

This commit is contained in:
httprunner
2018-02-21 23:59:19 +08:00
parent acb0c1e6f5
commit b6c5bd89d2
5 changed files with 11 additions and 11 deletions

View File

@@ -7,7 +7,14 @@ from setuptools import find_packages, setup
with io.open("README.rst", encoding='utf-8') as f:
long_description = f.read()
install_requires = open("requirements.txt").readlines()
install_requires = [
"requests",
"PyYAML",
"PyUnitReport",
"har2case",
"colorama",
"colorlog"
]
setup(
name='HttpRunner',