Skip to content

Commit df52b5c

Browse files
committed
added a basic project structure
1 parent 1046ba9 commit df52b5c

3 files changed

Lines changed: 19 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[tool.poetry]
2+
name = "robusta-cli"
3+
version = "0.1.0"
4+
description = ""
5+
authors = ["Natan Yellin <aantn@users.noreply.github.com>"]
6+
readme = "README.md"
7+
8+
[tool.poetry.dependencies]
9+
python = "^3.8, <3.13"
10+
requests = "^2.32.2"
11+
typer = "^0.12.3"
12+
pyyaml = "^6.0.1"
13+
click-spinner = "^0.1.10"
14+
jwt = "^1.3.1"
15+
16+
17+
[build-system]
18+
requires = ["poetry-core"]
19+
build-backend = "poetry.core.masonry.api"

robusta_cli/__init__.py

Whitespace-only changes.

tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)