Files
fm-orchestrator/requirements.txt
Chenxiong Qi ddfb5b780c Add celery app instance with base config
This patch allows to schedule tasks and launch workers with basic
config. To launch a worker:

    celery -A module_build_service.celery_app -l info

Signed-off-by: Chenxiong Qi <cqi@redhat.com>
2019-11-14 16:06:14 +08:00

22 lines
235 B
Plaintext

enum34
Flask
Flask-Migrate
Flask-SQLAlchemy
Flask-Script
dogpile.cache
fedmsg
funcsigs # Python2 only
futures # Python 2 only
kobo>=0.5.0
koji
ldap3
moksha.hub
munch
prometheus_client
pyOpenSSL
pygobject
requests
six
sqlalchemy
celery