Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ catalogue>=2.0.3,<2.1.0
cython>=0.29.1,<0.30.0
pytest>=4.6.5
pytest-timeout>=1.3.3
mock>=2.0.0,<3.0.0
numpy>=1.15.0
psutil
2 changes: 1 addition & 1 deletion srsly/tests/test_msgpack_api.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pytest
from pathlib import Path
import datetime
from mock import patch
from unittest.mock import patch
import numpy

from .._msgpack_api import read_msgpack, write_msgpack
Expand Down