Skip to content

Commit 8e08970

Browse files
committed
bump twitter plugin to 0.2.9
1 parent 15d8e8e commit 8e08970

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

plugins/twitter/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "twitter-plugin-gamesdk"
7-
version = "0.2.8"
7+
version = "0.2.9"
88
description = "Twitter Plugin for Python SDK for GAME by Virtuals"
99
authors = ["Celeste Ang <celeste@virtuals.io>"]
1010
readme = "README.md"
@@ -15,6 +15,8 @@ repository = "https://github.com/game-by-virtuals/game-python"
1515
[tool.poetry.dependencies]
1616
python = ">=3.9"
1717
tweepy = ">=4.15.0"
18+
tweepy = ">=4.15.0"
19+
virtuals-tweepy >= "0.1.4"
1820

1921
[tool.poetry.scripts]
2022
twitter-plugin-gamesdk = "twitter_plugin_gamesdk.game_twitter_auth:start"

0 commit comments

Comments
 (0)