diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-10-31 14:36:07 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-10-31 14:36:07 +0100 |
commit | fefc9d4b991e4c647463813547de0db2c067dbe7 (patch) | |
tree | b4a741d80af793b479019b3904f52024945a4095 /Pipfile | |
parent | 7452d1e4b6861b5e89e91fe0bfa86dd14e4bed7f (diff) | |
download | fuzzycat-fefc9d4b991e4c647463813547de0db2c067dbe7.tar.gz fuzzycat-fefc9d4b991e4c647463813547de0db2c067dbe7.zip |
minimal runnable file, based on python 3.5
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -6,10 +6,7 @@ verify_ssl = true [dev-packages] [packages] -fuzzycat = {editable = true, extras = ["dev"], path = "."} +elasticsearch = "*" [requires] -python_version = "3.7" - -[pipenv] -allow_prereleases = true +python_version = "3.5" |