From 86cc3191ce03042ef4a0c6c8a44f4094a140b802 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Tue, 21 Sep 2021 23:10:02 +0200 Subject: setup: narrow dependency versions --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 74c48cf..99519e7 100644 --- a/setup.py +++ b/setup.py @@ -26,14 +26,14 @@ with open("README.md", "r") as fh: "fuzzycat=fuzzycat:__main__" ]}, install_requires=[ - "dynaconf>=1", - "elasticsearch-dsl", - "fatcat-openapi-client", # https://pypi.org/project/fatcat-openapi-client/ + "dynaconf>=3", + "elasticsearch-dsl>=7.0.0,<8.0.0", + "fatcat-openapi-client>=0.3.3", # https://pypi.org/project/fatcat-openapi-client/ "ftfy", "glom", "jellyfish", "regex", - "requests", + "requests>=2", "toml", "unidecode>=0.10", "zstandard", -- cgit v1.2.3