diff options
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" |