OpenSlides/requirements.txt

15 lines
335 B
Plaintext
Raw Normal View History

# Requirements for OpenSlides in production
-r requirements_big_mode.txt
2013-11-13 19:36:19 +01:00
# Requirements for development and tests in alphabetical order
coverage
2018-08-08 21:09:22 +02:00
#flake8
# Use master of flake8 until flake8 3.6 is released that supports python3.7
git+https://gitlab.com/pycqa/flake8.git
isort
2017-08-23 20:51:06 +02:00
mypy
2018-08-22 22:00:08 +02:00
pytest>=3.7.2
pytest-django
pytest-asyncio
pytest-cov