Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Tests/Config/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down
15 changes: 13 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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