init
This commit is contained in:
commit
247eeef281
5 changed files with 323 additions and 0 deletions
15
Pipfile
Normal file
15
Pipfile
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue