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',
# coloroma for colored debug output
'colorama',
'Django==3.0.5', # For now pin this.
'Django<3.1', # For now pin this.
],
'qa': [
'flake8==3.7.9',