Skip to content

Commit 044d9d3

Browse files
authored
Add package in requirement file resolve the Module Not Found Error (#8792)
Fixes #8791 ### Description Add `backports` package to `requirements-min.txt` file ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [ ] In-line docstrings updated. - [ ] Documentation updated, tested `make html` command in the `docs/` folder. Signed-off-by: ytl0623 <david89062388@gmail.com>
1 parent 5b71547 commit 044d9d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements-min.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ setuptools>=70.2.0,<=79.0.1; python_version >= "3.12"
55
coverage>=5.5
66
parameterized
77
packaging
8+
backports.tarfile

0 commit comments

Comments
 (0)