Compare commits

...

2 Commits

Author SHA1 Message Date
dgtlmoon
21c63db01f Update requirements.txt 2024-08-22 14:17:02 +02:00
dgtlmoon
e3387a00e3 Re #1708 unpin jsonschema 2024-08-22 14:13:04 +02:00

View File

@@ -79,8 +79,9 @@ pyppeteerstealth>=0.0.4
pytest ~=7.2
pytest-flask ~=1.2
# Pin jsonschema version to prevent build errors on armv6 while rpds-py wheels aren't available (1708)
jsonschema==4.17.3
# Anything 4.0 and up but not 5.0
jsonschema ~= 4.0
loguru