mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-17 21:53:58 +02:00
Fixed typos and various linting issues such as PEP violations. Added ruff and fixed common issues and linting issues.
14 lines
284 B
Plaintext
14 lines
284 B
Plaintext
# python3 -m pip install -r docker/requirements.txt
|
|
requests==2.32.3
|
|
asyncio==3.4.3
|
|
python-dateutil==2.8.2
|
|
pytest==8.0.1
|
|
pytest-asyncio==0.23.5
|
|
pre-commit==3.8.0
|
|
black==24.8.0
|
|
pylint==3.3.3
|
|
autoflake==2.3.1
|
|
isort==5.13.2
|
|
envyaml==1.10.211231
|
|
demjson3==3.0.6
|
|
ruff==0.11.11 |