Skip to content

Commit f70fd05

Browse files
Add missing dependencies in documentation (#114)
2 parents 2c110b0 + b5b843f commit f70fd05

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)