aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-12-16 03:06:26 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-12-16 03:06:26 +0100
commit8550ae3e5dbdd6e6ec37f6a0d61f5ea0e7371487 (patch)
tree7ea6d48209e457021059c8c8ba194b608e02bebe
parent2aece5532a36ed6874e3df321fb2d7d1a8080b1d (diff)
downloadfuzzycat-8550ae3e5dbdd6e6ec37f6a0d61f5ea0e7371487.tar.gz
fuzzycat-8550ae3e5dbdd6e6ec37f6a0d61f5ea0e7371487.zip
update deps
-rw-r--r--Pipfile1
-rw-r--r--setup.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index a70571c..43981f2 100644
--- a/Pipfile
+++ b/Pipfile
@@ -25,6 +25,7 @@ elasticsearch = "*"
elasticsearch-dsl = "*"
fatcat-openapi-client = "*"
unidecode = ">=0.10"
+requests = "*"
[requires]
python_version = "3.7"
diff --git a/setup.py b/setup.py
index 30bfbaf..0c63d66 100644
--- a/setup.py
+++ b/setup.py
@@ -32,6 +32,7 @@ with open("README.md", "r") as fh:
"ftfy",
"fuzzy",
"glom",
+ "requests",
"toml",
"unidecode>=0.10",
],