bugfix: instal with dependencies

This commit is contained in:
debugtalk
2018-02-26 19:34:15 +08:00
parent 7232840dc1
commit 68227f6c0e
4 changed files with 24 additions and 12 deletions

9
httprunner/__about__.py Normal file
View File

@@ -0,0 +1,9 @@
__title__ = 'HttpRunner'
__description__ = 'HTTP test runner, not just about api test and load test.'
__url__ = 'https://github.com/HttpRunner/HttpRunner'
__version__ = '0.9.6'
__author__ = 'debugtalk'
__author_email__ = 'mail@debugtalk.com'
__license__ = 'MIT'
__copyright__ = 'Copyright 2017 debugtalk'
__cake__ = u'\u2728 \U0001f370 \u2728'