requirements: Remove python-twitter.

Commit dce4a3c98e (#25816) removed
Twitter support.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-06-05 15:42:35 -07:00
committed by Tim Abbott
parent 0b776e2c15
commit 013be33b20
3 changed files with 1 additions and 31 deletions

View File

@@ -91,8 +91,6 @@ prod = [
# Needed for iOS push notifications
"aioapns",
"python-twitter",
# To parse po files
"polib",
@@ -412,7 +410,6 @@ module = [
"social_django.*",
"talon_core.*",
"tlds.*",
"twitter.*",
"two_factor.*",
]
ignore_missing_imports = true