Commit 59eb613
committed
Don't raise if there are no dependencies
When getting the minimum dependencies from the pyproject.toml file we
shouldn't raise if there are no dependencies, just return an empty list.
Signed-off-by: Leandro Lucarella <[email protected]>1 parent 334f21d commit 59eb613
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| 179 | + | |
| 180 | + | |
179 | 181 | | |
180 | 182 | | |
181 | | - | |
| 183 | + | |
182 | 184 | | |
183 | | - | |
184 | 185 | | |
185 | 186 | | |
186 | 187 | | |
| |||
0 commit comments