Closed praseodym closed 4 years ago
Django 2.2.8+ is compatible with Python 3.8: https://docs.djangoproject.com/en/2.2/faq/install/#what-python-version-can-i-use-with-django
Also update requests to fix "RequestsDependencyWarning" during build.
Replace "is not" by "!=" to fix SyntaxWarning.
Update Dockerfile-dev to match versions in Dockerfile.
Dockerfile-dev
Dockerfile
Django 2.2.8+ is compatible with Python 3.8: https://docs.djangoproject.com/en/2.2/faq/install/#what-python-version-can-i-use-with-django
Also update requests to fix "RequestsDependencyWarning" during build.
Replace "is not" by "!=" to fix SyntaxWarning.
Update
Dockerfile-dev
to match versions inDockerfile
.