This commit is contained in:
randogoth 2025-01-06 18:48:10 +02:00
commit 247eeef281
5 changed files with 323 additions and 0 deletions

15
Pipfile Normal file
View file

@ -0,0 +1,15 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
randonautentropy = "*"
lyagushka = {path = "./lyagushka-0.1.0-py2.py3-none-any.whl"}
questionary = "*"
rich = "*"
[dev-packages]
[requires]
python_version = "3.12"