24 lines
346 B
Plaintext
24 lines
346 B
Plaintext
# CarterPerez-dev | 2025
|
|
# Keylogger requirements.txt
|
|
|
|
|
|
pynput==1.8.1
|
|
requests==2.32.5
|
|
|
|
|
|
# Platform specific dependencies (optional but recommended)
|
|
# Windows:
|
|
# pywin32==311
|
|
# psutil==7.1.3
|
|
|
|
# macOS:
|
|
# pyobjc-framework-Cocoa==12.0
|
|
|
|
# Optional recommened linting
|
|
# ruff==0.14.4
|
|
# mypy==1.18.2
|
|
# pylint==4.0.2
|
|
|
|
# Optional Formatter
|
|
# yapf==0.43.0
|