RELEASE: Version 1.0 #3

Merged
luketainton merged 14 commits from develop into main 2022-06-25 23:27:02 +02:00
Showing only changes of commit ab2a739360 - Show all commits

View File

@ -8,7 +8,7 @@ from app._version import VERSION
dependencies = [] dependencies = []
with open("requirements.txt", "r") as dep_file: with open("requirements.txt", "r", encoding="ascii") as dep_file:
for dep_line in dep_file.readlines(): for dep_line in dep_file.readlines():
dependencies.append(dep_line.replace("\n", "")) dependencies.append(dep_line.replace("\n", ""))