diff options
author | Jelmer Vernooij <jelmer@jelmer.uk> | 2021-03-09 15:12:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 15:12:31 +0000 |
commit | 1dafb884e47f5fc26232672b01c2a9574577e7be (patch) | |
tree | 36bf54714fc35aba68bca1ac9584038d11fef69e /setup.py | |
parent | 7583ce28db20a0b2ad229a69175949e5a30586fe (diff) | |
parent | 71a0f0766215cadf60feb1687c1fdd5fa7e23015 (diff) | |
download | subunit-git-1dafb884e47f5fc26232672b01c2a9574577e7be.tar.gz |
Merge pull request #17 from mtreinish/timestamp-output
Add options to output filter to set timestamps
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ else: 'install_requires': [ 'extras', 'testtools>=0.9.34', + 'python-dateutil>=2.4.2', ], 'tests_require': [ 'fixtures', |