aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2022-04-06 16:26:17 -0700
committerBryan Newbold <bnewbold@archive.org>2022-04-06 16:26:21 -0700
commit511c91ee94cc98f7dce0d563c1709f3c96de27e9 (patch)
tree8165a323f97a99960b7196d0e95884d982f87d95 /Pipfile
parent1fa78b0c5776e41626b36cc08c4a30e08b327f9a (diff)
downloadfatcat-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--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index e933506..82afd6f 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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 = "*"