BW3-Core/requirements.txt

15 lines
242 B
Plaintext
Raw Normal View History

# requirements.txt (complete dependencies)
# for venv all needed dependencies
-r requirements-runtime.txt
2019-02-27 08:43:45 +01:00
2019-09-17 17:11:10 +02:00
# for documentation generating
mkdocs
2019-03-10 19:41:42 +01:00
# for develope only
2018-01-04 13:05:05 +01:00
pytest
pytest-cov
flake8==6.1.0
2021-01-06 22:47:37 +01:00
pytest-flake8
2019-10-23 22:12:42 +02:00
pytest-flakes
2019-02-27 08:43:45 +01:00
pytest-randomly