We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 787c365 commit 8a3f22cCopy full SHA for 8a3f22c
fluent_contents/plugins/twitterfeed/templatetags/twitterfeed_tags.py
@@ -4,7 +4,7 @@
4
try:
5
from twitter_text import TwitterText
6
except ImportError:
7
- raise ImportError("The 'twitter-text-py' package is required to use the 'twitterfeed' plugin.")
+ raise ImportError("The 'twitter-text' package is required to use the 'twitterfeed' plugin.")
8
9
register = Library()
10
setup.py
@@ -59,7 +59,7 @@ def find_version(*parts):
59
'markup': ['docutils', 'textile', 'Markdown>=1.7'],
60
'oembeditem': ['micawber>=0.3.3', 'beautifulsoup4>=4.3.2'],
61
'text': ['django-wysiwyg>=0.7.1'],
62
- 'twitterfeed': ['twitter-text-py>=1.0.3'],
+ 'twitterfeed': ['twitter-text>=3.0'],
63
},
64
tests_require = [
65
'docutils',
0 commit comments