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 25b5438 commit 64f6ac1Copy full SHA for 64f6ac1
setup.py
@@ -35,21 +35,21 @@
35
],
36
"dev": [
37
"bumpversion",
38
- "flaky>=3.7.0,<4",
39
- "hypothesis>=3.31.2,<6",
+ "flaky>=3.7.0",
+ "hypothesis>=3.31.2",
40
"importlib-metadata<5.0;python_version<'3.8'",
41
- "pytest>=6.2.5,<7",
42
- "pytest-asyncio>=0.18.1,<0.19",
43
- "pytest-mock>=1.10,<2",
+ "pytest>=6.2.5",
+ "pytest-asyncio>=0.18.1",
+ "pytest-mock>=1.10",
44
"pytest-pythonpath>=0.3",
45
- "pytest-watch>=4.2,<5",
46
- "pytest-xdist>=1.29,<2",
+ "pytest-watch>=4.2",
+ "pytest-xdist>=1.29",
47
"setuptools>=38.6.0",
48
"tox>=1.8.0",
49
- "tqdm>4.32,<5",
50
- "twine>=1.13,<2",
+ "tqdm>4.32",
+ "twine>=1.13",
51
"pluggy==0.13.1",
52
- "when-changed>=0.3.0,<0.4",
+ "when-changed>=0.3.0",
53
54
}
55
0 commit comments