Skip to content

Commit 54a9b33

Browse files
author
kmalyshev
committed
relax django requirement
1 parent c94353e commit 54a9b33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django>=1.11
1+
Django>=1.10.8
22
djangorestframework>=3.5.4
33
typing>=3.5.3.0
44
copyright>=1.0.1.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from codecs import open
88
from os import path
99

10-
version = "1.0.3"
10+
version = "1.0.4"
1111
root_dir = path.abspath(path.dirname(__file__))
1212
src_dir = root_dir
1313
# Get the long description from the README file

0 commit comments

Comments
 (0)