Skip to content
Closed
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
2 changes: 1 addition & 1 deletion CryptGuardv2/requirements.lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pygments==2.19.2
# rich
pynacl==1.6.0
# via -r requirements.txt
pyside6==6.9.2
pyside6==6.11.1
# via -r requirements.txt
pyside6-addons==6.9.2
# via
Expand Down
4 changes: 2 additions & 2 deletions CryptGuardv2/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ======================================
# ======================================
# CryptGuard — dependências completas
# ======================================
# Core crypto/runtime
Expand All @@ -14,7 +14,7 @@ zxcvbn>=4.5
cryptography>=42

# GUI (Qt + Tk theme)
PySide6>=6.9
PySide6>=6.11.1
pyside6-essentials>=6.9
pyside6-addons>=6.9
shiboken6>=6.9 # runtime do Qt for Python
Expand Down
Loading