add user management system

This commit is contained in:
qixinbo
2026-03-14 19:20:37 +08:00
parent 6c0392426e
commit 98d99ded37
15 changed files with 976 additions and 23 deletions
+3
View File
@@ -5,6 +5,7 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"bcrypt>=5.0.0",
"chardet>=3.0.2,<6.0.0",
"clickhouse-driver>=0.2.10",
"croniter>=6.0.0,<7.0.0",
@@ -23,10 +24,12 @@ dependencies = [
"oauth-cli-kit>=0.1.3,<1.0.0",
"openai>=2.8.0",
"pandas>=3.0.1",
"passlib>=1.7.4",
"prompt-toolkit>=3.0.50,<4.0.0",
"psycopg2-binary>=2.9.11",
"pydantic>=2.12.0,<3.0.0",
"pydantic-settings>=2.12.0,<3.0.0",
"python-jose[cryptography]>=3.5.0",
"python-multipart>=0.0.22",
"python-socketio>=5.16.0,<6.0.0",
"python-socks[asyncio]>=2.8.0,<3.0.0",