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:
parent
05fe2aefd0
commit
e22fba20aa
@ -1,4 +1,4 @@
|
||||
FROM python:3.5
|
||||
FROM python:3.6
|
||||
RUN mkdir /code
|
||||
WORKDIR /code
|
||||
RUN mkdir requirements
|
||||
|
@ -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…
x
Reference in New Issue
Block a user