aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar bradtimmis <[email protected]>2021-09-06 17:52:19 -0400
committerGravatar bradtimmis <[email protected]>2021-09-06 17:52:19 -0400
commitef078290af367581e5dbde605b18316f122224f0 (patch)
treead82e9d300dedf764fa9d4a6aa3bab8aaedc4284 /pyproject.toml
parentRemove old files (diff)
parentCI: check license compatibility (#855) (diff)
Merge branch 'main' of https://github.com/python-discord/sir-lancebot into color-677
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 0e3d9a51..7848f593 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -29,9 +29,10 @@ flake8-string-format = "~=0.3"
flake8-tidy-imports = "~=4.1"
flake8-todo = "~=0.7"
pep8-naming = "~=0.11"
+pip-licenses = "~=3.5.2"
pre-commit = "~=2.1"
-taskipy = "^1.6.0"
-python-dotenv = "^0.15.0"
+python-dotenv = "~=0.15"
+taskipy = "~=1.6"
[tool.taskipy.tasks]
start = "python -m bot"