fix(ci): frontend lint to zero errors + dev-deps installable on clean image #149

Merged
chihlasm merged 5 commits from fix/ci-cleanup into main 2026-04-25 07:12:15 +00:00
Showing only changes of commit 406ee0ef97 - Show all commits

View File

@@ -1,11 +1,11 @@
# Include production dependencies
-r requirements.txt
# Testing
pytest==7.4.3
# Testing — pytest-asyncio 0.24+ requires pytest>=8.2
pytest==8.4.2
pytest-asyncio==0.24.0
httpx>=0.27.0
pytest-cov==4.1.0
pytest-cov==5.0.0
# Code quality
black==24.1.1