init: Initial commit
This commit is contained in:
10
pyproject.toml
Normal file
10
pyproject.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[project]
|
||||
name = "taro-bot-sdk"
|
||||
version = "0.0.1"
|
||||
description = "SDK for SecNex Taro Bot"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"requests>=2.32.5",
|
||||
"valkey>=6.1.1",
|
||||
]
|
||||
Reference in New Issue
Block a user