Bump Django to >2

If we're starting something from scratch, we might as well do it on the
new release of Django.

Change-Id: I9b82fdb02aa0f38f8a7c6ec970e8abb835468ed5
This commit is contained in:
David Moreau Simard 2018-03-08 18:15:08 -05:00
parent 5fbbdac265
commit fe079a66fc
No known key found for this signature in database
GPG Key ID: 33A07694CBB71ECC
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
Django<2
Django>=2
djangorestframework
envparse