comparison 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
comparison
equal deleted inserted replaced
38:0f98784bcc40 39:c5f73ebb43a5
5 name = "pypi" 5 name = "pypi"
6 6
7 7
8 [packages] 8 [packages]
9 9
10 "mf2py" = "*"
11 "mastodon.py" = "*" 10 "mastodon.py" = "*"
12 coloredlogs = "*" 11 coloredlogs = "*"
13 "mf2util" = "*"
14 dateparser = "*" 12 dateparser = "*"
13 mf2py = "*"
14 mf2util = "*"
15 python-dateutil = "*" 15 python-dateutil = "*"
16 python-twitter = "*"
17 ronkyuu = "*" 16 ronkyuu = "*"
17 tweepy = "*"
18 18
19 19
20 [dev-packages] 20 [dev-packages]
21 21
22 pytest = "*" 22 pytest = "*"