Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 4th, 2012  |  syntax: None  |  size: 0.27 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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