We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d8e8e commit 8e08970Copy full SHA for 8e08970
1 file changed
plugins/twitter/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
5
[tool.poetry]
6
name = "twitter-plugin-gamesdk"
7
-version = "0.2.8"
+version = "0.2.9"
8
description = "Twitter Plugin for Python SDK for GAME by Virtuals"
9
authors = ["Celeste Ang <celeste@virtuals.io>"]
10
readme = "README.md"
@@ -15,6 +15,8 @@ repository = "https://github.com/game-by-virtuals/game-python"
15
[tool.poetry.dependencies]
16
python = ">=3.9"
17
tweepy = ">=4.15.0"
18
+tweepy = ">=4.15.0"
19
+virtuals-tweepy >= "0.1.4"
20
21
[tool.poetry.scripts]
22
twitter-plugin-gamesdk = "twitter_plugin_gamesdk.game_twitter_auth:start"
0 commit comments