Skip to content

Commit

Permalink
Merge pull request #159 from blaggacao/master
Browse files Browse the repository at this point in the history
chore(build): 🎨 follow new poetry core namespace
  • Loading branch information
MerleLiuKun authored Jul 18, 2023
2 parents 812d799 + 872e4f7 commit 633325e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ pytest = "^6.0.2"
pytest-cov = "^2.10.1"

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion testdata/modeldata/channels/channel_statistics.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"viewCount": "160361638",
"viewCount": 160361638,
"commentCount": "0",
"subscriberCount": "1927873",
"hiddenSubscriberCount": false,
Expand Down
2 changes: 1 addition & 1 deletion testdata/modeldata/videos/video_statistics.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"viewCount": "8087",
"viewCount": 8087,
"likeCount": "190",
"dislikeCount": "23",
"favoriteCount": "0",
Expand Down

0 comments on commit 633325e

Please sign in to comment.