1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-19 10:51:04 +00:00

don't require scandir for python3

This commit is contained in:
Louis-Philippe Véronneau 2019-07-08 00:48:40 -04:00
parent e0cd49d67b
commit acf7e32ea5
No known key found for this signature in database
GPG Key ID: 7AEAC4EC6AAA0A97

View File

@ -20,7 +20,7 @@ reqs = [
"Pillow", "Pillow",
"requests>=1.0.0", "requests>=1.0.0",
"mutagen>=1.33", "mutagen>=1.33",
"scandir<2.0.0", "scandir<2.0.0; python_version <= '2.7'",
"watchdog>=0.8.0", "watchdog>=0.8.0",
"zipstream", "zipstream",
] ]