Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
fix for specific pip versions
Browse files Browse the repository at this point in the history
  • Loading branch information
job committed Feb 4, 2015
1 parent 1f2f40b commit b76c91a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aclhound/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.7.8"
__version__ = "1.7.9"
__author__ = "Job Snijders"
__author_email__ = "job@instituut.net"
__copyright__ = "Copyright 2014-2015, Job Snijders"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
print(" git push --tags")
sys.exit()

install_reqs = parse_requirements('requirements.txt')
install_reqs = parse_requirements('requirements.txt', session="")
reqs = [str(ir.req) for ir in install_reqs]


Expand Down

0 comments on commit b76c91a

Please sign in to comment.