jgorset / facepy

Facepy makes it really easy to use Facebook's Graph API with Python
MIT License
863 stars 199 forks source link

Dependency on six package should be included in setup.py #106

Closed deuxpi closed 10 years ago

deuxpi commented 10 years ago

There is a new dependency on the six package since the newest release, but it breaks all packages that don't include that package themselves (i.e. from pip). It should probably be specified in the setup.py configuration instead of only in requirements.txt.

jgorset commented 10 years ago

Thank you! I fixed this in 62742fae687089a53f8fe5ee1eb96ae86040b53e and pushed a new version 1.0.1.

hadrien commented 10 years ago

Wow, that was fast! Thanks!