Guest User

Untitled

a guest
May 4th, 2012
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. How to link to forked package in distutils, without breaking pip freeze?
  2. dependency_links=[
  3. 'http://github.com/Bouke/python-openid/downloads',
  4. ],
  5. install_requires=[
  6. 'python-openid == 2.2.5-bouke0',
  7. ],
  8.  
  9. django-federated-login==0.1.3
  10. python-openid==2.2.5-bouke0
Advertisement
Add Comment
Please, Sign In to add comment