dsnopek / anki-sync-server

A personal Anki sync server (so you can sync against your own server rather than AnkiWeb)
GNU Affero General Public License v3.0
741 stars 95 forks source link

Added explicit dependency on httplib2. #39

Open pganssle opened 8 years ago

pganssle commented 8 years ago

Resolves #37.

Since httplib2 is not a direct dependency of this library, an alternative way to resolve this is to maybe modify the documentation about running this in a virtualenv to include a step pulling in the anki dependencies.

Ideally we'd be able to pull in an actual dependency list from somewhere, not sure how to do that, particularly in a cross-platform way.