Skip to content

Commit

Permalink
Merge pull request #100 from innogames/django_1_11
Browse files Browse the repository at this point in the history
task: Require Django 1.11 minium and Python 3.7 as default
  • Loading branch information
kofrezo committed Jun 15, 2020
2 parents 6c94f07 + e7f1bf3 commit 85ac7d9
Show file tree
Hide file tree
Showing 2 changed files with 193 additions and 201 deletions.
5 changes: 2 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ netaddr = "*"
# WSGI server
gunicorn = "*"
# Debian stretch version
Django = "~=1.10.0"
Django = "~=1.11.0"
# postgres lib used by django
"psycopg2-binary" = "*"
# Django support for network address fields on PostgreSQL
Expand Down Expand Up @@ -44,6 +44,5 @@ pex = "*"
requests = "*"

[requires]
# Version on debian stretch. Newer should work.
python_version = "3.5"
python_version = "3.7"

0 comments on commit 85ac7d9

Please sign in to comment.