Skip to content

Commit 75fa6e6

Browse files
committed
Add lower bound for msgpack
1 parent 8b563be commit 75fa6e6

2 files changed

Lines changed: 2 additions & 18 deletions

File tree

formate.toml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,42 +28,25 @@ use_parentheses = true
2828
remove_redundant_aliases = true
2929
default_section = "THIRDPARTY"
3030
known_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
]
6952
known_first_party = [ "enum_tools",]

tests/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ domdf-python-tools[testing]>=2.0.1
77
html5lib>=1.1
88
importlib-metadata>=3.6.0
99
iniconfig!=1.1.0,>=1.0.1
10+
msgpack>=1.1.0; python_version >= "3.8"
1011
pytest>=6.0.0
1112
pytest-cov>=2.8.1
1213
pytest-randomly>=3.7.0

0 commit comments

Comments
 (0)