From 9c3def98842fc45d98ffe9699d0b6b64977e858a Mon Sep 17 00:00:00 2001 From: zachary62 Date: Sun, 3 Aug 2025 17:27:20 -0700 Subject: [PATCH] update requirements --- .cursorrules | 6 ++++++ docs/guide.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/.cursorrules b/.cursorrules index 4d7e2f4..2802891 100644 --- a/.cursorrules +++ b/.cursorrules @@ -156,6 +156,12 @@ my_project/ └── design.md ``` +- **`requirements.txt`**: Lists the Python dependencies for the project. + ``` + PyYAML + pocketflow + ``` + - **`docs/design.md`**: Contains project documentation for each step above. This should be *high-level* and *no-code*. ~~~ # Design Doc: Your Project Name diff --git a/docs/guide.md b/docs/guide.md index 0a9eda8..7f95f67 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -156,6 +156,12 @@ my_project/ └── design.md ``` +- **`requirements.txt`**: Lists the Python dependencies for the project. + ``` + PyYAML + pocketflow + ``` + - **`docs/design.md`**: Contains project documentation for each step above. This should be *high-level* and *no-code*. ~~~ # Design Doc: Your Project Name