Skip to content

Commit 58f23c2

Browse files
committed
yolo
1 parent d521d35 commit 58f23c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111

1212
current_date = datetime.now().strftime("%Y.%m.%d")
1313

14+
def read_requirements(file_path):
15+
with open(file_path, "r") as file:
16+
return file.read().splitlines()
17+
1418
def read_version(file_path="version.txt"):
1519
with open(file_path, "r") as file:
1620
return file.readline().strip()

0 commit comments

Comments
 (0)