Updated requirements*.txt for dateutils

This commit is contained in:
Philipp Wolfer
2020-03-18 10:19:53 +01:00
parent 76a4ff0a61
commit e336534dda
4 changed files with 4 additions and 2 deletions

View File

@@ -769,7 +769,7 @@ args = {
'patch_version': picard_patch_version,
},
'scripts': ['scripts/' + PACKAGE_NAME],
'install_requires': ['PyQt5', 'mutagen'],
'install_requires': ['PyQt5', 'mutagen', 'python-dateutil'],
'classifiers': [
'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
'Development Status :: 5 - Production/Stable',