aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-05-14 23:12:19 -0700
committerBryan Newbold <bnewbold@archive.org>2020-05-14 23:12:30 -0700
commit565d72d24dbdef3c549a2ff111cda4343281607d (patch)
treed5990c4dfa6c1bc57b2f702537a124f7a959a8bb /Pipfile
parentc177c08c49818b0653f3c57f2ddad9af8f9ab0d0 (diff)
downloadfatcat-scholar-565d72d24dbdef3c549a2ff111cda4343281607d.tar.gz
fatcat-scholar-565d72d24dbdef3c549a2ff111cda4343281607d.zip
pipenv: update fatcat-openapi-client; pydantic
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"