aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 0524f10bf..e2ad73ef3 100644
--- a/Pipfile
+++ b/Pipfile
@@ -13,12 +13,12 @@ markdownify = "*"
lxml = "*"
pyyaml = "*"
fuzzywuzzy = "*"
-pillow = "*"
aio-pika = "*"
python-dateutil = "*"
deepdiff = "*"
requests = "*"
dateparser = "*"
+urllib3 = ">=1.24.2,<1.25"
[dev-packages]
"flake8" = ">=3.6"
@@ -29,6 +29,7 @@ dateparser = "*"
"flake8-string-format" = "*"
safety = "*"
dodgy = "*"
+pre-commit = "*"
pytest = "*"
[requires]
@@ -37,6 +38,7 @@ python_version = "3.7"
[scripts]
start = "python -m bot"
lint = "python -m flake8"
+precommit = "pre-commit install"
build = "docker build -t pythondiscord/bot:latest -f docker/bot.Dockerfile ."
push = "docker push pythondiscord/bot:latest"
buildbase = "docker build -t pythondiscord/bot-base:latest -f docker/base.Dockerfile ."