From 991ad6b7cd90c5172a64aefaff6cb112e548626b Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sun, 23 Oct 2022 22:23:52 +0200 Subject: [PATCH] Revert "Update dependency WTForms to v3" This reverts commit af32b0905406c927a4a407efe8d7fff5ff2331a7. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c897a8c..4a25f83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Flask==2.2.2 Flask-SQLAlchemy==2.5.1 Flask-HTTPAuth==4.7.0 Flask-WTF==1.0.1 -WTForms==3.0.1 +WTForms==2.3.3 PyMySQL==1.0.2 pg8000==1.29.2 requests==2.28.1