Skip to content

Commit

Permalink
Update trove classifiers and dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlipperPA authored Dec 7, 2020
1 parent ab59ee9 commit d79f2e0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use_scm_version=True,
install_requires=[
"djangorestframework>=3.9",
"djangorestframework-filters==1.0.0.dev0",
"djangorestframework-filters==1.0.0.dev2",
],
classifiers=[
"Development Status :: 3 - Alpha",
Expand All @@ -31,11 +31,13 @@
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3 :: Only",
"Framework :: Django",
"Framework :: Django :: 2.0",
"Framework :: Django :: 2.1",
"Framework :: Django :: 2.2",
"Framework :: Django :: 3.0",
"Framework :: Django :: 3.1",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
],
Expand Down

0 comments on commit d79f2e0

Please sign in to comment.