first commit

This commit is contained in:
2025-08-20 21:22:28 +00:00
commit 70d29f9f95
26 changed files with 2558 additions and 0 deletions

14
requirements.txt Normal file
View File

@@ -0,0 +1,14 @@
Flask>=3.0.3
Jinja2>=3.1.4
Werkzeug>=3.0.3
itsdangerous>=2.2.0
click>=8.1.7
lxml>=5.3.0
playwright==1.45.0 # Playwright stack
beautifulsoup4>=4.12.3 # HTML parsing, etc.
gunicorn>=22.0.0 # Production server
python-whois # For WHOIS lookups
geoip2 # MaxMind GeoLite2 database for IP geolocation
dnspython # For DNS lookups, including A/AAAA records
ipwhois
PyYAML