OpenSlides/requirements.txt
Oskar Hahn d7db714562 CollectionElement and Autoupdate cleanups
* 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)
2017-09-15 12:11:32 +02:00

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