https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: ebff12ba1e97dbaa29fcdeb4ddcd18167ed8678f authored by Antoine R. Dumont (@ardumont) on 07 December 2020, 08:10:34 UTC
requirement: Adapt celery requirements
Tip revision: ebff12b
.gitignore
*.pyc
*.sw?
*~
/.coverage
/.coverage.*
.eggs/
__pycache__
*.egg-info/
build/
dist/
version.txt
/.hypothesis/
/.tox/
.mypy_cache/
back to top