diff --git a/README.md b/README.md
index 043436bae44a04d3adc81e8ffcc441e7582ff146..972a71e72a1fb22ee2e33184ee3f769c7f2f4f69 100644
--- a/README.md
+++ b/README.md
@@ -5,11 +5,12 @@ This module is an add-on for Django that provides WebID-OIDC accounts management
 - The Authentification provider
 
 ## Requirements
-
-* djangoldp~=0.5
-* validators~=0.12
-* pyoic~=0.15
-* django-webidoidc-provider==0.1
+* djangoldp~=3.0
+* django_registration~=3.4
+* validators~=0.20
+* oic~=1.6
+* django-webidoidc-provider~=1.0
+* djangorestframework>=3.14
 
 ## Installation
 
diff --git a/setup.cfg b/setup.cfg
index 83d5dcc0394cddb4132a64943e8eb3a03879aba0..c14da3740767431ffd8b2efeedb3415bb0e2f99e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -11,11 +11,11 @@ license = MIT
 include_package_data = True
 packages = find:
 install_requires =
-    djangoldp~=2.1
+    djangoldp~=3.0
     django_registration~=3.4
     validators~=0.20
     oic~=1.6
-    django-webidoidc-provider>=0.1.0
+    django-webidoidc-provider~=1.0
     djangorestframework>=3.14
 
 [options.extras_require]