Skip to content

Commit 680a1b2

Browse files
committed
update requirements
1 parent 4e1da10 commit 680a1b2

File tree

7 files changed

+42
-0
lines changed

7 files changed

+42
-0
lines changed

.clinerules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,12 @@ my_project/
156156
└── design.md
157157
```
158158

159+
- **`requirements.txt`**: Lists the Python dependencies for the project.
160+
```
161+
PyYAML
162+
pocketflow
163+
```
164+
159165
- **`docs/design.md`**: Contains project documentation for each step above. This should be *high-level* and *no-code*.
160166
~~~
161167
# Design Doc: Your Project Name

.cursorrules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,12 @@ my_project/
156156
└── design.md
157157
```
158158

159+
- **`requirements.txt`**: Lists the Python dependencies for the project.
160+
```
161+
PyYAML
162+
pocketflow
163+
```
164+
159165
- **`docs/design.md`**: Contains project documentation for each step above. This should be *high-level* and *no-code*.
160166
~~~
161167
# Design Doc: Your Project Name

.github/copilot-instructions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,12 @@ my_project/
156156
└── design.md
157157
```
158158
159+
- **`requirements.txt`**: Lists the Python dependencies for the project.
160+
```
161+
PyYAML
162+
pocketflow
163+
```
164+
159165
- **`docs/design.md`**: Contains project documentation for each step above. This should be *high-level* and *no-code*.
160166
~~~
161167
# Design Doc: Your Project Name

.goosehints

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,12 @@ my_project/
156156
└── design.md
157157
```
158158

159+
- **`requirements.txt`**: Lists the Python dependencies for the project.
160+
```
161+
PyYAML
162+
pocketflow
163+
```
164+
159165
- **`docs/design.md`**: Contains project documentation for each step above. This should be *high-level* and *no-code*.
160166
~~~
161167
# Design Doc: Your Project Name

.windsurfrules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,12 @@ my_project/
156156
└── design.md
157157
```
158158

159+
- **`requirements.txt`**: Lists the Python dependencies for the project.
160+
```
161+
PyYAML
162+
pocketflow
163+
```
164+
159165
- **`docs/design.md`**: Contains project documentation for each step above. This should be *high-level* and *no-code*.
160166
~~~
161167
# Design Doc: Your Project Name

CLAUDE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,12 @@ my_project/
156156
└── design.md
157157
```
158158
159+
- **`requirements.txt`**: Lists the Python dependencies for the project.
160+
```
161+
PyYAML
162+
pocketflow
163+
```
164+
159165
- **`docs/design.md`**: Contains project documentation for each step above. This should be *high-level* and *no-code*.
160166
~~~
161167
# Design Doc: Your Project Name

GEMINI.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,12 @@ my_project/
156156
└── design.md
157157
```
158158
159+
- **`requirements.txt`**: Lists the Python dependencies for the project.
160+
```
161+
PyYAML
162+
pocketflow
163+
```
164+
159165
- **`docs/design.md`**: Contains project documentation for each step above. This should be *high-level* and *no-code*.
160166
~~~
161167
# Design Doc: Your Project Name

0 commit comments

Comments
 (0)