1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00

Captcha fallback for where re-captcha is unavailable (#38)

This commit is contained in:
Stefan Pratter
2019-05-02 17:57:55 +00:00
parent 7b1861a58d
commit e49d7c9b68
12 changed files with 183 additions and 31 deletions

View File

@@ -51,6 +51,7 @@ django = "==1.11.20"
uwsgi = "==2.0.14"
markdown = "==2.6.7"
"twentyc.rpc" = "==0.3.5"
django-simple-captcha = "==0.5.11"
unidecode = "==1.0.23"
[requires]