mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-02 06:19:34 +08:00
remove requirements.txt
This commit is contained in:
9
setup.py
9
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user