From b473930546a3cb2db96ca80c1b218fe203d3b0fc Mon Sep 17 00:00:00 2001 From: abhishek-ch Date: Thu, 18 Jan 2024 09:23:05 +0100 Subject: [PATCH] fixed limiting --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 602266e..524a8ba 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ with open("README.md", "r") as fh: long_description = fh.read() -with open('environments/requirements.txt') as f: +with open("environments/requirements.txt") as f: requirements = f.read().splitlines() setuptools.setup(