We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d96313e commit c94069bCopy full SHA for c94069b
setup.py
@@ -2,7 +2,7 @@
2
3
VERSION = "0.5.2"
4
EXTRAS_REQUIRE = {
5
- "tests": ["pytest", "mock", "Flask==1.1.2", "tornado", "bottle==0.12.18"],
+ "tests": ["pytest", "mock", "Flask==1.1.2", "tornado", "bottle==0.12.19"],
6
"lint": ["flake8==3.8.4", "flake8-bugbear==20.11.1", "pre-commit~=2.4"],
7
}
8
EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["tox"]
0 commit comments