-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
130 lines (100 loc) · 2.08 KB
/
requirements.txt
File metadata and controls
130 lines (100 loc) · 2.08 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# FortiPath Python Dependencies
# Last Updated: 2025-10-25
# Python Version: 3.11+
# Core HTTP and Web Scraping
requests>=2.31.0
beautifulsoup4>=4.12.0
lxml>=5.1.0
# Google Maps API integration
googlemaps>=4.10.0
# Data Analysis and Visualization
pandas>=2.1.0
numpy>=1.26.0
matplotlib>=3.8.0
seaborn>=0.13.0
# OSINT and Security Tools
python-whois>=0.8.0
dnspython>=2.4.0
# AI/ML Integration
openai>=1.3.0
# Communication and Notifications
python-telegram-bot>=20.6
slack-sdk>=3.23.0
# Email with PGP Support
pgpy>=0.6.0
# Database Support
sqlalchemy>=2.0.0
psycopg2-binary>=2.9.0
alembic>=1.12.0
# Configuration Management
python-dotenv>=1.0.0
pyyaml>=6.0.1
python-decouple>=3.8
# Report Generation
reportlab>=4.0.7
python-docx>=1.1.0
markdown>=3.5.0
# Date and Time Utilities
python-dateutil>=2.8.2
pytz>=2023.3
# Geospatial and Mapping
geopy>=2.4.0
folium>=0.15.0
# Async Support
aiohttp>=3.9.0
asyncio>=3.4.3
# Data Validation
pydantic>=2.5.0
marshmallow>=3.20.0
# Testing
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-asyncio>=0.21.0
pytest-mock>=3.12.0
# Code Quality and Linting
black>=23.10.0
flake8>=6.1.0
mypy>=1.6.0
pylint>=3.0.0
isort>=5.12.0
# Security Scanning
bandit>=1.7.5
safety>=2.3.5
# Documentation
sphinx>=7.2.0
sphinx-rtd-theme>=2.0.0
# Logging and Monitoring
structlog>=23.2.0
colorlog>=6.8.0
# API Development (for future web interface)
fastapi>=0.104.0
uvicorn>=0.24.0
pydantic-settings>=2.1.0
# Task Scheduling
schedule>=1.2.0
celery>=5.3.0
# Encryption and Security
cryptography>=41.0.0
bcrypt>=4.1.0
# CLI Development
click>=8.1.7
rich>=13.7.0
tabulate>=0.9.0
# File Handling
pillow>=10.1.0
openpyxl>=3.1.0
# Network and System Tools
psutil>=5.9.0
netifaces>=0.11.0
# JSON and Data Formats
orjson>=3.9.0
jsonschema>=4.20.0
# Rate Limiting
ratelimit>=2.2.1
# HTTP Client with Better Features
httpx>=0.25.0
# TAK Server Integration (FreeTAKServer API)
# Note: May need to be installed separately or from specific source
# freetakserver-client>=0.1.0 # Uncomment if available
# ZeroTier API Integration
# Note: Using requests for ZeroTier API calls, no separate package needed