Skip to content

Commit cf5a4e9

Browse files
author
Aaron Gonzales
committed
added yaml dependency
1 parent 7dcfdd8 commit cf5a4e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.2',
11-
install_requires=["requests", "tweet_parser"],
11+
install_requires=["requests", "tweet_parser", "yaml"],
1212
packages=find_packages(),
1313
scripts=["tools/twitter_search.py"],
1414
)

0 commit comments

Comments
 (0)