poetry setup
All checks were successful
Test CI / test (push) Successful in 9s

This commit is contained in:
2025-04-02 21:41:40 +02:00
parent a582a74ad5
commit d19c95bd3e
3 changed files with 32 additions and 0 deletions

17
poetry.lock generated Normal file
View File

@@ -0,0 +1,17 @@
# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand.
[[package]]
name = "argparse"
version = "1.4.0"
description = "Python command-line parsing library"
optional = false
python-versions = "*"
files = [
{file = "argparse-1.4.0-py2.py3-none-any.whl", hash = "sha256:c31647edb69fd3d465a847ea3157d37bed1f95f19760b11a47aa91c04b666314"},
{file = "argparse-1.4.0.tar.gz", hash = "sha256:62b089a55be1d8949cd2bc7e0df0bddb9e028faefc8c32038cc84862aefdd6e4"},
]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "6139ced44eff497c64c0e54c9c75cf348e93cd06a2a7f7a3ebc90157295a6b33"

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[tool.poetry]
name = "test"
version = "0.1.0"
description = ""
authors = ["Max Mehl <mail@mehl.mx>"]
[tool.poetry.dependencies]
python = "^3.10"
argparse = "^1.4.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

1
test/main.py Normal file
View File

@@ -0,0 +1 @@
import sys