Compare commits

..

2 Commits

Author SHA1 Message Date
sbcrumb 05ce62fc0e Merge pull request 'Add missing aiohttp dependency to requirements.txt' (#27) from code-remove into dev
Local Docker Build (Dev) / build-dev (push) Successful in 1m5s
Reviewed-on: #27
2025-10-04 11:09:37 -04:00
sbcrumb 01e96038ff Add missing aiohttp dependency to requirements.txt
- 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
2025-10-04 11:09:37 -04:00
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 requests==2.31.0
python-multipart==0.0.6 python-multipart==0.0.6
aiofiles==23.2.1 aiofiles==23.2.1
aiohttp==3.8.6
python-dotenv==1.0.0 python-dotenv==1.0.0