diff --git a/README.rst b/README.rst index 67cc43a76..c5473646f 100644 --- a/README.rst +++ b/README.rst @@ -44,6 +44,7 @@ Requirements * Python 3.5+ * Django 2.1+ +* oauthlib 3.0+ Installation ------------ diff --git a/docs/index.rst b/docs/index.rst index 85b959347..8716eb90b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -21,8 +21,9 @@ If you need support please send a message to the `Django OAuth Toolkit Google Gr Requirements ------------ -* Python 3.4+ -* Django 2.0+ +* Python 3.5+ +* Django 2.1+ +* oauthlib 3.0+ Index =====