diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-11-05 01:23:38 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-11-05 01:23:38 +0100 |
commit | 97479edb44033b7ff9cb09bde500e49c5bf49e68 (patch) | |
tree | 3c0b3b79d5af929a4fd943b45415d70854b8494f /Pipfile | |
parent | 321beac2b8b724532103ccc872becda33f33cd77 (diff) | |
download | fuzzycat-97479edb44033b7ff9cb09bde500e49c5bf49e68.tar.gz fuzzycat-97479edb44033b7ff9cb09bde500e49c5bf49e68.zip |
add tests
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ yapf = "*" ipython = "*" twine = "*" fuzzycat = {editable = true, path = "."} +pytest = "*" [packages] elasticsearch = "*" |