Keep It Simple Stupid. Started using the CherryPy server and made classes from the parts.
This commit is contained in:
14
kiss/toml-manager/Pipfile
Normal file
14
kiss/toml-manager/Pipfile
Normal file
@ -0,0 +1,14 @@
|
||||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
cherrypy = "*"
|
||||
cryptography = "*"
|
||||
toml = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.12"
|
Reference in New Issue
Block a user