Skip to content

Commit 8315686

Browse files
committed
Normalize formatting
1 parent eb512bc commit 8315686

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/specifications/pylock-toml/pylock.example.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lock-version = '1.0'
22
environments = ["sys_platform == 'win32'", "sys_platform == 'linux'"]
3-
requires-python = '==3.12'
3+
requires-python = '== 3.12'
44
created-by = 'mousebender'
55

66
[[packages]]
77
name = 'attrs'
88
version = '25.1.0'
9-
requires-python = '>=3.8'
9+
requires-python = '>= 3.8'
1010

1111
[[packages.wheels]]
1212
name = 'attrs-25.1.0-py3-none-any.whl'
@@ -24,7 +24,7 @@ requires-python = '>=3.8'
2424
[[packages]]
2525
name = 'cattrs'
2626
version = '24.1.2'
27-
requires-python = '>=3.8'
27+
requires-python = '>= 3.8'
2828
dependencies = [
2929
{name = 'attrs'},
3030
]
@@ -39,7 +39,7 @@ dependencies = [
3939
[[packages]]
4040
name = 'numpy'
4141
version = '2.2.3'
42-
requires-python = '>=3.10'
42+
requires-python = '>= 3.10'
4343

4444
[[packages.wheels]]
4545
name = 'numpy-2.2.3-cp312-cp312-win_amd64.whl'

0 commit comments

Comments
 (0)