forked from orbit-oss/flask
use pip-compile to pin dev requirements
This commit is contained in:
parent
8e2fb4633e
commit
eea31f29a5
13 changed files with 137 additions and 29 deletions
13
setup.py
13
setup.py
|
|
@ -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"]},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue