Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Nudged apeek support, removed py3.8 classifier
  • Loading branch information
iluvcapra authored Jul 11, 2024
1 parent 4d008bf commit 53599fb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ classifiers = [
'Topic :: Multimedia :: Sound/Audio',
'Development Status :: 4 - Beta',
'Environment :: Console',
'License :: OSI Approved :: BSD License',
"Programming Language :: Python :: 3.8",
'License :: OSI Approved :: BSD License',
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand All @@ -24,7 +23,7 @@ dependencies = [
"numpy ~= 2.0",
"parsimonious ~= 0.10.0",
"pydub ~= 0.25.1",
"apeek ~= 0.1.1",
"apeek ~= 0.2.0",
"gnureadline ~= 8.1.2"
]
keywords = [
Expand Down

0 comments on commit 53599fb

Please sign in to comment.