Skip to content

Commit

Permalink
add py3.6 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
dotX12 committed Jun 12, 2021
1 parent ba71237 commit 16dfb0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "shazamio"
version = "0.0.2"
description = "Is a asynchronous framework from reverse engineered Shazam API written in Python 3.7 with asyncio and aiohttp."
version = "0.0.3"
description = "Is a asynchronous framework from reverse engineered Shazam API written in Python 3.6+ with asyncio and aiohttp."
authors = ["dotX12"]
license = "MIT License"
keywords = ["python", "shazam", "music", "recognize", "api", "async", "asyncio", "aiohttp", "identification"]
Expand All @@ -14,7 +14,7 @@ include = [
]

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.6"
numpy = "^1.20.1"
aiohttp = "^3.7.4"
pydub = "^0.24.1"
Expand Down

0 comments on commit 16dfb0d

Please sign in to comment.