Need install requests for Recaptcha
This commit is contained in:
parent
7ba6d5de08
commit
1e74238456
@ -10,3 +10,4 @@ python3 -m venv .venv # Create .venv
|
|||||||
.venv/bin/pip3 install mysql-connector # Database connector
|
.venv/bin/pip3 install mysql-connector # Database connector
|
||||||
.venv/bin/pip3 install bcrypt # Password hash
|
.venv/bin/pip3 install bcrypt # Password hash
|
||||||
.venv/bin/pip3 install pyjwt[crypto] # JWT
|
.venv/bin/pip3 install pyjwt[crypto] # JWT
|
||||||
|
.venv/bin/pip3 install requests # For HTTP Request (Recaptcha need a POST HTTP requests)
|
||||||
|
Loading…
Reference in New Issue
Block a user