mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
Pin Django in a different way so tests can work everywhere
This commit is contained in:
2
setup.py
2
setup.py
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user