diff options
author | Bryan Newbold <bnewbold@archive.org> | 2022-03-25 18:27:40 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2022-03-25 18:27:42 -0700 |
commit | 9292e1ac19aba56f1b49fc83515b1fb61ce485c7 (patch) | |
tree | 7ebb9c473b7ed6019f7f9a3ec9747ba290a8f587 /Pipfile | |
parent | 42ae661446e0b8c7bee5a8fac623683bff43fa7e (diff) | |
download | fatcat-scholar-9292e1ac19aba56f1b49fc83515b1fb61ce485c7.tar.gz fatcat-scholar-9292e1ac19aba56f1b49fc83515b1fb61ce485c7.zip |
pipenv: add fastapi-rss
When re-locking, this resulted in an older FastAPI version. I think this
is an upstream mistake, and I filed an issue.
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,8 @@ dynaconf = ">=3" # https://github.com/elastic/elasticsearch-py/issues/1639 elasticsearch = { version = ">=7.8.0,<7.14.0", extras = ["async"] } elasticsearch-dsl = ">=7.0.0,<8.0.0" -fastapi = "*" +fastapi = ">=0.73" +fastapi-rss = ">=0.1" fatcat-openapi-client = ">=0.3.3" fuzzycat = "==0.1.19" ftfy = "*" |