Changeset - 9c69d656a382
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 2 years ago 2022-02-04 08:24:02
ben@sturm.com.au
Add typing dependencies for requests, dateutil, setuptools and yaml.

Without these, mypy complains that "Library stubs are not installed".
1 file changed with 14 insertions and 0 deletions:
0 comments (0 inline, 0 general)
setup.cfg
Show inline comments
...
 
@@ -46,2 +46,12 @@ python_requires = >=3.6
 

	
 
[options.extras_require]
 
test =
 
  mypy>=0.770
 
  pytest>=3.0
 
  pytest-mypy
 
  types-requests
 
  types-python-dateutil
 
  types-setuptools
 
  types-PyYAML
 

	
 
[options.entry_points]
...
 
@@ -77,2 +87,6 @@ deps =
 
  pytest-mypy
 
  types-requests
 
  types-python-dateutil
 
  types-setuptools
 
  types-PyYAML
 

	
0 comments (0 inline, 0 general)