first commit
This commit is contained in:
14
requirements.txt
Normal file
14
requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user