mirror of
https://github.com/beetbox/beets.git
synced 2026-03-02 19:26:29 +01:00
need dateutil in install ?
This commit is contained in:
parent
bee758a196
commit
9bc75b042f
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -93,6 +93,7 @@ setup(
|
|||
'musicbrainzngs>=0.4',
|
||||
'pyyaml',
|
||||
'jellyfish',
|
||||
'python-dateutil',
|
||||
] + (['colorama'] if (sys.platform == 'win32') else []) +
|
||||
(['enum34>=1.0.4'] if sys.version_info < (3, 4, 0) else []),
|
||||
|
||||
|
|
@ -107,7 +108,7 @@ setup(
|
|||
'pathlib',
|
||||
'python-mpd2',
|
||||
'discogs-client',
|
||||
'python-dateutil'
|
||||
'python-dateutil',
|
||||
],
|
||||
|
||||
# Plugin (optional) dependencies:
|
||||
|
|
|
|||
Loading…
Reference in a new issue