diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-05-14 23:12:19 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-05-14 23:12:30 -0700 |
commit | 565d72d24dbdef3c549a2ff111cda4343281607d (patch) | |
tree | d5990c4dfa6c1bc57b2f702537a124f7a959a8bb /Pipfile | |
parent | c177c08c49818b0653f3c57f2ddad9af8f9ab0d0 (diff) | |
download | fatcat-scholar-565d72d24dbdef3c549a2ff111cda4343281607d.tar.gz fatcat-scholar-565d72d24dbdef3c549a2ff111cda4343281607d.zip |
pipenv: update fatcat-openapi-client; pydantic
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |