first commit

This commit is contained in:
marys
2026-05-22 11:47:41 +02:00
commit 514cc3a6a9
4 changed files with 96 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
[project]
name = "nats-python"
version = "0.1.0"
requires-python = ">=3.13"
dependencies = [
"nats-py>=2.14.0",
]