-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial Bluesky support. * Added atproto requirement * Use the article uri as unique id instead of short_url. * Fixed rendering diffs. * Launch the browser in truly headless mode.
- Loading branch information
Showing
3 changed files
with
149 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
alembic>=1.13.1,<2.0.0 | ||
atproto>=0.0.44,<1.0.0 | ||
bleach>=6.1.0,<7.0.0 | ||
dataset>=1.6.2,<2.0.0 | ||
html5lib>=1.1,<2.0 | ||
|