Files
fm-orchestrator/requirements.txt
Chenxiong Qi b5bcc981f9 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>
2020-03-03 14:48:47 -05:00

23 lines
242 B
Plaintext

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