File tree Expand file tree Collapse file tree 2 files changed +11
-15
lines changed
Expand file tree Collapse file tree 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():
3232
3333extras_require = {
3434 "docs" : [
35- "sphinx" ,
3635 "enum-tools" ,
36+ "sphinx" ,
37+ "sphinx-autobuild" ,
38+ "sphinx-rtd-theme" ,
3739 "sphinx-toolbox" ,
3840 "sphinxcontrib_trio" ,
39- "sphinx-rtd-theme" ,
4041 "sphinxext-opengraph" ,
41- "sphinx-autobuild" ,
4242 ],
4343 "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 " ,
5151 ],
5252}
5353
@@ -95,9 +95,7 @@ def requirements():
9595 python_requires = ">=3.6" ,
9696 install_requires = requirements (),
9797 extras_require = extras_require ,
98- setup_requires = [
99- "flake8>=3.8,<4" ,
100- ],
98+ setup_requires = [],
10199 tests_require = [
102100 "pytest>=6.2,<7" ,
103101 ],
You can’t perform that action at this time.
0 commit comments