aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-12-02 20:34:22 +0200
committerGravatar GitHub <[email protected]>2020-12-02 20:34:22 +0200
commit620f342ed169ad0dc462f0d197984ecea5600cae (patch)
treec40b481c721efd6b524e86c151502ffafbc385e7 /Pipfile
parentfix(bot): PR reivew of bot.py (diff)
parentMerge pull request #1305 from HassanAbouelela/seperate-voice-chat-channels (diff)
Merge branch 'master' into fix/tagp/graceful-stasd-connect
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Pipfile b/Pipfile
index 99fc70b46..ae80ae2ae 100644
--- a/Pipfile
+++ b/Pipfile
@@ -26,6 +26,7 @@ requests = "~=2.22"
sentry-sdk = "~=0.14"
sphinx = "~=2.2"
statsd = "~=3.3"
+emoji = "~=0.6"
[dev-packages]
coverage = "~=5.0"
@@ -39,7 +40,7 @@ flake8-tidy-imports = "~=4.0"
flake8-todo = "~=0.7"
pep8-naming = "~=0.9"
pre-commit = "~=2.1"
-unittest-xml-reporting = "~=3.0"
+coveralls = "~=2.1"
[requires]
python_version = "3.8"
@@ -48,8 +49,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"