Skip to content

Commit cff3253

Browse files
authored
Use single quotes in pyproject.toml
1 parent e6576e3 commit cff3253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
'gmqtt (>=0.7.0,<0.8.0)',
2222
'inflection (>=0.5.1,<0.6.0)',
2323
'apscheduler (>=3.11.0,<4.0.0)',
24-
"python-dotenv (>=1.1.1,<2.0.0)",
24+
'python-dotenv (>=1.1.1,<2.0.0)',
2525
]
2626

2727
[project.urls]

0 commit comments

Comments
 (0)