Compare commits

..

2 Commits

Author SHA1 Message Date
dgtlmoon
4b5b7f6c06 Adding Tags API, Refactoring API code layout 2025-03-23 14:12:20 +01:00
dgtlmoon
8e36e9ddc4 Initial tags API 2025-03-23 12:10:43 +01:00
2 changed files with 5 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
# Read more https://github.com/dgtlmoon/changedetection.io/wiki
__version__ = '0.49.7'
__version__ = '0.49.6'
from changedetectionio.strtobool import strtobool
from json.decoder import JSONDecodeError

View File

@@ -1,3 +1,6 @@
# Used by Pyppeteer
pyee
eventlet>=0.38.0
feedgen~=0.9
flask-compress
@@ -70,8 +73,7 @@ jq~=1.3; python_version >= "3.8" and sys_platform == "linux"
# playwright is installed at Dockerfile build time because it's not available on all platforms
pyppeteer-ng==2.0.0rc9
pyppeteer-ng==2.0.0rc5
pyppeteerstealth>=0.0.4
# Include pytest, so if theres a support issue we can ask them to run these tests on their setup