Skip to content

Commit 1d44b21

Browse files
authored
fix(gensui): add missing bcrypt and pyjwt dependencies (#12)
Accepted after dependency and import-path review; clean-environment startup coverage follows in CI.
1 parent 2967f7f commit 1d44b21

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ dependencies = [
3131
# --- Security & Secrets ---
3232
"cryptography>=43.0.0",
3333
"python-dotenv>=1.0.0",
34+
"bcrypt>=4.0.0",
35+
"pyjwt>=2.9.0",
3436

3537
# --- Scheduling ---
3638
"apscheduler>=3.10.0",

0 commit comments

Comments
 (0)