We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f6322 commit 5356be1Copy full SHA for 5356be1
debian/control
@@ -34,6 +34,7 @@ Depends:
34
python-reportlab,
35
python-simplejson,
36
python-tz,
37
+ python-unittest2,
38
python-vatnumber,
39
python-vobject,
40
python-webdav,
setup.py
@@ -121,6 +121,7 @@ def py2exe_options():
121
'pyyaml',
122
'reportlab', # windows binary pypi.python.org/pypi/reportlab
123
'simplejson',
124
+ 'unittest2',
125
'vatnumber',
126
'vobject',
127
'werkzeug',
0 commit comments