diff options
author | 2023-03-09 17:29:03 +0100 | |
---|---|---|
committer | 2023-03-09 17:29:03 +0100 | |
commit | 4a2e03c419ea4771d249b055638b31eca6185eab (patch) | |
tree | 91b162f637a2210825df2e3c230c71a73ea7710c /pyproject.toml | |
parent | Merge pull request #2457 from shtlrs/fix-env-var-mappings-in-botstrap (diff) | |
parent | move httpx to the dev dependency group (diff) |
Merge pull request #2458 from shtlrs/add-botstrap-dep-group-and-task
Add botstrap depency group and task
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 227ea4303..6c8344fc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,6 +49,7 @@ pytest-cov = "4.0.0" pytest-subtests = "0.10.0" pytest-xdist = "3.2.0" taskipy = "1.10.3" +httpx = "0.23.3" [build-system] @@ -57,6 +58,7 @@ build-backend = "poetry.core.masonry.api" [tool.taskipy.tasks] start = "python -m bot" +configure = "python -m botstrap" lint = "pre-commit run --all-files" precommit = "pre-commit install" build = "docker build -t ghcr.io/python-discord/bot:latest -f Dockerfile ." |