diff --git a/pyproject.toml b/pyproject.toml index 088e01e16..d06978083 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ + "django>=5.0,<5.1", "pymongo>=4.6,<5.0", ]