ComfyUI/requirements-dev.txt
doctorpangloss 2bc95c1711 Test improvements and fixes
- move workflows to distinct json files
 - add the comfy-org workflows for testing
 - fix issues where workflows from windows users would not be compatible
   with backends running on linux or macos in light of separator
   differences. Because this codebase uses get_or_download wherever
   checkpoints, models, etc. are used, this is the only place where the
   comparison is gracefully handled for downloading. Validation code
   will correctly convert backslashes to forward slashes, assuming that
   100% of the places they are used and when comparing with a list, they
   are intended to be paths and not strict symbols
2024-08-05 15:55:46 -07:00

12 lines
147 B
Plaintext

pytest
pytest-asyncio
pytest-mock
websocket-client==1.6.1
PyInstaller
testcontainers
testcontainers-rabbitmq
mypy>=1.6.0
freezegun
coverage
pylint