diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-11-02 20:01:21 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-11-02 20:01:21 +0100 |
commit | ef8d0023e90d76c61737a4121bbb4ddd9b557de7 (patch) | |
tree | 025d708726365d6597309b9cc1777f8684063304 /Pipfile | |
parent | f75ea36a27c6e0aebecdbda3a4b73ad2c33ba505 (diff) | |
download | fuzzycat-ef8d0023e90d76c61737a4121bbb4ddd9b557de7.tar.gz fuzzycat-ef8d0023e90d76c61737a4121bbb4ddd9b557de7.zip |
update pipfile
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ url = "https://pypi.org/simple" verify_ssl = true [dev-packages] +isort = "*" +yapf = "*" +ipython = "*" [packages] elasticsearch = "*" |