Skip to content

Commit 9acce11

Browse files
committed
bugfix, yaml -> pyyaml
1 parent a6d147e commit 9acce11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
author_email='agonzales@twitter.com',
99
license='MIT',
1010
version='0.1.3',
11-
install_requires=["requests", "tweet_parser", "yaml"],
11+
install_requires=["requests", "tweet_parser", "pyyaml"],
1212
packages=find_packages(),
1313
scripts=["tools/twitter_search.py"],
1414
)

0 commit comments

Comments
 (0)