mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 21:28:29 +03:00
removes fixed oscrypto dependency, it blocked pypi publishing (#195)
* disables tests on ubuntu-latest * drops fixed oscrypto version for git commit * version bump
This commit is contained in:
committed by
GitHub
parent
27f9287b65
commit
5614af3f63
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[project]
|
||||
name = "auto-archiver"
|
||||
version = "0.13.0"
|
||||
version = "0.13.1"
|
||||
description = "Automatically archive links to videos, images, and social media content from Google Sheets (and more)."
|
||||
|
||||
requires-python = ">=3.10,<3.13"
|
||||
@@ -22,7 +22,6 @@ classifiers = [
|
||||
]
|
||||
|
||||
dependencies = [
|
||||
"oscrypto @ git+https://github.com/wbond/oscrypto.git@d5f3437ed24257895ae1edd9e503cfb352e635a8",
|
||||
"gspread (>=0.0.0)",
|
||||
"beautifulsoup4 (>=0.0.0)",
|
||||
"bs4 (>=0.0.0)",
|
||||
|
||||
Reference in New Issue
Block a user