Skip to content

Commit

Permalink
Merge pull request #4 from nschloe/dep-fix
Browse files Browse the repository at this point in the history
Dep fix
  • Loading branch information
nschloe authored Aug 1, 2020
2 parents 34a6abc + 0128f17 commit 150e16f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = specky
version = 0.1.2
version = 0.1.3
author = Nico Schlömer
email = [email protected]
description = Audio file spectral analysis
Expand All @@ -26,10 +26,9 @@ classifiers =

[options]
packages = find:
# importlib_metadata can be removed when we support Python 3.8+ only
install_requires =
colorama
importlib_metadata
importlib_metadata;python_version<"3.8"
matplotlib
mutagen
numpy
Expand Down

0 comments on commit 150e16f

Please sign in to comment.