aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index f66890f..a02e805 100644
--- a/Pipfile
+++ b/Pipfile
@@ -10,7 +10,7 @@ bs4 = "*"
elasticsearch = ">=6.0.0,<7.0.0"
elasticsearch-dsl = ">=6.0.0,<7.0.0"
fastapi = "*"
-fatcat-openapi-client = "*"
+fatcat-openapi-client = ">=0.3.2"
ftfy = "*"
gunicorn = "*"
internetarchive = "*"
@@ -18,6 +18,7 @@ jinja2 = "*"
lxml = "*"
minio = "*"
pycountry = "*"
+pydantic = "*"
pylatexenc = "*"
python-stdnum = "*"
requests = ">=2"