change: make allure-pytest, requests-toolbelt, filetype as optional dependencies

This commit is contained in:
debugtalk
2020-05-28 18:21:33 +08:00
parent 9e0bd12b6c
commit ed3c937be6
3 changed files with 17 additions and 5 deletions

View File

@@ -14,6 +14,10 @@
- fix: ensure compatibility with deprecated cli args in v2
- fix: UnicodeDecodeError when request body in protobuf
**Changed**
- change: make `allure-pytest`, `requests-toolbelt`, `filetype` as optional dependencies
## 3.0.5 (2020-05-22)
**Added**