1
0
forked from VimPlug/jedi

Pin the Django test dependency

This commit is contained in:
Dave Halter
2020-04-25 20:19:13 +02:00
parent 9d5eb28523
commit 9b58bf6199

View File

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