mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Specify django debug toolbar version more openly
This commit is contained in:
@@ -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.*',
|
||||
|
||||
Reference in New Issue
Block a user