Fix poetry package versions

This commit is contained in:
Nathan Thomas 2021-09-11 22:04:45 -07:00
parent 7df9a45f39
commit c6e976cade
2 changed files with 914 additions and 2 deletions

910
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -39,7 +39,9 @@ cleo = {version = "1.0.0a3", allow-prereleases = true}
appdirs = "^1.4.4"
m3u8 = "^0.9.0"
aiofiles = "^0.7.0"
aiohttp = "^3.7.4-post.0"
aiohttp = "^3.7.4"
cchardet = "^2.1.7"
aiodns = "^3.0.0"
[tool.poetry.urls]
"Bug Reports" = "https://github.com/nathom/streamrip/issues"
@ -52,6 +54,8 @@ types-Pillow = "^8.3.1"
black = "^21.7b0"
isort = "^5.9.3"
flake8 = "^3.9.2"
setuptools = "^58.0.4"
pytest = "^6.2.5"
[build-system]
requires = ["poetry-core>=1.0.0"]