Mercurial > silorider
comparison requirements.txt @ 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 | 6a014f7c6eea |
children | 4be321bd5ed4 |
comparison
equal
deleted
inserted
replaced
38:0f98784bcc40 | 39:c5f73ebb43a5 |
---|---|
2 beautifulsoup4==4.12.2 | 2 beautifulsoup4==4.12.2 |
3 blurhash==1.1.4 | 3 blurhash==1.1.4 |
4 certifi==2023.5.7 | 4 certifi==2023.5.7 |
5 charset-normalizer==3.1.0 | 5 charset-normalizer==3.1.0 |
6 coloredlogs==15.0.1 | 6 coloredlogs==15.0.1 |
7 dateparser==1.1.8 | |
7 decorator==5.1.1 | 8 decorator==5.1.1 |
8 future==0.18.3 | |
9 html5lib==1.1 | 9 html5lib==1.1 |
10 humanfriendly==10.0 | 10 humanfriendly==10.0 |
11 idna==3.4 | 11 idna==3.4 |
12 mastodon.py==1.8.1 | 12 mastodon.py==1.8.1 |
13 mf2py==1.1.2 | 13 mf2py==1.1.2 |
14 mf2util==0.5.2 | 14 mf2util==0.5.2 |
15 oauthlib==3.2.2 | 15 oauthlib==3.2.2 |
16 python-dateutil==2.8.2 | 16 python-dateutil==2.8.2 |
17 python-magic==0.4.27 | 17 python-magic==0.4.27 |
18 python-twitter==3.5 | 18 pytz==2023.3 |
19 regex==2023.5.5 | |
19 requests==2.30.0 | 20 requests==2.30.0 |
20 requests-oauthlib==1.3.1 | 21 requests-oauthlib==1.3.1 |
21 ronkyuu==0.9 | 22 ronkyuu==0.9 |
22 six==1.16.0 | 23 six==1.16.0 |
23 soupsieve==2.4.1 | 24 soupsieve==2.4.1 |
25 tweepy==4.14.0 | |
26 tzlocal==5.0.1 | |
24 urllib3==2.0.2 | 27 urllib3==2.0.2 |
25 webencodings==0.5.1 | 28 webencodings==0.5.1 |