-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #188 from dbatten5/fix-imdb
Fix imdb
- Loading branch information
Showing
10 changed files
with
28,579 additions
and
32,490 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "phylm" | ||
version = "6.0.0" | ||
version = "6.0.1" | ||
description = "Phylm" | ||
authors = ["Dom Batten <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -23,7 +23,7 @@ click = "^8.0.1" | |
requests = "^2.26.0" | ||
beautifulsoup4 = "^4.10.0" | ||
aiohttp = "^3.8.1" | ||
cinemagoer = "^2022.12.4" | ||
cinemagoer = "^2022.12.27" | ||
|
||
[tool.poetry.dev-dependencies] | ||
pytest = "^6.2.4" | ||
|
3,751 changes: 1,878 additions & 1,873 deletions
3,751
tests/fixtures/vcr_cassettes/imdb/no_results.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.