bump pybindxml to 0.7 to handle bind 9.12

This commit is contained in:
jeffrey forman 2019-01-17 13:34:37 -05:00
parent 7c781981eb
commit dac54a5ad7
3 changed files with 4 additions and 2 deletions

View File

@ -98,6 +98,7 @@ TEMPLATES = [
]
MIDDLEWARE_CLASSES = (
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',

View File

@ -1,3 +1,4 @@
#!/bin/bash
docker run -it --rm -v `pwd`:/code/ -w /code/ python:2.7 /bin/bash
docker build -t jforman/binder:latest .
docker run -it --rm -v `pwd`:/code/ -w /code/ jforman/binder:latest /bin/bash

View File

@ -1,6 +1,6 @@
cryptography
Django>=1.10
dnspython>=1.11
pybindxml>=0.6.3
pybindxml>=0.7
lxml
mysqlclient