Revision fd6df6ab4fd79e2cfa6b33ed39cd68af367ab91e authored by Antoine R. Dumont (@ardumont) on 29 July 2022, 08:12:23 UTC, committed by Antoine R. Dumont (@ardumont) on 29 July 2022, 08:12:23 UTC
This adds type to the function, update its docstring and clarify its associated tests as
well.
1 parent d847448
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
pika >= 1.1.0
psycopg2
pyyaml
requests
sentry-sdk
setuptools
typing-extensions
back to top