Skip to content

Commit

Permalink
(chore) updates setup install_requires and classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
fetzig committed Oct 11, 2024
1 parent 3bb649b commit 9c19219
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@
author="Harald Nezbeda",
author_email="[email protected]",
install_requires=[
"django>=2.2",
"djangorestframework>=3.10",
"django>=4.2",
"djangorestframework>=3.11",
],
classifiers=[
"License :: OSI Approved :: MIT License",
"Framework :: Django",
"Framework :: Django :: 2.2",
"Framework :: Django :: 3.1",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Framework :: Django :: 5.1",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],
Expand Down

0 comments on commit 9c19219

Please sign in to comment.