diff Pipfile @ 39:c5f73ebb43a5

Replace python-twitter with tweepy to use Twitter's V2 API
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 21 May 2023 09:42:11 -0700
parents 8e8541ef85b7
children
line wrap: on
line diff
--- a/Pipfile	Sun May 21 09:40:00 2023 -0700
+++ b/Pipfile	Sun May 21 09:42:11 2023 -0700
@@ -7,14 +7,14 @@
 
 [packages]
 
-"mf2py" = "*"
 "mastodon.py" = "*"
 coloredlogs = "*"
-"mf2util" = "*"
 dateparser = "*"
+mf2py = "*"
+mf2util = "*"
 python-dateutil = "*"
-python-twitter = "*"
 ronkyuu = "*"
+tweepy = "*"
 
 
 [dev-packages]