Bot-detector / bot-detector-scraper

GNU General Public License v2.0
2 stars 2 forks source link

Scraper

working with uv

creating a virtual env

uv venv .venv

adding a dependency

uv add <package>

adding a dev dependency

uv add --dev <package>

keeping requirements.txt up to date

uv pip compile pyproject.toml -o requirements.txt