diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-03-27 15:04:18 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-03-27 15:05:25 -0500 |
commit | 052d3d985a761fcf1d45593d9c02f4fe5643df8b (patch) | |
tree | 967fd5d1b851045dc433783e49af78ce17b8c04a /setup.py | |
parent | 9caaff48af3f356b6abe7c92efb685d182347fc1 (diff) | |
download | mediagoblin-052d3d985a761fcf1d45593d9c02f4fe5643df8b.tar.lz mediagoblin-052d3d985a761fcf1d45593d9c02f4fe5643df8b.tar.xz mediagoblin-052d3d985a761fcf1d45593d9c02f4fe5643df8b.zip |
Removing extlib submodule and switching it to being a package.
Much nicer!
This commit sponsored by Cameron Merkel. Thanks Cameron! Good luck
with yer projects!
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -65,6 +65,7 @@ try: 'pytz', 'oauthlib==0.5.0', 'unidecode', + 'ExifRead', # PLEASE change this when we can; a dependency is forcing us to set this # specific number and it is breaking setup.py develop |