diff options
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ pytest = "*" elasticsearch = "*" fuzzy = "*" fuzzycat = {editable = true, path = "."} +orjson = "*" +importlib-metadata = "==1.7.0" [requires] python_version = "3.5" |