File tree 2 files changed +11
-15
lines changed
2 files changed +11
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -32,22 +32,22 @@ def requirements():
32
32
33
33
extras_require = {
34
34
"docs" : [
35
- "sphinx" ,
36
35
"enum-tools" ,
36
+ "sphinx" ,
37
+ "sphinx-autobuild" ,
38
+ "sphinx-rtd-theme" ,
37
39
"sphinx-toolbox" ,
38
40
"sphinxcontrib_trio" ,
39
- "sphinx-rtd-theme" ,
40
41
"sphinxext-opengraph" ,
41
- "sphinx-autobuild" ,
42
42
],
43
43
"dev" : [
44
- "pre-commit==2.20.0 " ,
45
- "taskipy==1.10.1 " ,
46
- "slotscheck==0.14.0 " ,
47
- "pyright==1.1.244 " ,
48
- "tox==3.24.5 " ,
49
- "pytest==7.1. 2" ,
50
- "mypy==0.982 " ,
44
+ "mypy>=0.982,<1 " ,
45
+ "pre-commit>=2.0.0,<3 " ,
46
+ "pyright>=1.0.0,<2 " ,
47
+ "pytest>=6.0.0,<8 " ,
48
+ "slotscheck>=0.1.0,<1 " ,
49
+ "taskipy>=1.0.0,< 2" ,
50
+ "tox>=3.0.0,<5 " ,
51
51
],
52
52
}
53
53
@@ -95,9 +95,7 @@ def requirements():
95
95
python_requires = ">=3.6" ,
96
96
install_requires = requirements (),
97
97
extras_require = extras_require ,
98
- setup_requires = [
99
- "flake8>=3.8,<4" ,
100
- ],
98
+ setup_requires = [],
101
99
tests_require = [
102
100
"pytest>=6.2,<7" ,
103
101
],
You can’t perform that action at this time.
0 commit comments