update requirements

This commit is contained in:
zachary62 2025-08-03 17:27:20 -07:00
parent fad4ed1717
commit 9c3def9884
2 changed files with 12 additions and 0 deletions

View File

@ -156,6 +156,12 @@ my_project/
└── design.md └── 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*. - **`docs/design.md`**: Contains project documentation for each step above. This should be *high-level* and *no-code*.
~~~ ~~~
# Design Doc: Your Project Name # Design Doc: Your Project Name

View File

@ -156,6 +156,12 @@ my_project/
└── design.md └── 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*. - **`docs/design.md`**: Contains project documentation for each step above. This should be *high-level* and *no-code*.
~~~ ~~~
# Design Doc: Your Project Name # Design Doc: Your Project Name