config: add gevent dependency and min_threads option

- requirements.txt: add gevent for cooperative concurrency
- config.py: add min_threads setting for thread scaling
This commit is contained in:
Username
2025-12-23 17:22:52 +01:00
parent 267035802a
commit 71fb3800ee
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
beautifulsoup4
pyasn
IP2Location
IP2Location
gevent