Pin Django in a different way so tests can work everywhere

This commit is contained in:
Dave Halter
2020-04-25 23:25:51 +02:00
parent a3a147f028
commit e6d8a955d2

View File

@@ -45,7 +45,7 @@ setup(name='jedi',
'docopt', 'docopt',
# coloroma for colored debug output # coloroma for colored debug output
'colorama', 'colorama',
'Django==3.0.5', # For now pin this. 'Django<3.1', # For now pin this.
], ],
'qa': [ 'qa': [
'flake8==3.7.9', 'flake8==3.7.9',