diff options
author | 2022-07-11 05:23:16 +0400 | |
---|---|---|
committer | 2022-07-11 05:23:16 +0400 | |
commit | 060a5d82cec509f3768f5ad9a0455a2b2fde8274 (patch) | |
tree | 0c26ec6aa690ce4c62c5cf9b56f4944066cc319e /pyproject.toml | |
parent | Bump Django To 3.2 (diff) |
Bump Django To 4.0
Bumps the django version to 4.0, and DRF for compatibility.
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 75292eb2..467fc8bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,10 +7,10 @@ license = "MIT" [tool.poetry.dependencies] python = "3.9.*" -django = "~=3.2.14" +django = "~=4.0" django-environ = "~=0.4.5" django-filter = "~=21.1" -djangorestframework = "~=3.12.0" +djangorestframework = "~=3.13" psycopg2-binary = "~=2.8.0" django-simple-bulma = "~=2.4" whitenoise = "~=5.0" |