Add missing aiohttp dependency to requirements.txt
Local Docker Build (Dev) / build-dev (pull_request) Successful in 24s

- Add aiohttp==3.8.6 to fix ModuleNotFoundError in runtime_validator
- Container now shows config: manage_nfo=True (confirms NFO creation enabled)
- Version bump to 2.0.5
This commit is contained in:
2025-10-04 11:08:58 -04:00
parent 64791cb830
commit 17aec56952
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
2.0.4
2.0.5
+1
View File
@@ -5,4 +5,5 @@ psycopg2-binary==2.9.7
requests==2.31.0
python-multipart==0.0.6
aiofiles==23.2.1
aiohttp==3.8.6
python-dotenv==1.0.0