Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,32 +1,35 @@
[build-system]
requires = ["setuptools>=61.0", "wheel"]
requires = ["setuptools>=82.0.0", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "conviso-cli"
dynamic = ["version"]
description = "CLI to interact with Conviso Platform via GraphQL."
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.10"
license = { file = "LICENSE" }
authors = [
{ name = "Conviso Labs", email = "suporte@convisoappsec.com" }
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Operating System :: OS Independent",
"Environment :: Console",
]

dependencies = [
"typer>=0.21.1",
"rich>=14.3.1",
"typer>=0.24.1",
"rich>=14.3.3",
"requests>=2.32.5",
"python-dotenv>=1.2.1",
"pyyaml>=6.0.1"
"python-dotenv>=1.2.2",
"pyyaml>=6.0.3"
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion src/conviso/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.4
0.3.5