From ca74dbeda095f48d0fe39afb0fab9fd1cb10cae4 Mon Sep 17 00:00:00 2001 From: aidan <67598470+CodeByAidan@users.noreply.github.com> Date: Thu, 6 Feb 2025 17:10:23 -0500 Subject: [PATCH 1/3] Update dependencies in requirements.txt with specific versions --- requirements.txt | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6e33d7d..23b8888 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,12 @@ -art -colorama git+https://github.com/dolfies/discord.py-self.git -Faker git+https://github.com/ghostselfbot/pypresence.git -requests -pillow -pystyle -psutil -pycryptodome -ttkbootstrap \ No newline at end of file + +art=6.4 +colorama=0.4.6 +Faker=35.2.0 +pillow=11.1.0 +psutil=6.1.1 +pycryptodome=3.21.0 +pystyle=2.9 +requests=2.32.3 +ttkbootstrap=1.10.1 \ No newline at end of file From 1bcefd7c9892fb76ed151a75bf78a5a0e48e8fdf Mon Sep 17 00:00:00 2001 From: aidan <67598470+CodeByAidan@users.noreply.github.com> Date: Thu, 6 Feb 2025 17:12:36 -0500 Subject: [PATCH 2/3] Update README.md with improved link descriptions for logo and release (alt-text included) --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index ef00840..6fbb2d0 100644 --- a/readme.md +++ b/readme.md @@ -1,2 +1,2 @@ -[![1](https://github.com/user-attachments/assets/a36b0ac0-f25a-43e8-ab29-fabe9a3c6ced)](https://ghost.benny.fun/) -[![2](https://github.com/user-attachments/assets/e229335c-0fe5-40c0-8e38-6a7870be86ef)](https://github.com/bennyscripts/ghost/releases/latest) +[![Ghost Logo - Visit ghost.benny.fun](https://github.com/user-attachments/assets/a36b0ac0-f25a-43e8-ab29-fabe9a3c6ced "Ghost Homepage")](https://ghost.benny.fun/) +[![Download Latest Release](https://github.com/user-attachments/assets/e229335c-0fe5-40c0-8e38-6a7870be86ef "Get Latest Version")](https://github.com/bennyscripts/ghost/releases/latest) From f2424cb3f99b69b43b560c3b138e90fdedb4b812 Mon Sep 17 00:00:00 2001 From: aidan <67598470+CodeByAidan@users.noreply.github.com> Date: Thu, 6 Feb 2025 17:35:06 -0500 Subject: [PATCH 3/3] Added `certifi` library (`utils/gui.py`) + requirements.txt versioning fix --- requirements.txt | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 23b8888..6c6928c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,13 @@ git+https://github.com/dolfies/discord.py-self.git git+https://github.com/ghostselfbot/pypresence.git -art=6.4 -colorama=0.4.6 -Faker=35.2.0 -pillow=11.1.0 -psutil=6.1.1 -pycryptodome=3.21.0 -pystyle=2.9 -requests=2.32.3 -ttkbootstrap=1.10.1 \ No newline at end of file +art==6.4 +certifi==2025.1.31 +colorama==0.4.6 +Faker==35.2.0 +pillow==11.1.0 +psutil==6.1.1 +pycryptodome==3.21.0 +pystyle==2.9 +requests===2.32.3 +ttkbootstrap===1.10.1 \ No newline at end of file