File tree Expand file tree Collapse file tree 7 files changed +42
-0
lines changed Expand file tree Collapse file tree 7 files changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,12 @@ my_project/
156
156
└── design.md
157
157
```
158
158
159
+ - **`requirements.txt`**: Lists the Python dependencies for the project.
160
+ ```
161
+ PyYAML
162
+ pocketflow
163
+ ```
164
+
159
165
- **`docs/design.md`**: Contains project documentation for each step above. This should be *high-level* and *no-code*.
160
166
~~~
161
167
# Design Doc: Your Project Name
Original file line number Diff line number Diff line change @@ -156,6 +156,12 @@ my_project/
156
156
└── design.md
157
157
```
158
158
159
+ - **`requirements.txt`**: Lists the Python dependencies for the project.
160
+ ```
161
+ PyYAML
162
+ pocketflow
163
+ ```
164
+
159
165
- **`docs/design.md`**: Contains project documentation for each step above. This should be *high-level* and *no-code*.
160
166
~~~
161
167
# Design Doc: Your Project Name
Original file line number Diff line number Diff line change @@ -156,6 +156,12 @@ my_project/
156
156
└── design.md
157
157
```
158
158
159
+ - **`requirements.txt`**: Lists the Python dependencies for the project.
160
+ ```
161
+ PyYAML
162
+ pocketflow
163
+ ```
164
+
159
165
- **`docs/design.md`**: Contains project documentation for each step above. This should be *high-level* and *no-code*.
160
166
~~~
161
167
# Design Doc: Your Project Name
Original file line number Diff line number Diff line change @@ -156,6 +156,12 @@ my_project/
156
156
└── design.md
157
157
```
158
158
159
+ - **`requirements.txt`**: Lists the Python dependencies for the project.
160
+ ```
161
+ PyYAML
162
+ pocketflow
163
+ ```
164
+
159
165
- **`docs/design.md`**: Contains project documentation for each step above. This should be *high-level* and *no-code*.
160
166
~~~
161
167
# Design Doc: Your Project Name
Original file line number Diff line number Diff line change @@ -156,6 +156,12 @@ my_project/
156
156
└── design.md
157
157
```
158
158
159
+ - **`requirements.txt`**: Lists the Python dependencies for the project.
160
+ ```
161
+ PyYAML
162
+ pocketflow
163
+ ```
164
+
159
165
- **`docs/design.md`**: Contains project documentation for each step above. This should be *high-level* and *no-code*.
160
166
~~~
161
167
# Design Doc: Your Project Name
Original file line number Diff line number Diff line change @@ -156,6 +156,12 @@ my_project/
156
156
└── design.md
157
157
```
158
158
159
+ - **`requirements.txt`**: Lists the Python dependencies for the project.
160
+ ```
161
+ PyYAML
162
+ pocketflow
163
+ ```
164
+
159
165
- **`docs/design.md`**: Contains project documentation for each step above. This should be *high-level* and *no-code*.
160
166
~~~
161
167
# Design Doc: Your Project Name
Original file line number Diff line number Diff line change @@ -156,6 +156,12 @@ my_project/
156
156
└── design.md
157
157
```
158
158
159
+ - **`requirements.txt`**: Lists the Python dependencies for the project.
160
+ ```
161
+ PyYAML
162
+ pocketflow
163
+ ```
164
+
159
165
- **`docs/design.md`**: Contains project documentation for each step above. This should be *high-level* and *no-code*.
160
166
~~~
161
167
# Design Doc: Your Project Name
You can’t perform that action at this time.
0 commit comments