From 6caed78d35ea80cf0efeadb6d6ee2f8bc9f9bdbf Mon Sep 17 00:00:00 2001 From: livindra Date: Tue, 28 Apr 2026 19:59:19 +0700 Subject: [PATCH] cryptography install --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4c7ba80..3451a15 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,5 @@ SQLAlchemy>=2.0.0 PyMySQL>=1.1.0 python-dotenv>=1.0.0 gunicorn>=21.2.0 -pytz>=2024.1 \ No newline at end of file +pytz>=2024.1 +cryptography>=3.4.8 \ No newline at end of file