Added dependency to mock package for Python <3.3

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
This commit is contained in:
Andreas Maier 2019-12-31 13:34:07 +01:00
parent 6987182774
commit efbe3c9f39

View file

@ -5,3 +5,4 @@
requests
tqdm
websocket-client
mock; python_version < '3.3'