-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Migrate automations to PDM Signed-off-by: Olga Bulat <[email protected]> * Remove docs about loading .env automatically Signed-off-by: Olga Bulat <[email protected]> * Update actions-gh-pages Signed-off-by: Olga Bulat <[email protected]> * Update the version specifiers Signed-off-by: Olga Bulat <[email protected]> --------- Signed-off-by: Olga Bulat <[email protected]>
- Loading branch information
Showing
7 changed files
with
619 additions
and
665 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[project] | ||
name = "openverse-automations" | ||
version = "0.0.0" | ||
description = "Automations for the Openverse project" | ||
readme = "README.md" | ||
authors = [ | ||
{name = "Openverse Contributors", email = "[email protected]"}, | ||
] | ||
|
||
requires-python = "==3.12.*" | ||
dependencies = [ | ||
"pygithub >= 2.3.0, < 3", | ||
"pyyaml >= 6.0.1, < 7", | ||
"beautifulsoup4 >= 4.12.3, < 5", | ||
"requests >= 2.32.3, < 3", | ||
"mechanize >= 0.4.10, < 1", | ||
"pyotp >= 2.9.0, < 3", | ||
] | ||
|
||
[tool.pdm] | ||
distribution = false | ||
|
||
[tool.pdm.dev-dependencies] | ||
dev = [ | ||
"ipython", | ||
] |
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