# 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
