We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d147e commit 9acce11Copy full SHA for 9acce11
setup.py
@@ -8,7 +8,7 @@
8
author_email='agonzales@twitter.com',
9
license='MIT',
10
version='0.1.3',
11
- install_requires=["requests", "tweet_parser", "yaml"],
+ install_requires=["requests", "tweet_parser", "pyyaml"],
12
packages=find_packages(),
13
scripts=["tools/twitter_search.py"],
14
)
0 commit comments