diff --git a/setup.py b/setup.py index da96c6b9..3e592481 100755 --- a/setup.py +++ b/setup.py @@ -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',