python 3.11 required + token/scenario as cmd line arg
- python 3.11 required (was python 3.10+ before), the main reason is usage of
SpooledTemporaryFileto fully implement IOBase abstract so it can be used asdatainside aiohttp request in order to reduce memory footprint inside the test client. - README updated accordingly
- add
-t/--tokenand-s/--scenarioas command line parameter.