Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mbi authored Sep 19, 2023
1 parent 9d94c6d commit 6a506d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def run_tests(self):


install_requires = [
"Django >= 3.2",
"Django >= 4.2",
"Pillow >=6.2.0",
"django-ranged-response == 0.2.0",
]
Expand All @@ -59,7 +59,6 @@ def run_tests(self):
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit 6a506d0

Please sign in to comment.