@@ -12,22 +12,22 @@ requires-python = ">=3.8"
1212keywords = [" django" , " sessions" ]
1313license = {text = " MIT" }
1414classifiers = [
15- " Development Status :: 5 - Production/Stable" ,
16- " Environment :: Web Environment" ,
17- " Framework :: Django" ,
18- " Framework :: Django :: 3.2" ,
19- " Framework :: Django :: 4.2" ,
20- " Intended Audience :: Developers" ,
21- " License :: OSI Approved :: MIT License" ,
22- " Operating System :: OS Independent" ,
23- " Programming Language :: Python" ,
24- " Programming Language :: Python :: 3" ,
25- " Programming Language :: Python :: 3.8" ,
26- " Programming Language :: Python :: 3.9" ,
27- " Programming Language :: Python :: 3.10" ,
28- " Programming Language :: Python :: 3.11" ,
29- " Programming Language :: Python :: 3.12" ,
30- " Topic :: Security" ,
15+ " Development Status :: 5 - Production/Stable" ,
16+ " Environment :: Web Environment" ,
17+ " Framework :: Django" ,
18+ " Framework :: Django :: 3.2" ,
19+ " Framework :: Django :: 4.2" ,
20+ " Intended Audience :: Developers" ,
21+ " License :: OSI Approved :: MIT License" ,
22+ " Operating System :: OS Independent" ,
23+ " Programming Language :: Python" ,
24+ " Programming Language :: Python :: 3" ,
25+ " Programming Language :: Python :: 3.8" ,
26+ " Programming Language :: Python :: 3.9" ,
27+ " Programming Language :: Python :: 3.10" ,
28+ " Programming Language :: Python :: 3.11" ,
29+ " Programming Language :: Python :: 3.12" ,
30+ " Topic :: Security" ,
3131]
3232dependencies = [
3333 " Django>=3.2" ,
@@ -43,21 +43,21 @@ issues = "https://github.com/jazzband/django-user-sessions/issues"
4343
4444[project .optional-dependencies ]
4545dev = [
46- # Example app
47- " django-debug-toolbar" ,
48- # Testing
49- " coverage" ,
50- " tox" ,
51- " tox-pyenv" ,
52- " detox" ,
53- # Transifex
54- " transifex-client" ,
55- # Documentation
56- " Sphinx" ,
57- " sphinx_rtd_theme" ,
58- # Build
59- " bumpversion" ,
60- " twine" ,
46+ # Example app
47+ " django-debug-toolbar" ,
48+ # Testing
49+ " coverage" ,
50+ " tox" ,
51+ " tox-pyenv" ,
52+ " detox" ,
53+ # Transifex
54+ " transifex-client" ,
55+ # Documentation
56+ " Sphinx" ,
57+ " sphinx_rtd_theme" ,
58+ # Build
59+ " bumpversion" ,
60+ " twine" ,
6161]
6262
6363[tool .ruff ]
0 commit comments