diff --git a/py_maker/helpers.py b/py_maker/helpers.py index 6bd41af4..918c1307 100644 --- a/py_maker/helpers.py +++ b/py_maker/helpers.py @@ -196,8 +196,7 @@ def check_cmd_exists(cmd: str) -> bool: def confirm_values(choices: ProjectValues) -> bool: """Confirm the values entered by the user.""" print( - "\n[green][bold]Creating a New Python app with the below " - "settings :\n" + "\n[green][bold]Creating a New Python app with the below settings :\n" ) padding: int = max(len(key) for key, _ in choices) + 3 diff --git a/requirements.txt b/requirements.txt index 04ce952b..ed4beb74 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ certifi==2024.8.30 cffi==1.17.1 charset-normalizer==3.3.2 click==8.1.7 -colorama==0.4.6 ; platform_system == 'Windows' +colorama==0.4.6 ; sys_platform == 'win32' cryptography==43.0.1 deprecated==1.2.14 gitdb==4.0.11