diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 5 |
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" |