Skip to content

Commit

Permalink
Require Django 2.x / Python 3.x etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
lamby committed Sep 24, 2019
1 parent 67a3a03 commit 88181f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion runtests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import os
import sys

Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

from setuptools import setup, find_packages

Expand All @@ -16,7 +16,6 @@
packages=find_packages(),

install_requires=(
'Django>=1.11',
'six',
'Django>=2',
),
)

0 comments on commit 88181f7

Please sign in to comment.