44 lines
631 B
Plaintext
44 lines
631 B
Plaintext
# Django and Core
|
|
Django>=5.2.8
|
|
psycopg2-binary>=2.9.11
|
|
python-decouple>=3.8
|
|
django-environ>=0.12.0
|
|
|
|
# MFA/OTP
|
|
django-otp>=1.2.7
|
|
qrcode>=7.4.2
|
|
Pillow>=10.2.0
|
|
|
|
# Security
|
|
django-cors-headers>=4.3.1
|
|
django-ratelimit>=4.1.0
|
|
cryptography>=41.0.0
|
|
argon2-cffi>=23.1.0
|
|
|
|
# File handling
|
|
Pillow>=10.2.0
|
|
|
|
# Task queue (for OSINT)
|
|
celery>=5.3.4
|
|
redis>=5.0.1
|
|
|
|
# API clients (for OSINT)
|
|
requests>=2.31.0
|
|
python-whois>=0.8.0
|
|
dnspython>=2.4.2
|
|
beautifulsoup4>=4.12.2
|
|
lxml>=4.9.3
|
|
urllib3>=2.0.7
|
|
|
|
# Utilities
|
|
python-dateutil>=2.8.2
|
|
|
|
# Development
|
|
django-extensions>=3.2.3
|
|
ipython>=8.18.1
|
|
|
|
# Production (optional)
|
|
gunicorn>=21.2.0
|
|
whitenoise>=6.6.0
|
|
|