Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Updated requirements for pip 6.0+ to include a session as per jmcarp/robobrowser#32
  • Loading branch information
zjcheah committed Mar 11, 2015
1 parent 487790c commit c20eca3
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 @@
from adlibre_tms import __version__ as VERSION


install_reqs = parse_requirements('requirements.txt')
install_reqs = parse_requirements('requirements.txt',pip.download.PipSession())
requirements = [str(ir.req) for ir in install_reqs]


Expand Down

0 comments on commit c20eca3

Please sign in to comment.