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
6 changes: 3 additions & 3 deletions CryptGuardv2/requirements.lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cffi==2.0.0
# pynacl
coverage[toml]==7.11.0
# via pytest-cov
cryptography==46.0.1
cryptography==48.0.1
# via -r requirements.txt
hypothesis==6.142.5
# via -r requirements.txt
Expand All @@ -40,7 +40,7 @@ packaging==25.0
# via pytest
pathspec==0.12.1
# via mypy
pillow==10.4.0
pillow==12.2.0
# via
# -r requirements.txt
# ttkbootstrap
Expand Down Expand Up @@ -69,7 +69,7 @@ pyside6-essentials==6.9.2
# -r requirements.txt
# pyside6
# pyside6-addons
pytest==8.4.2
pytest==9.0.3
# via
# -r requirements.txt
# pytest-cov
Expand Down
8 changes: 4 additions & 4 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 @@ -11,22 +11,22 @@ psutil>=5.9
zxcvbn>=4.5

# Cripto adicional (HKDF, etc.)
cryptography>=42
cryptography>=48.0.1

# GUI (Qt + Tk theme)
PySide6>=6.9
pyside6-essentials>=6.9
pyside6-addons>=6.9
shiboken6>=6.9 # runtime do Qt for Python
ttkbootstrap>=1.10
pillow>=10.2 # usado pelo ttkbootstrap p/ imagens/temas
pillow>=12.2.0 # usado pelo ttkbootstrap p/ imagens/temas
QtAwesome>=1.4

# ------------------------------
# Ferramentas de teste/qualidade
# (se não quiser, remova esta seção)
hypothesis>=6.90
pytest>=8
pytest>=9.0.3
pytest-cov>=5
ruff>=0.6
mypy>=1.11
Expand Down
Loading