Skip to content

Commit 36f6996

Browse files
committed
fix reviewer items;
1 parent f1e28f3 commit 36f6996

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ yarn install
2222
Now `yarn sls info` should print something like ...
2323

2424
```
25-
chrisbc@tryharder-ubuntu:/GNSDATA/API/kororaa-graphql-api$ sls info
25+
$ sls info
2626
Running "serverless" from node_modules
2727
Environment: darwin, node 22.16.0, framework 3.40.0 (local), plugin 7.2.3, SDK 4.5.1
2828
Credentials: Local, "default" profile

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ dev = [
4646
]
4747

4848
[build-system]
49-
requires = ["poetry-core>=2.2"]
49+
requires = ["poetry-core>=2.2,<3.0"]
5050
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)