Updated sqlite requirements

This commit is contained in:
spla 2022-08-27 11:09:49 +02:00
pare 6b42597c8b
commit c98013f377
S'han modificat 2 arxius amb 4 adicions i 1 eliminacions

Veure arxiu

@ -12,7 +12,7 @@ Get all the running software of the peers of your Mastodon server and block the
Within Python Virtual Environment:
1. Run `pip install -r requirements.txt` to install needed Python libraries.
1. Run `pip install -r requirements.txt` (or `sqlite-requeriments.txt` for sqlite3 version) to install needed Python libraries.
2. Run `python peers.py` (or `sqlite-peers.py` for sqlite3 version) to collect and store all needed data from your server peers.

3
sqlite-requeriments.txt Normal file
Veure arxiu

@ -0,0 +1,3 @@
requests
sqlite3
Mastodonplus.py