Mercurial > silorider
annotate requirements-dev.txt @ 48:486affad656e
Rewrite posting process with card system and more structured API
- The basic posting process is more opinionated so that silos have less code to
write, and dry-run posting is handled by default.
- Add "card" system where SiloRider is able to fetch the page of a post to
check for any custom summary or featured image. This is how Twitter,
Facebook, Discord, and many others come up with their "preview card" when
a link is posted.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 08 Oct 2023 13:47:28 -0700 |
parents | 6a014f7c6eea |
children |
rev | line source |
---|---|
31
6a014f7c6eea
Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents:
3
diff
changeset
|
1 -i https://pypi.python.org/simple |
6a014f7c6eea
Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents:
3
diff
changeset
|
2 exceptiongroup==1.1.1 |
6a014f7c6eea
Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents:
3
diff
changeset
|
3 iniconfig==2.0.0 |
6a014f7c6eea
Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents:
3
diff
changeset
|
4 packaging==23.1 |
6a014f7c6eea
Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents:
3
diff
changeset
|
5 pluggy==1.0.0 |
6a014f7c6eea
Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents:
3
diff
changeset
|
6 pytest==7.3.1 |
6a014f7c6eea
Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents:
3
diff
changeset
|
7 pytest-runner==6.0.0 |
6a014f7c6eea
Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents:
3
diff
changeset
|
8 setuptools==67.7.2 |
6a014f7c6eea
Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents:
3
diff
changeset
|
9 setuptools-scm==7.1.0 |
6a014f7c6eea
Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents:
3
diff
changeset
|
10 tomli==2.0.1 |
6a014f7c6eea
Update dependencies and regen requirements
Ludovic Chabant <ludovic@chabant.com>
parents:
3
diff
changeset
|
11 typing-extensions==4.5.0 |