10b3bb6497
* geis does not work with channels2 and never will be (it has to be python now) * pytest * rewrote cache system * use username instead of pk for admin user in tests
14 lines
321 B
Plaintext
14 lines
321 B
Plaintext
# Requirements for OpenSlides in production
|
|
-r requirements_big_mode.txt
|
|
|
|
# Requirements for development and tests in alphabetical order
|
|
coverage
|
|
#flake8
|
|
# Use master of flake8 until flake8 3.6 is released that supports python3.7
|
|
git+https://gitlab.com/pycqa/flake8.git
|
|
isort
|
|
mypy
|
|
pytest-django
|
|
pytest-asyncio
|
|
pytest-cov
|