diff options
| author | 2020-05-14 19:24:13 +0300 | |
|---|---|---|
| committer | 2020-05-14 19:24:13 +0300 | |
| commit | 188623e556e43c9c4444bc2a01533a0d8e678dd2 (patch) | |
| tree | fae2611611e58ea6200dba3ebd5481c8b4eaf5b7 /Pipfile | |
| parent | (Mod Utils): Removed unnecessary `textwrap` import (diff) | |
| parent | Remove @Admins ping from the #verification message (diff) | |
Merge branch 'master' into mod-utils-tests
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 10 | 
1 files changed, 6 insertions, 4 deletions
| @@ -19,7 +19,10 @@ requests = "~=2.22"  more_itertools = "~=8.2"  sentry-sdk = "~=0.14"  coloredlogs = "~=14.0" -colorama = {version = "~=0.4.3", sys_platform = "== 'win32'"} +colorama = {version = "~=0.4.3",sys_platform = "== 'win32'"} +statsd = "~=3.3" +feedparser = "~=5.2" +beautifulsoup4 = "~=4.9"  [dev-packages]  coverage = "~=5.0" @@ -31,17 +34,16 @@ flake8-import-order = "~=0.18"  flake8-string-format = "~=0.2"  flake8-tidy-imports = "~=4.0"  flake8-todo = "~=0.7" +pep8-naming = "~=0.9"  pre-commit = "~=2.1" -safety = "~=1.8"  unittest-xml-reporting = "~=3.0" -dodgy = "~=0.1"  [requires]  python_version = "3.8"  [scripts]  start = "python -m bot" -lint = "python -m flake8" +lint = "pre-commit run --all-files"  precommit = "pre-commit install"  build = "docker build -t pythondiscord/bot:latest -f Dockerfile ."  push = "docker push pythondiscord/bot:latest" | 
