Skip to content

Commit

Permalink
Minimum versions stepped
Browse files Browse the repository at this point in the history
  • Loading branch information
theriverman committed Mar 24, 2024
1 parent 187ac14 commit 2ba6d91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django>=2.2.2
Django>=3.2
minio>=7.0.2
Pillow
setuptools
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,13 @@
author='Kristof Daja (theriverman)',
author_email='[email protected]',
install_requires=[
'Django>=2.2.2',
'Django>=3.2',
'minio>=7.0.2'
],
classifiers=[
'Environment :: Web Environment',
'Framework :: Django',
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.0',
'Framework :: Django :: 3.1',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
'Framework :: Django :: 4.1',
'Intended Audience :: Developers',
Expand All @@ -43,6 +41,7 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Content Management System',
'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
Expand Down

0 comments on commit 2ba6d91

Please sign in to comment.