This commit is contained in:
Luftmensch
2026-08-26 14:11:37 +07:00
commit e528419f9a
135 changed files with 413970 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# Windows Audit Python Dependencies
# Target: Python 3.8 (Windows Server 2012 compatible)
#
# Setup with conda:
# conda create -n audit python=3.8 -y
# conda activate audit
# pip install -r requirements.txt
pycryptodome>=3.15,<4
colorama>=0.4
unidecode>=1.3
pyinstaller>=5.0,<6