From 474ed6b9e3c5abf36488f57f8af2211c23162fa6 Mon Sep 17 00:00:00 2001 From: Zach Lovelady <108858+zlove@users.noreply.github.com> Date: Sun, 11 Sep 2022 16:43:02 -0600 Subject: [PATCH] Making version specifiers less specific --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5ac55ae..c3697ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -munch~=2.5.0 -requests~=2.27.1 -pydantic~=1.9.1 -email-validator~=1.2.1 \ No newline at end of file +munch~=2.5 +requests~=2.27 +pydantic~=1.9 +email-validator~=1.2 \ No newline at end of file