aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-10-31 14:36:07 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-10-31 14:36:07 +0100
commitfefc9d4b991e4c647463813547de0db2c067dbe7 (patch)
treeb4a741d80af793b479019b3904f52024945a4095 /Pipfile
parent7452d1e4b6861b5e89e91fe0bfa86dd14e4bed7f (diff)
downloadfuzzycat-fefc9d4b991e4c647463813547de0db2c067dbe7.tar.gz
fuzzycat-fefc9d4b991e4c647463813547de0db2c067dbe7.zip
minimal runnable file, based on python 3.5
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Pipfile b/Pipfile
index d862b07..b367613 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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"