diff --git a/setup.py b/setup.py index e98f9e9..3d394c2 100644 --- a/setup.py +++ b/setup.py @@ -16,11 +16,7 @@ url="https://github.com/antonagestam/collectfast/", license="MIT License", include_package_data=True, - install_requires=[ - "Django>=2.2", - "django-storages>=1.6", - "typing-extensions", - ], + install_requires=["Django>=2.2", "django-storages>=1.6", "typing-extensions"], classifiers=[ "Environment :: Web Environment", "Intended Audience :: Developers",