menorki / python-calais

Automatically exported from code.google.com/p/python-calais
0 stars 0 forks source link

Add simplejson in the dependency to python-calais #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install pyhton-calais without simplejson

What is the expected output? What do you see instead?
pip should be able to pull the need dependency.

What version of the product are you using? On what operating system?
latest trunk on linux

Please provide any additional information below.
Adding the line below in the setup.py should fix the issue.
"""
install_requires=['simplejson'],
"""
http://bazaar.launchpad.net/~populous/python-calais/with_setup/annotate/head%3A/
setup.py

Original issue reported on code.google.com by yann.ma...@gmail.com on 18 Mar 2009 at 5:57

GoogleCodeExporter commented 9 years ago
Fixed in r20 -- by removing import calais from the setup.py. 

Original comment by yann.ma...@gmail.com on 20 Mar 2009 at 1:08