diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-11-05 17:21:49 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-11-05 17:21:49 +0100 |
commit | 79add5e4eaede28f8cb25c61821b17f7f66e879b (patch) | |
tree | 01b1c8ea70d50a801f69243dccb329211701759a /Pipfile | |
parent | 8f7945a5733dcf2f673d8baecb9f935f9e9b0a21 (diff) | |
download | fuzzycat-79add5e4eaede28f8cb25c61821b17f7f66e879b.tar.gz fuzzycat-79add5e4eaede28f8cb25c61821b17f7f66e879b.zip |
update deps
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" |