Browse Source

Upgrade to Python 3.7 and Django 1.10.4

feature/python-error-tracking
Drew Larson 7 years ago
parent
commit
e22fba20aa
  1. 2
      Dockerfile
  2. 2
      requirements/base.txt

2
Dockerfile

@ -1,4 +1,4 @@
FROM python:3.5
FROM python:3.6
RUN mkdir /code
WORKDIR /code
RUN mkdir requirements

2
requirements/base.txt

@ -1,4 +1,4 @@
Django==1.9.7
Django==1.10.4
pytz==2015.7
django-widget-tweaks==1.4.1
psycopg2==2.6.1

Loading…
Cancel
Save