From f516319640a5baefe775c715b5ee01a59348aea1 Mon Sep 17 00:00:00 2001 From: randogoth Date: Thu, 9 Jan 2025 20:28:44 +0200 Subject: [PATCH] dep update --- Pipfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index 7117a76..d7b1181 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ name = "pypi" randonautentropy = "*" questionary = "*" rich = "*" -lyagushka = {file = "lyagushka-1.1.0-cp312-cp312-manylinux_2_34_x86_64.whl"} +lyagushka = {file = "https://github.com/randogoth/lyagushka/releases/download/1.1.1/lyagushka-1.1.1-cp312-cp312-manylinux_2_34_x86_64.whl"} [dev-packages] diff --git a/README.md b/README.md index a177d80..796c006 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This Python program generates lottery numbers using random entropy, statistical ### Prerequisites -- Python 3.12 or later +- Python 3.12 - `pipenv` for dependency management ### Setup