mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-08 03:18:28 +03:00
Add ubuntu-latest to the matrix of test runners (#181)
* Don't clutter logs with info about generic dropin * Add ubuntu-latest to unit tests This is currently failing due to an issue with oscrypto and newer openssl https://github.com/wbond/oscrypto/issues/78#issuecomment-1756317472 * fix oscrypto version for ubuntu 24 compatibility (boto3 too see #180) --------- Co-authored-by: msramalho <19508417+msramalho@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a6fc4e1bb1
commit
e8138eac1c
@@ -22,6 +22,7 @@ classifiers = [
|
||||
]
|
||||
|
||||
dependencies = [
|
||||
"oscrypto @ git+https://github.com/wbond/oscrypto.git@d5f3437ed24257895ae1edd9e503cfb352e635a8",
|
||||
"gspread (>=0.0.0)",
|
||||
"beautifulsoup4 (>=0.0.0)",
|
||||
"bs4 (>=0.0.0)",
|
||||
@@ -71,6 +72,7 @@ sphinx-copybutton = "^0.5.2"
|
||||
myst-parser = "^4.0.0"
|
||||
furo = "^2024.8.6"
|
||||
|
||||
|
||||
[project.scripts]
|
||||
auto-archiver = "auto_archiver.__main__:main"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user