We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc8509 commit 7d6e778Copy full SHA for 7d6e778
CONTRIBUTING.md
@@ -32,6 +32,7 @@ flake8
32
* Run the shell with:
33
34
```
35
+konch allow
36
konch
37
38
setup.py
@@ -13,7 +13,7 @@
13
],
14
}
15
EXTRAS_REQUIRE["dev"] = (
16
- EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["konch", "tox"]
+ EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["konch>=3.0.0", "tox"]
17
)
18
19
0 commit comments