[tool.poetry] name = "httprunner" version = "2.2.7" description = "One-stop solution for HTTP(S) testing." license = "Apache-2.0" readme = "README.md" authors = ["debugtalk "] homepage = "https://github.com/HttpRunner/HttpRunner" repository = "https://github.com/HttpRunner/HttpRunner" documentation = "https://cn.httprunner.org" keywords = ["HTTP", "api", "test", "requests", "locustio"] classifiers = [ "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries :: Python Modules" ] include = ["CHANGELOG.md", "httprunner/static/*"] [tool.poetry.dependencies] python = "~2.7 || ^3.5" requests = "*" requests-toolbelt = "*" pyyaml = "^5.1" jinja2 = "*" har2case = "*" colorama = "*" colorlog = "*" filetype = "*" future = { version = "^0.17.1", python = "~2.7" } jsonpath = "*" [tool.poetry.dev-dependencies] flask = "<1.0.0" coverage = "*" coveralls = "*" contextlib2 = "*" locustio = "*" [tool.poetry.scripts] hrun = "httprunner.cli:main" ate = "httprunner.cli:main" httprunner = "httprunner.cli:main" locusts = "httprunner.plugins.locusts:main" [build-system] requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api"