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
2 changes: 1 addition & 1 deletion CryptGuardv2/requirements.lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pynacl==1.6.0
# via -r requirements.txt
pyside6==6.9.2
# via -r requirements.txt
pyside6-addons==6.9.2
pyside6-addons==6.11.1
# via
# -r requirements.txt
# pyside6
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 @@ -16,7 +16,7 @@ cryptography>=42
# GUI (Qt + Tk theme)
PySide6>=6.9
pyside6-essentials>=6.9
pyside6-addons>=6.9
pyside6-addons>=6.11.1
shiboken6>=6.9 # runtime do Qt for Python
ttkbootstrap>=1.10
pillow>=10.2 # usado pelo ttkbootstrap p/ imagens/temas
Expand Down
Loading