remove whitespace in setup.py

This commit is contained in:
AaronKable 2020-09-18 22:16:49 +08:00
parent e26d3767e0
commit fc5f42d01e

View File

@ -22,7 +22,7 @@ install_requires = [
'celery>=4.3.0,<5.0.0,!=4.4.4', # 4.4.4 is missing a dependency
'celery_once',
'django>=3.1.1,<4.0.0 ',
'django>=3.1.1,<4.0.0',
'django-bootstrap-form',
'django-registration>=3.1',
'django-sortedm2m',