Skip to content

Commit 00c2a68

Browse files
committed
fix: add missing platformdirs dependency to cookiecutter templates PEP 723 syntax
1 parent 24d2f22 commit 00c2a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Noxfile for the cookiecutter-robust-python template."""
22

33
# /// script
4-
# dependencies = ["nox>=2025.5.1", "python-dotenv>=1.0.0"]
4+
# dependencies = ["nox>=2025.5.1", "platformdirs>=4.3.8", "python-dotenv>=1.0.0"]
55
# ///
66

77
import os

0 commit comments

Comments
 (0)