use pip-compile to pin dev requirements

This commit is contained in:
David Lord 2020-05-23 14:03:11 -07:00
parent 8e2fb4633e
commit eea31f29a5
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
13 changed files with 137 additions and 29 deletions

View file

@ -8,10 +8,7 @@ skip_missing_interpreters = true
[testenv]
deps =
pytest
greenlet
blinker
python-dotenv
-r requirements/tests.txt
lowest: Werkzeug==0.15.5
lowest: Jinja2==2.10
@ -36,5 +33,5 @@ skip_install = true
commands = pre-commit run --all-files --show-diff-on-failure
[testenv:docs]
deps = -r docs/requirements.txt
deps = -r requirements/docs.txt
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html