Skip to content

Commit

Permalink
set minimum dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma67 committed Apr 8, 2023
1 parent 7f47f5c commit 450cc3b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ authors=[{name = "sigma67", email= "ytmusicapi@gmail.com"}]
license={file="LICENSE"}
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: MIT License",
]
dependencies = [
"ytmusicapi",
"spotipy"
"ytmusicapi>=1.0",
"spotipy>=2.23.0"
]
dynamic = ["version", "readme"]

Expand Down

0 comments on commit 450cc3b

Please sign in to comment.