diff --git a/Tests/Config/test_config.py b/Tests/Config/test_config.py index 221e533..c5a1356 100644 --- a/Tests/Config/test_config.py +++ b/Tests/Config/test_config.py @@ -20,7 +20,7 @@ def test_config_exists(self): def test_config_is_valid(self): parser = ConfigParser() if self.test_config_exists: - parser.read(self.path) + parser.read(self.path, encoding='utf-8') # Check if the required sections are present in the config self.assertIn('formatters', parser.sections()) diff --git a/requirements.txt b/requirements.txt index f87ed6f..4fc0a03 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,24 @@ -colorama +black @ git+https://github.com/psf/black@a552f7096a9f6e016c9bb1df1e0a77a17caeec1c certifi==2022.12.7 charset-normalizer==3.1.0 +click==8.1.3 +colorama==0.4.6 distlib==0.3.6 +exceptiongroup==1.1.1 filelock==3.10.7 idna==3.4 +iniconfig==2.0.0 +logger==1.4 +mypy-extensions==1.0.0 +packaging==23.0 +pathspec==0.11.1 platformdirs==3.2.0 +pluggy==1.0.0 +pytest==7.3.0 requests==2.28.2 six==1.16.0 termcolor==2.2.0 -six==1.16.0 +tomli==2.0.1 +typing_extensions==4.5.0 urllib3==1.26.15 virtualenv==20.21.0