1
- [tool . poetry ]
1
+ [project ]
2
2
name = " smartmin"
3
3
version = " 5.1.1"
4
4
description = " Scaffolding system for Django object management."
5
- authors = [
" Nyaruka Ltd <[email protected] >" ]
5
+ license = { text = " BSD" }
6
+ authors = [
7
+ {
"name" =
" Nyaruka" ,
"email" =
" [email protected] " }
8
+ ]
6
9
readme = " README.md"
7
- license = " BSD"
8
- classifiers =[
10
+ requires-python = " >=3.10,<3.13"
11
+ dependencies = []
12
+
13
+ classifiers = [
9
14
" Development Status :: 5 - Production/Stable" ,
10
15
" Environment :: Web Environment" ,
11
16
" Intended Audience :: Developers" ,
@@ -18,19 +23,19 @@ packages = [
18
23
{ include = " smartmin" },
19
24
]
20
25
21
- [tool . poetry .urls ]
26
+ [project .urls ]
22
27
repository = " http://github.com/nyaruka/smartmin"
23
28
29
+
24
30
[tool .poetry .dependencies ]
25
- python = " ^3.10"
26
31
Django = " >= 5.0, < 5.2"
27
32
celery = " >= 5.1"
28
33
redis = " >= 3.5.3"
29
34
sqlparse = " >=0.4.1,<0.6.0"
30
35
xlrd = " ^1.2.0"
31
36
xlwt = " ^1.3.0"
32
37
33
- [tool .poetry .dev- dependencies ]
38
+ [tool .poetry .group . dev . dependencies ]
34
39
black = " ^24.3.0"
35
40
coverage = {extras = [" toml" ], version = " ^7.2.7" }
36
41
isort = " ^5.12.0"
@@ -62,5 +67,5 @@ known_django = ["django"]
62
67
source = [" smartmin" ]
63
68
64
69
[build-system ]
65
- requires = [" poetry-core>=1 .0.0" ]
66
- build-backend = " poetry.core.masonry.api"
70
+ requires = [" poetry-core>=2.0.0,<3 .0.0" ]
71
+ build-backend = " poetry.core.masonry.api"
0 commit comments