Skip to content
Snippets Groups Projects
Commit 735b0722 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

Only requires django

parent 09ca4d0b
No related branches found
No related tags found
No related merge requests found
[metadata] [metadata]
name = autocomplete-multi-models 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. 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 long_description = file: README.md
author = Bryan Brancotte author = Bryan Brancotte
...@@ -25,4 +25,5 @@ classifiers = ...@@ -25,4 +25,5 @@ classifiers =
include_package_data = true include_package_data = true
packages = find: packages = find:
python_requires = >=3.6 python_requires = >=3.6
install_requires = file: requirements.txt install_requires =
\ No newline at end of file Django >= 3.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment