Revision 8b65e42f5adbeef9fd1ef8e28a908c82ee77204f authored by Valentin Lorentz on 15 March 2022, 15:56:40 UTC, committed by Valentin Lorentz on 15 March 2022, 16:19:22 UTC
Without the type annotation, mypy errors with 'Cannot call function of unknown type'
when called from a type-checked function.
1 parent 77f7e6d
Raw File
requirements.txt
cassandra-driver >= 3.19.0, != 3.21.0
click
deprecated
flask
iso8601
mypy_extensions
psycopg2
redis
tenacity >= 6.2
typing-extensions
back to top