diff options
author | Bryan Newbold <bnewbold@archive.org> | 2022-04-06 16:26:17 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2022-04-06 16:26:21 -0700 |
commit | 511c91ee94cc98f7dce0d563c1709f3c96de27e9 (patch) | |
tree | 8165a323f97a99960b7196d0e95884d982f87d95 /Pipfile | |
parent | 1fa78b0c5776e41626b36cc08c4a30e08b327f9a (diff) | |
download | fatcat-scholar-511c91ee94cc98f7dce0d563c1709f3c96de27e9.tar.gz fatcat-scholar-511c91ee94cc98f7dce0d563c1709f3c96de27e9.zip |
pipenv: resolve fastapi-rss dependency issue by locking to fastapi-rss==0.1.3
This older version of the package does not try to lock the fastapi
version
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ dynaconf = ">=3" elasticsearch = { version = ">=7.8.0,<7.14.0", extras = ["async"] } elasticsearch-dsl = ">=7.0.0,<8.0.0" fastapi = ">=0.73" -fastapi-rss = ">=0.1" +fastapi-rss = "==0.1.3" fatcat-openapi-client = ">=0.3.3" fuzzycat = "==0.1.19" ftfy = "*" |