From e08c3a06db724aa9054c701769df66b47f8f312c Mon Sep 17 00:00:00 2001 From: tomasv <124552709+tomasvana10@users.noreply.github.com> Date: Sun, 12 May 2024 11:58:55 +1000 Subject: [PATCH] Update README.md Remove versions from dependencies --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1059a83aa..bfb3ed148 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,12 @@ A GUI package built with `CustomTkinter` that allows you to select, configure an - Download the latest source code: [click here](https://github.com/tomasvana10/crossword_puzzle/releases/latest)

## Dependencies -`Babel==2.14.0`
-`customtkinter==5.2.2`
-`Flask==3.0.1`
-`flask_babel==4.0.0`
-`Pillow==10.2.0`
-`regex==2023.12.25` +`Babel` +`customtkinter` +`Flask` +`flask_babel` +`Pillow` +`regex`

## Installation **Requires [pip](https://pip.pypa.io/en/stable/installation/)**