d7db714562
* change get_restricted_data and get_projector_data to always use a list * Add typings to all get_restricted_data and get_projector_data methods * Replace CollectionElementList with a real list * Fixed arguments of inform_deleted_data * Moved CollectionElementCache to cache.py and refactored it * Run tests with cache enabled (using fakeredis)
10 lines
181 B
Plaintext
10 lines
181 B
Plaintext
# Requirements for OpenSlides in production
|
|
-r requirements_big_mode.txt
|
|
|
|
# Requirements for development and tests in alphabetical order
|
|
coverage
|
|
flake8
|
|
isort==4.2.5
|
|
mypy
|
|
fakeredis
|