Skip to content

Commit 6f9cef4

Browse files
committed
Open as binary file
1 parent 9bc08d6 commit 6f9cef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def _get_minimum_versions(dependencies, python_version):
7272

7373
@task
7474
def install_minimum(c):
75-
with open('pyproject.toml', 'r', encoding='utf-8') as pyproject_file:
75+
with open('pyproject.toml', 'rb') as pyproject_file:
7676
pyproject_data = tomli.load(pyproject_file)
7777

7878
dependencies = pyproject_data.get('project', {}).get('dependencies', [])

0 commit comments

Comments
 (0)