From 85c4935af61d79013550188e2049cb899719c385 Mon Sep 17 00:00:00 2001 From: The DT Date: Sat, 5 Aug 2023 14:29:27 +0700 Subject: [PATCH] update to ver 0.0.3 and fix setup --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index 262780c..142b2e6 100644 --- a/setup.py +++ b/setup.py @@ -1,9 +1,6 @@ import re -import os from setuptools import setup -print(os.listdir(".")) - with open("req.txt", "r") as f: req = f.read().splitlines()