chore: replace aiosqlite with dataset and add bounded seen set to crawler
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# retoor <retoor@molodetz.nl>
|
||||
.PHONY: all env install run clean
|
||||
|
||||
all: env install run
|
||||
|
||||
env:
|
||||
python3 -m venv .venv
|
||||
.
|
||||
|
||||
install:
|
||||
. .venv/bin/activate && pip install -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user