File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,42 +28,25 @@ use_parentheses = true
2828remove_redundant_aliases = true
2929default_section = " THIRDPARTY"
3030known_third_party = [
31- " aenum" ,
32- " alabaster" ,
3331 " beautifulsoup4" ,
34- " bs4" ,
3532 " coincidence" ,
3633 " coverage" ,
3734 " coverage_pyver_pragma" ,
3835 " defusedxml" ,
3936 " domdf_python_tools" ,
40- " extras_require" ,
41- " github" ,
4237 " html5lib" ,
4338 " importlib_metadata" ,
39+ " msgpack" ,
4440 " pygments" ,
4541 " pytest" ,
4642 " pytest_cov" ,
4743 " pytest_randomly" ,
4844 " pytest_regressions" ,
4945 " pytest_rerunfailures" ,
5046 " pytest_timeout" ,
51- " requests" ,
5247 " sphinx" ,
53- " sphinx_autodoc_typehints" ,
54- " sphinx_notfound_page" ,
5548 " sphinx_prompt" ,
56- " sphinx_rtd_theme" ,
57- " sphinx_tabs" ,
5849 " sphinx_toolbox" ,
59- " sphinxcontrib_applehelp" ,
60- " sphinxcontrib_devhelp" ,
61- " sphinxcontrib_htmlhelp" ,
62- " sphinxcontrib_httpdomain" ,
63- " sphinxcontrib_jsmath" ,
64- " sphinxcontrib_qthelp" ,
65- " sphinxcontrib_serializinghtml" ,
66- " sphinxemoji" ,
6750 " typing_extensions" ,
6851]
6952known_first_party = [ " enum_tools" ,]
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ domdf-python-tools[testing]>=2.0.1
77html5lib >= 1.1
88importlib-metadata >= 3.6.0
99iniconfig != 1.1.0 ,>= 1.0.1
10+ msgpack >= 1.1.0 ; python_version >= "3.8"
1011pytest >= 6.0.0
1112pytest-cov >= 2.8.1
1213pytest-randomly >= 3.7.0
You can’t perform that action at this time.
0 commit comments