1
0
forked from VimPlug/jedi

Merge pull request #1959 from davidhalter/unpin-test-django

Unpin Django in tests
This commit is contained in:
Dave Halter
2023-09-17 12:37:00 +00:00
committed by GitHub

View File

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