diff --git a/setup.cfg b/setup.cfg
index b66c6f6fdb9a0b70f82fe74e646d360f5ee6f56b..e1d2a1c24125c9103d151a5ab6a36beaebc4320a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -10,7 +10,10 @@ license = MIT
 [options]
 packages = find:
 install_requires =
-    djangoldp~=2.1
+    djangoldp~=3.0
+    djangoldp_account~=3.0
+    djangoldp_circle~=3.0
+    djangoldp_community~=3.0
 
 [options.extras_require]
 include_package_data = True