diff options
author | Joar Wandborg <git@wandborg.com> | 2011-10-27 12:14:53 +0200 |
---|---|---|
committer | Joar Wandborg <git@wandborg.com> | 2011-10-27 12:14:53 +0200 |
commit | 6cde0361c76618b1673b2c9800d35f19c63ace51 (patch) | |
tree | 5a83d590c433736eef6ff96a1caf192766a6622f /setup.py | |
parent | 206ef749430db0fdb54271350eb8417ea3bfff59 (diff) | |
download | mediagoblin-6cde0361c76618b1673b2c9800d35f19c63ace51.tar.lz mediagoblin-6cde0361c76618b1673b2c9800d35f19c63ace51.tar.xz mediagoblin-6cde0361c76618b1673b2c9800d35f19c63ace51.zip |
Added pygtk to dependencies
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,7 @@ setup( 'ConfigObj', 'Markdown', 'python-cloudfiles', + 'pygtk', ## For now we're expecting that users will install this from ## their package managers. # 'lxml', |