mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-05-02 22:54:51 -04:00
Converting CICD from Bash to Python Scripts [ci dryrun]
This commit is contained in:
parent
ab3cf25647
commit
40f39a2c9b
14 changed files with 869 additions and 38 deletions
11
scripts/cicd-python/pyproject.toml
Normal file
11
scripts/cicd-python/pyproject.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
[project]
|
||||
name = "cicd-python"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"aiohttp>=3.11.12",
|
||||
"python-digitalocean>=1.17.0",
|
||||
"python-dotenv>=1.0.1",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue