Skip to content

Commit

Permalink
fix: fix setup reqs (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanFM authored Jul 13, 2023
1 parent 574a896 commit d63c295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


# Read the contents of requirements.txt
with open('requirements.txt', 'r') as f:
with open(path.join(path.dirname(__file__), 'requirements.txt'), 'r') as f:
requirements = f.read().splitlines()

setup(
Expand Down

0 comments on commit d63c295

Please sign in to comment.