requirements and setup: add PyGTK dependency which was forgotten

This commit is contained in:
Jérôme Schneider 2013-12-19 16:12:33 +01:00
parent e969d52a42
commit ee2ffef0dc
2 changed files with 3 additions and 1 deletions

View File

@ -14,3 +14,4 @@ django-localflavor
raven >= 3.5.2, < 3.6
M2Crypto
pycairo
PyGTK

View File

@ -53,9 +53,10 @@ setup(name='calebasse',
'interval == 1.0.0',
'python-entrouvert >= 1.3'
'django-localflavor',
'PyGTK'
'xhtml2pdf',
'M2Crypto',
'pycairo'
'pycairo',
],
dependency_links = [
'http://django-swingtime.googlecode.com/files/django-swingtime-0.2.1.tar.gz#egg=django-swingtime-0.2.1',