Skip to content

Commit

Permalink
fix test reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfrees committed Aug 18, 2023
1 parent 9b2f4bf commit a0edb33
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 @@ -10,7 +10,7 @@ def _read_reqs(relpath):
_SCRAPEMED_REQS = _read_reqs("requirements.txt")
_DEPENDENCY_LINKS = [l for l in _SCRAPEMED_REQS if "://" in l]
_INSTALL_REQUIRES = [l for l in _SCRAPEMED_REQS if "://" not in l]
_TEST_REQS = _read_reqs(os.path.join("scrapemed", "tests", "requirements.txt"))
_TEST_REQS = _read_reqs("requirements.txt")

setup(
name='scrapemed',
Expand Down

0 comments on commit a0edb33

Please sign in to comment.