Specify django debug toolbar version more openly

This commit is contained in:
Raphael Michel
2021-05-12 20:39:13 +02:00
parent 233a119289
commit 5a33e76965
2 changed files with 2 additions and 2 deletions

View File

@@ -220,7 +220,7 @@ setup(
],
extras_require={
'dev': [
'django-debug-toolbar==3.2',
'django-debug-toolbar==3.2.*',
'pycodestyle==2.5.*',
'pyflakes==2.1.*',
'flake8==3.7.*',