Revision 4cb605e1de1a2fb867521eb7f3b43efa52944f38 authored by Jérémy Bobbio (Lunar) on 16 February 2023, 16:10:00 UTC, committed by Jérémy Bobbio (Lunar) on 16 February 2023, 16:10:00 UTC
1 parent e33d0ad
Raw File
requirements.txt
# Add here external Python modules dependencies, one per line. Module names
# should match https://pypi.python.org/pypi names. For the full spec or
# dependency lines, see https://pip.readthedocs.org/en/1.1/requirements.html

attrs
attrs-strict
celery >= 4.3, != 5.0.3
click
flask
humanize
importlib_metadata < 5.0  # breaks compatibility with current kombu
                          # https://github.com/celery/kombu/issues/1600
pika >= 1.1.0
psycopg2
pyyaml
requests
sentry-sdk
setuptools
typing-extensions
back to top