diff --git a/setup.cfg b/setup.cfg
index a8edc3a8c53e47e5e745b44c1b61f7d592e5a045..e9531cfe7ae2eb14c1308312fef52cbc51be3cf0 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