dep update

This commit is contained in:
randogoth 2025-01-09 20:28:44 +02:00
parent aabc635783
commit f516319640
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ name = "pypi"
randonautentropy = "*" randonautentropy = "*"
questionary = "*" questionary = "*"
rich = "*" 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] [dev-packages]

View file

@ -20,7 +20,7 @@ This Python program generates lottery numbers using random entropy, statistical
### Prerequisites ### Prerequisites
- Python 3.12 or later - Python 3.12
- `pipenv` for dependency management - `pipenv` for dependency management
### Setup ### Setup