diff options
| author | 2021-08-31 16:38:56 +0100 | |
|---|---|---|
| committer | 2021-08-31 16:38:56 +0100 | |
| commit | e94931b1cdbd4b419b74aefddd87553ba6521fc6 (patch) | |
| tree | 432a5af68c1cbc06618dd1bf5cf3168c78d3caf9 /pyproject.toml | |
| parent | Merge pull request #1791 from python-discord/dmrelay-mod-channel (diff) | |
| parent | Merge branch 'main' into experiments/akarys/check-licenses (diff) | |
Merge pull request #1779 from python-discord/experiments/akarys/check-licenses
CI: check for dependency licenses
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/pyproject.toml b/pyproject.toml index 2ae79f9e4..23cbba19b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,7 @@ flake8-todo = "~=0.7"  pep8-naming = "~=0.9"  pre-commit = "~=2.1"  taskipy = "~=1.7.0" +pip-licenses = "~=3.5.2"  python-dotenv = "~=0.17.1"  pytest = "~=6.2.4"  pytest-cov = "~=2.12.1" | 
