1
0
forked from VimPlug/jedi

Update setup.py

This commit is contained in:
Alex Ford
2022-10-11 11:12:34 -07:00
committed by Alex Ford
parent 239d9e0b22
commit eaa66b3dbb

View File

@@ -41,6 +41,7 @@ setup(name='jedi',
# coloroma for colored debug output
'colorama',
'Django<3.1', # For now pin this.
'attrs',
],
'qa': [
'flake8==3.8.3',