Skip to content

Commit 7d6e778

Browse files
committed
Use konch>=3.0.0; update docs
1 parent cdc8509 commit 7d6e778

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ flake8
3232
* Run the shell with:
3333

3434
```
35+
konch allow
3536
konch
3637
```
3738

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
}
1515
EXTRAS_REQUIRE["dev"] = (
16-
EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["konch", "tox"]
16+
EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["konch>=3.0.0", "tox"]
1717
)
1818

1919

0 commit comments

Comments
 (0)