-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
38 lines (27 loc) · 788 Bytes
/
Copy pathrequirements.txt
File metadata and controls
38 lines (27 loc) · 788 Bytes
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
# TheSQLI - ZAMZZZ SQL Injection Toolkit
# Requirements / Dependencies
# ============================================
# CORE DEPENDENCIES
# ============================================
# HTTP Requests
requests>=2.28.0
# Terminal UI & Styling
rich>=13.0.0
# ASCII Banner Generator
pyfiglet>=0.8.post1
# DNS Lookup (for subdomain & DNS features)
dnspython>=2.3.0
# ============================================
# OPTIONAL / UTILITY
# ============================================
# Color output (fallback jika rich bermasalah)
colorama>=0.4.6
# Progress bar alternative
tqdm>=4.64.0
# ============================================
# DEVELOPMENT / TESTING (opsional)
# ============================================
# For unit testing
pytest>=7.0.0
# For code formatting
black>=22.0.0