From 200e2318d3977b946c4952ce61ee7a08004caa45 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Mon, 29 Jan 2024 15:29:10 +1100 Subject: [PATCH] fix: Add pysock to imports --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b7d627b..6f73b4e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,5 @@ gunicorn dnspython cryptography requests-doh -Flask-QRcode \ No newline at end of file +Flask-QRcode +PySocks \ No newline at end of file