From 735b07226f4c38b1a9d7be0fd48924811bf2962e Mon Sep 17 00:00:00 2001 From: Bryan BRANCOTTE <bryan.brancotte@pasteur.fr> Date: Tue, 9 Jan 2024 17:45:30 +0100 Subject: [PATCH] Only requires django --- setup.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index a8edc3a..e9531cf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = autocomplete-multi-models -version = 0.5.1 +version = 0.5.2 description = An app that index fields across multiple models, and expose an api to query for word similar to the query. long_description = file: README.md author = Bryan Brancotte @@ -25,4 +25,5 @@ classifiers = include_package_data = true packages = find: python_requires = >=3.6 -install_requires = file: requirements.txt \ No newline at end of file +install_requires = + Django >= 3.2 -- GitLab