From d69448d8db70cbb7c709957495da4a02918f2f12 Mon Sep 17 00:00:00 2001 From: Mattia Giambirtone Date: Mon, 13 Jun 2022 01:12:43 +0200 Subject: [PATCH] Added pydantic back to requirements --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index e312d69..1a19f49 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ pyrogram tgcrypto uvloop +pydantic