mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 21:57:12 -05:00
add missing mock requirement
This commit is contained in:
parent
955f21e594
commit
408e34d108
1 changed files with 1 additions and 0 deletions
|
|
@ -5,5 +5,6 @@ requests
|
||||||
decorator
|
decorator
|
||||||
markdown
|
markdown
|
||||||
jsonschema
|
jsonschema
|
||||||
|
mock
|
||||||
psutil; sys_platform == "win32"
|
psutil; sys_platform == "win32"
|
||||||
distro; sys_platform != "win32" and sys_platform != "darwin"
|
distro; sys_platform != "win32" and sys_platform != "darwin"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue