diff --git a/Pipfile b/Pipfile index 77827ab3..48145b7e 100644 --- a/Pipfile +++ b/Pipfile @@ -5,11 +5,6 @@ verify_ssl = true name = "pypi" -[requires] - -python_version = "3.6" - - [packages] "psycopg2-binary" = "*" diff --git a/README.md b/README.md index ac6335ab..7e9a54ca 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ An utterly fantastic project starter template for Django 2.0. - Production-ready configuration for Static Files, Database Settings, Gunicorn, etc. - Enhancements to Django's static file serving functionality via WhiteNoise. -- Latest Python 3.6 runtime environment. ## How to Use