diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-10-08 22:35:52 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-10-08 22:35:52 +0100 |
commit | 408a91399d7b551a9cae3f00fc1178376629cb85 (patch) | |
tree | a4f400739da057c17feb68dbf556f9f8a9957496 /requirements.txt | |
parent | db940b79af56db7b43723f55317f939366401c85 (diff) | |
download | boymoder.blog-408a91399d7b551a9cae3f00fc1178376629cb85.tar.gz boymoder.blog-408a91399d7b551a9cae3f00fc1178376629cb85.zip |
Added fetching twitter posts from diary account
Diffstat (limited to 'requirements.txt')
-rwxr-xr-x | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index b09cc1c..7aee926 100755 --- a/requirements.txt +++ b/requirements.txt @@ -17,3 +17,4 @@ waitress houdini.py Pygments mistune +twython==3.8.2 |