Skip to content

Commit a9b7b53

Browse files
committed
Add dotenv to dev dependencies
1 parent 496d25b commit a9b7b53

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

poetry.lock

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ dev = [
4646
"bandit (>=1.8.6,<2.0.0)",
4747
"pytest-cov (>=7.0.0,<8.0.0)",
4848
"freezegun (>=1.5.5,<2.0.0)",
49-
"python-json-logger (>=4.0.0,<5.0.0)"
49+
"python-json-logger (>=4.0.0,<5.0.0)",
50+
"python-dotenv[cli] (>=1.2.1,<2.0.0)"
5051
]
5152

5253
[build-system]

0 commit comments

Comments
 (0)