-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathrequirements.txt
More file actions
63 lines (50 loc) · 1.37 KB
/
Copy pathrequirements.txt
File metadata and controls
63 lines (50 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Core
Django==4.2.21 # CVE-2024-27351, CVE-2024-45230, CVE-2024-45231, CVE-2024-38875 corrigidos
python-decouple==3.8
# Database
psycopg2-binary==2.9.12
# REST API
djangorestframework==3.15.2
djangorestframework-simplejwt==5.5.1
django-cors-headers==4.6.0
# Task Queue
celery==5.4.0
django-celery-beat==2.7.0
redis==5.2.1
# Web Scraping
selenium==4.17.2
beautifulsoup4==4.12.3
requests==2.32.3
webdriver-manager==4.0.1
psutil
lxml==5.3.0
# pywin32 — apenas Windows (certificados digitais A3); não instalar no Linux
# Frontend
django-crispy-forms>=2.3
crispy-bootstrap5>=2024.10
# File handling
pillow==11.1.0 # múltiplos CVEs de parsing de imagem corrigidos
openpyxl==3.1.5
pandas==2.2.3
reportlab==4.5.1
# Email
premailer==3.10.0
# Static & Media
whitenoise==6.8.2
# Production
gunicorn==22.0.0 # CVE-2024-1135 HTTP Request Smuggling corrigido
# Storage (S3 optional)
django-storages==1.14.4
boto3==1.35.99
# Utilities
python-dateutil==2.9.0.post0
pytz==2025.1
# Security
django-axes==7.0.1
django-csp==3.8
django-otp==1.5.4
qrcode[pil]==7.4.2
cryptography>=42.0.0
# ── Desenvolvimento e Testes ────────────────────────────────────────────────
# Instalar com: pip install -r requirements-dev.txt
# (separado para não poluir o ambiente de produção)