From 3625ad9696df8fe27fbc3a711cd1d44c1a0729ac Mon Sep 17 00:00:00 2001 From: philsv <35413649+philsv@users.noreply.github.com> Date: Mon, 26 Aug 2024 01:13:25 +0200 Subject: [PATCH] Update requirements.txt to remove version constraints --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index de85057..8d9b348 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -beautifulsoup4>=4.12.3 -pandas>=2.2.2 -requests>=2.32.3 \ No newline at end of file +beautifulsoup4 +pandas +requests \ No newline at end of file