فهرست منبع

Merge branch 'development' of github.com:visuddhinanda/mint into development

visuddhinanda 6 روز پیش
والد
کامیت
8e18c7d222
2فایلهای تغییر یافته به همراه4 افزوده شده و 3 حذف شده
  1. 0 1
      dashboard-v6/.tool-versions
  2. 4 2
      sutta-pitaka-importer/pyproject.toml

+ 0 - 1
dashboard-v6/.tool-versions

@@ -1 +0,0 @@
-nodejs 24.11.1

+ 4 - 2
sutta-pitaka-importer/pyproject.toml

@@ -7,7 +7,7 @@ authors = [
 ]
 description = "A rbac service"
 readme = "README.md"
-requires-python = ">=3.13"
+requires-python = ">=3.14"
 classifiers = [
     "Programming Language :: Python :: 3",
     "Operating System :: OS Independent",
@@ -15,9 +15,11 @@ classifiers = [
 license = "MIT"
 dependencies = [
     "SQLAlchemy",
-    "psycopg[binary,pool]",
+    "psycopg[c,pool]",
     "mysql-connector-python",
     "langchain",
+    "minio",
+    "pika",
 ]
 
 [project.urls]