Skip to content

Commit

Permalink
Fixed pip install -r requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
gaspardpetit committed Jan 18, 2024
1 parent ac1c79e commit 63c654a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# all requirements are in setup.py
wheel
setuptools
.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

# Load load description from README.md
this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()
long_description = (this_directory / "README.md").read_text(encoding="utf-8")



Expand Down

0 comments on commit 63c654a

Please sign in to comment.