diff options
| author | jvoisin | 2015-07-25 16:44:02 +0200 |
|---|---|---|
| committer | jvoisin | 2015-07-25 16:44:02 +0200 |
| commit | 85e6279d16af063e5150c7cf4bd491185b8ae788 (patch) | |
| tree | b194771ea3a3af68689d41643722cbca82078a1e | |
| parent | 6a7ec826768bf7961254c101ca4e51ef41dd6df3 (diff) | |
Add python packages dependencies to setup.py
| -rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -40,4 +40,5 @@ setup( | |||
| 40 | 'build_icons': build_icons.build_icons, | 40 | 'build_icons': build_icons.build_icons, |
| 41 | 'clean': clean_i18n.clean_i18n, | 41 | 'clean': clean_i18n.clean_i18n, |
| 42 | }, | 42 | }, |
| 43 | requires=['mutagen', 'gi', 'pdfrw'] | ||
| 43 | ) | 44 | ) |
