mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-04-25 01:49:25 -04:00
12 lines
245 B
TOML
12 lines
245 B
TOML
[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",
|
|
]
|