Add gunicorn to dev dependencies
This commit is contained in:
parent
4320cb63e5
commit
97bb18fc3e
|
@ -231,12 +231,12 @@ dev = ["pytest", "pytest-timeout", "coverage", "tox", "sphinx", "pallets-sphinx-
|
||||||
watchdog = ["watchdog"]
|
watchdog = ["watchdog"]
|
||||||
|
|
||||||
[extras]
|
[extras]
|
||||||
dev = ["praw"]
|
dev = ["praw", "gunicorn"]
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.6"
|
python-versions = "^3.6"
|
||||||
content-hash = "98a9dfc5fddbe26f204c11b09b8b5a792d47b413cfd94eb5eb23b2f6a4d55062"
|
content-hash = "1580c74eeebc065ebed36357b39a0b1b9f490930e22978085a30ce2fe1c9e301"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
beautifulsoup4 = [
|
beautifulsoup4 = [
|
||||||
|
|
|
@ -15,7 +15,7 @@ praw = {version = "^7.1.0", optional = true}
|
||||||
gunicorn = {version = "^20.0.4", optional = true}
|
gunicorn = {version = "^20.0.4", optional = true}
|
||||||
|
|
||||||
[tool.poetry.extras]
|
[tool.poetry.extras]
|
||||||
dev = ["praw"]
|
dev = ["praw", "gunicorn"]
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
inquisitor = "inquisitor.cli:main"
|
inquisitor = "inquisitor.cli:main"
|
||||||
|
|
Loading…
Reference in New Issue