annotate requirements.txt @ 60:b7da3d97ea99

Add profile URL handlers Silos register these handlers so that everybody knows if a hyperlink is a mention to another user on a particular social network. If any handler matches, silos not related to that social media will skip that link. It's possible than in rare cases we want that link everywhere, but so far I haven't needed it, compared to all the times I didn't want these links.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 28 Oct 2023 11:57:04 -0700
parents 76dce7813340
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
31
6a014f7c6eea Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents: 24
diff changeset
1 -i https://pypi.python.org/simple
47
4be321bd5ed4 Update dependency versions
Ludovic Chabant <ludovic@chabant.com>
parents: 39
diff changeset
2 atproto==0.0.29
31
6a014f7c6eea Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents: 24
diff changeset
3 beautifulsoup4==4.12.2
6a014f7c6eea Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents: 24
diff changeset
4 blurhash==1.1.4
6a014f7c6eea Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents: 24
diff changeset
5 certifi==2023.5.7
6a014f7c6eea Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents: 24
diff changeset
6 charset-normalizer==3.1.0
6a014f7c6eea Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents: 24
diff changeset
7 coloredlogs==15.0.1
39
c5f73ebb43a5 Replace python-twitter with tweepy to use Twitter's V2 API
Ludovic Chabant <ludovic@chabant.com>
parents: 31
diff changeset
8 dateparser==1.1.8
31
6a014f7c6eea Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents: 24
diff changeset
9 decorator==5.1.1
54
e3d2e13e8853 Add Facebook Page silo.
Ludovic Chabant <ludovic@chabant.com>
parents: 47
diff changeset
10 facebook-sdk==3.1.0
31
6a014f7c6eea Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents: 24
diff changeset
11 html5lib==1.1
6a014f7c6eea Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents: 24
diff changeset
12 humanfriendly==10.0
6a014f7c6eea Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents: 24
diff changeset
13 idna==3.4
6a014f7c6eea Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents: 24
diff changeset
14 mastodon.py==1.8.1
6a014f7c6eea Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents: 24
diff changeset
15 mf2py==1.1.2
6a014f7c6eea Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents: 24
diff changeset
16 mf2util==0.5.2
6a014f7c6eea Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents: 24
diff changeset
17 oauthlib==3.2.2
57
76dce7813340 Resize images if they're too large to be uploaded to Bluesky.
Ludovic Chabant <ludovic@chabant.com>
parents: 54
diff changeset
18 Pillow==10.0.1
31
6a014f7c6eea Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents: 24
diff changeset
19 python-dateutil==2.8.2
6a014f7c6eea Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents: 24
diff changeset
20 python-magic==0.4.27
39
c5f73ebb43a5 Replace python-twitter with tweepy to use Twitter's V2 API
Ludovic Chabant <ludovic@chabant.com>
parents: 31
diff changeset
21 pytz==2023.3
c5f73ebb43a5 Replace python-twitter with tweepy to use Twitter's V2 API
Ludovic Chabant <ludovic@chabant.com>
parents: 31
diff changeset
22 regex==2023.5.5
31
6a014f7c6eea Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents: 24
diff changeset
23 requests==2.30.0
6a014f7c6eea Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents: 24
diff changeset
24 requests-oauthlib==1.3.1
6a014f7c6eea Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents: 24
diff changeset
25 ronkyuu==0.9
6a014f7c6eea Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents: 24
diff changeset
26 six==1.16.0
6a014f7c6eea Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents: 24
diff changeset
27 soupsieve==2.4.1
39
c5f73ebb43a5 Replace python-twitter with tweepy to use Twitter's V2 API
Ludovic Chabant <ludovic@chabant.com>
parents: 31
diff changeset
28 tweepy==4.14.0
c5f73ebb43a5 Replace python-twitter with tweepy to use Twitter's V2 API
Ludovic Chabant <ludovic@chabant.com>
parents: 31
diff changeset
29 tzlocal==5.0.1
31
6a014f7c6eea Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents: 24
diff changeset
30 urllib3==2.0.2
0
a1b7a459326a Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
31 webencodings==0.5.1