Skip to content

Commit b5b843f

Browse files
committed
Add missing dependencies in documentation
Signed-off-by: Marenz <[email protected]>
1 parent 2c110b0 commit b5b843f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies and run `pytest` manually.
3535

3636
```sh
3737
python -m pip install .
38-
python -m pip install pytest pytest-asyncio
38+
python -m pip install pytest pytest-asyncio pytest-mock time_machine async_solipsism
3939

4040
# And for example
4141
pytest tests/test_sdk.py

0 commit comments

Comments
 (0)