-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathrequirements.txt
More file actions
29 lines (21 loc) · 1.61 KB
/
Copy pathrequirements.txt
File metadata and controls
29 lines (21 loc) · 1.61 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
# MikrotikAPI-BF — Python 3.8+ requirements
# Version: see version.py
# Install: pip install -r requirements.txt
# ── Core HTTP / networking ─────────────────────────────────────────────────
requests>=2.28.0
urllib3>=1.26.0
# ── Terminal UX ────────────────────────────────────────────────────────────
colorama>=0.4.6
# ── SSH post-login validation ─────────────────────────────────────────────
paramiko>=2.7.0
# ── SOCKS proxy support ────────────────────────────────────────────────────
PySocks>=1.7.1
# ── YAML configuration ────────────────────────────────────────────────────
PyYAML>=6.0
# ── HTML parsing (fingerprinting) ─────────────────────────────────────────
beautifulsoup4>=4.12.0
# ── Environment variables (optional, for .env support) ────────────────────
python-dotenv>=1.0.0
# ── Winbox EC-SRP5 (RouterOS 6.43+ / 7.x) ─────────────────────────────────
pycryptodome>=3.19.0
ecdsa>=0.18.0