diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-10-05 13:54:05 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-10-05 13:54:05 -0700 |
commit | b6535dd9c7ebf34bb76f45f4339d12e07876108f (patch) | |
tree | 3fa1603c591026ddf835e2f6f772a39ae4e976ee /Pipfile | |
parent | d2392b9ad1f2bb23198587a4d3cccd89322d8220 (diff) | |
download | fatcat-scholar-b6535dd9c7ebf34bb76f45f4339d12e07876108f.tar.gz fatcat-scholar-b6535dd9c7ebf34bb76f45f4339d12e07876108f.zip |
pipenv: update elasticsearch client to 7.x series
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ verify_ssl = true aiofiles = "*" babel = "*" bs4 = "*" -elasticsearch = ">=6.0.0,<7.0.0" -elasticsearch-dsl = ">=6.0.0,<7.0.0" +elasticsearch = ">=7.0.0,<8.0.0" +elasticsearch-dsl = ">=7.0.0,<8.0.0" fastapi = "*" fatcat-openapi-client = ">=0.3.2" ftfy = "*" |