From ff4568235a22cd7c3b715b4a0f027b472d2859ae Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Sat, 22 Jul 2023 22:57:49 +0000 Subject: [PATCH] Python 3.12 needs lxml>4.9.2 --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 50b94fea..12d0d577 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -7,7 +7,7 @@ google-auth-httplib2 google-auth-oauthlib>=0.4.1 google-auth>=2.3.2 httplib2>=0.17.0 -lxml==4.9.2 +lxml passlib>=1.7.2 pathvalidate python-dateutil