From 37eeda355de20d166128ce2d1f66bcde113162dc Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Sun, 2 Jun 2024 18:59:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?= =?UTF-8?q?to=20latest=20Python=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index d93812e..b50df12 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,6 @@ PACKAGE_NAME = 'personal_data' with open('README.md') as f: readme = f.read() - def parse_version_file(text: str) -> str: match = re.match(r'^__version__\s*=\s*(["\'])([\d\.]+)\1$', text) if match is None: @@ -23,11 +22,9 @@ def parse_version_file(text: str) -> str: raise Exception(msg) return match.group(2) - with open(PACKAGE_NAME + '/_version.py') as f: version = parse_version_file(f.read()) - def parse_requirements(text: str) -> list[str]: return text.strip().split('\n') @@ -57,6 +54,7 @@ cfscrape frozendict python-kucoin krakenex +fin-depo """ REQUIREMENTS_TEST = """