1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 01:13:22 -05:00

Upgrade to Python 3.7 and Django 1.10.4

This commit is contained in:
Drew Larson 2017-01-01 21:01:01 -06:00
parent 05fe2aefd0
commit e22fba20aa
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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