Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ fastapi==0.115.6
uvicorn==0.34.0
pydantic==2.10.5
pydantic-settings==2.1.0 # For environment-based configuration
cryptography==44.0.0
cryptography==44.0.1
pynacl==1.5.0
aiosqlite==0.20.0
python-multipart==0.0.20
python-multipart==0.0.18
bcrypt==4.1.2
psutil==6.1.1
mnemonic==0.21 # BIP39 seed phrase generation and derivation
Expand Down
4 changes: 2 additions & 2 deletions valueflows_node/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ pydantic==2.5.0
# SQLite is built into Python, no external dependency needed

# Cryptography (for Ed25519 signing)
cryptography==42.0.0
cryptography==44.0.1

# Utilities
python-multipart==0.0.6 # For form data
python-multipart==0.0.18 # For form data
python-jose[cryptography]==3.3.0 # JWT tokens (optional)

# Development
Expand Down
Loading