diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2014-03-18 18:20:10 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2014-03-18 18:20:10 +0100 |
| commit | 018a14431bd3612db4e8840ce24f3e60026ece0f (patch) | |
| tree | 18c7f0ed489c0c0f206ac1f0a191b1ce0ab045b2 /setup.py | |
| parent | faed14b2c691746ba6cf98d164a5e6b1ca3ee4c9 (diff) | |
| parent | 993271bed30e24c7ae1e0f63b64e030829206f27 (diff) | |
Merge pull request #57 from pointhi/results
improving publishDate extraction and output of it
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ setup( 'lxml', 'pyyaml', 'setuptools', + 'python-dateutil', ], extras_require={ 'test': [ |