File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ name = "npg-python-lib"
3
3
description = " A library of Python functions and classes common to NPG applications."
4
4
license = { file = " LICENSE" , content-type = " text/plain" }
5
5
readme = { file = " README.md" , content-type = " text/markdown" }
6
- authors = [{ name = " Keith James" , email = " kdj@sanger.ac.uk" },
7
- { name = " Michael Kubiak" , email = " mk35@sanger.ac.uk" }]
6
+ authors = [{ name = " Keith James" , email = " kdj@sanger.ac.uk" }]
8
7
classifiers = [
9
8
" Development Status :: 5 - Production/Stable" ,
10
9
" Environment :: Console" ,
@@ -16,15 +15,15 @@ requires-python = ">=3.10"
16
15
dynamic = [" version" ]
17
16
18
17
dependencies = [
19
- " python-dateutil" ,
20
- " structlog" ,
18
+ " python-dateutil >=2.9.0,<3 " ,
19
+ " structlog >=23.3.0 " ,
21
20
]
22
21
23
22
[project .optional-dependencies ]
24
23
test = [
25
- " black" ,
26
- " pytest" ,
27
- " pytest-it"
24
+ " black >=24.3.0,<25 " ,
25
+ " pytest >=8.0,<9 " ,
26
+ " pytest-it >=0.1.5 "
28
27
]
29
28
30
29
[project .urls ]
You can’t perform that action at this time.
0 commit comments