Skip to content

Commit 4ca4881

Browse files
author
Roland Hedberg
committed
Missing requirement
1 parent 5cd5ebd commit 4ca4881

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ def run_tests(self):
4545
'repoze.who',
4646
'pycrypto', # 'Crypto'
4747
'pytz',
48-
'pyOpenSSL'
48+
'pyOpenSSL',
49+
'python-dateutil'
4950
]
5051

5152
tests_require = [

0 commit comments

Comments
 (0)