Skip to content

Commit

Permalink
Downgrade click due to typing issue with Mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Jul 7, 2023
1 parent 23ce6c7 commit 66b5987
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
6 changes: 0 additions & 6 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,3 @@ warn_redundant_casts = True
warn_return_any = True
warn_unreachable = True
warn_unused_ignores = True

[mypy-urllib3.util]
ignore_missing_imports = True

[mypy-requests_mock]
ignore_missing_imports = True
8 changes: 4 additions & 4 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@ packages = [{ include = "instagram_archiver" }]

[tool.poetry.dependencies]
python = ">=3.10,<4"
click = "^8.1.3"
click = ">=8.0,<8.1.4"
loguru = "^0.6.0"
ratelimit = "^2.2.1"
requests = "^2.28.2"
yt-dlp = "^2023.6.22"
yt-dlp-types = "^0.0.4"

[tool.poetry.group.dev.dependencies]
mypy = "^1.2.0"
mypy = "^1.4.1"
pluggy-types = "^0.0.1"
pylint = "^2.17.2"
pylint-quotes = "^0.2.3"
ratelimit-types = "^0.0.1"
rope = "^1.7.0"
toml = "^0.10.2"
types-requests = "^2.28.11.17"
ratelimit-types = "^0.0.1"
yapf = "^0.40.1"
pluggy-types = "^0.0.1"

[tool.poetry.group.docs.dependencies]
docutils = "^0.20.1"
Expand Down

0 comments on commit 66b5987

Please sign in to comment.