OpenSlides/requirements.txt
Oskar Hahn 10b3bb6497 Update to channels 2
* 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
2018-08-22 06:30:11 +02:00

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