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

@ -15,16 +15,5 @@ setup(
"itsdangerous>=0.24",
"click>=5.1",
],
extras_require={
"dotenv": ["python-dotenv"],
"dev": [
"pytest",
"coverage",
"tox",
"sphinx",
"pallets-sphinx-themes",
"sphinxcontrib-log-cabinet",
"sphinx-issues",
],
},
extras_require={"dotenv": ["python-dotenv"]},
)