From 661a3d39b74859ab4037d44c5ccac7736ea21292 Mon Sep 17 00:00:00 2001 From: Calum Mackervoy <c.mackervoy@gmail.com> Date: Sat, 16 Oct 2021 12:08:17 +0200 Subject: [PATCH] update: djangoldp_account requirement change --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3046ee8..0990480 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,7 +11,7 @@ license = MIT packages = find: install_requires = djangoldp~=2.1.0 - djangoldp_account~=2.1 + djangoldp_account>=2.1 [options.extras_require] include_package_data = True -- GitLab