Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
fix: black
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Jan 4, 2020
1 parent 55a180b commit b318bcb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b318bcb

Please sign in to comment.