Skip to content

Commit

Permalink
Specify relative path to browser requirements files. (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham committed Dec 1, 2016
1 parent 9567615 commit f150522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@
deps = f.read().splitlines()

# Browser-specific requirements
requirements_files = glob.glob(os.path.join(here, "requirements_*.txt"))
requirements_files = glob.glob("requirements_*.txt")

profile_dest = None
dest_exists = False
Expand Down

0 comments on commit f150522

Please sign in to comment.