aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-12-17 17:58:13 +0200
committerGravatar GitHub <[email protected]>2020-12-17 17:58:13 +0200
commit2ffd9e32e6c2a03bc463e22aa3f82c3d5599f760 (patch)
treef24091a341e50d781cdaaba58925f1a3898334d3 /Pipfile
parentFix wrong import orders (diff)
parentUpdate verification.py (diff)
Merge branch 'master' into branding-manager
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Pipfile b/Pipfile
index 38bd9013a..b691a7862 100644
--- a/Pipfile
+++ b/Pipfile
@@ -27,6 +27,7 @@ sentry-sdk = "~=0.14"
sphinx = "~=2.2"
statsd = "~=3.3"
arrow = "~=0.17"
+emoji = "~=0.6"
[dev-packages]
coverage = "~=5.0"
@@ -49,8 +50,8 @@ python_version = "3.8"
start = "python -m bot"
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"
+build = "docker build -t ghcr.io/python-discord/bot:latest -f Dockerfile ."
+push = "docker push ghcr.io/python-discord/bot:latest"
test = "coverage run -m unittest"
html = "coverage html"
report = "coverage report"