OpenSlides/requirements.txt

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