Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
iamkroot committed Jun 14, 2021
1 parent 53c5946 commit 30d4923
Showing 2 changed files with 41 additions and 50 deletions.
66 changes: 32 additions & 34 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 9 additions & 16 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -16,24 +16,17 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.7"
requests = "^2.22.0"
guessit = "^3.1.0"
appdirs = "^1.4.3"
pywin32 = {version = "^227", platform = "win32"}
requests = "^2.25.1"
guessit = "^3.3.1"
appdirs = "^1.4.4"
pywin32 = {version = ">=227", platform = "win32"}
win10toast = {version = "^0.9", platform = "win32"}
cleo = "^0.7.6"
confuse = "^1.3.0"
cleo = "^0.8.1"
confuse = "^1.4.0"
pysocks = {version = "^1.7.1", optional = true}
jeepney = {version = "^0.6", platform = "linux"}

[[tool.poetry.dependencies.urlmatch]]
# for some reason, poetry picks the MacOS package by default
url = "https://files.pythonhosted.org/packages/84/4e/654a4b6b335b339da7208ca1e54a34d1180e94c09b11b63dd76ee731b378/urlmatch-1.0.1.tar.gz"
markers = "sys_platform != 'darwin'"

[[tool.poetry.dependencies.urlmatch]]
version = "^1.0.1"
markers = "sys_platform == 'darwin'"
urlmatch = "^1.0.1"

[tool.poetry.dev-dependencies]

@@ -44,8 +37,8 @@ socks = ["pysocks"]
trakts = "trakt_scrobbler.console:main"

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.pyright]
reportGeneralTypeIssues = false

0 comments on commit 30d4923

Please sign in to comment.