aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-05-25 14:21:10 +0200
committerGravatar Christopher Baklid <[email protected]>2018-05-25 14:21:10 +0200
commit85dbc20a80a2b4c233708be1460da7909e205388 (patch)
tree36d98fca1d490ffe4af0b07defe979389fbe5390 /Pipfile
parentgenerate new queue based on session id to lock user to their own event chain (diff)
lint
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index e8dae92..5417ae3 100644
--- a/Pipfile
+++ b/Pipfile
@@ -13,11 +13,13 @@ flask-sockets = "*"
gevent = "==1.2.2"
gevent-websocket = "*"
gunicorn = "*"
+"flake8" = "*"
[requires]
python_version = "3.6"
[scripts]
+lint = "flake8"
snekbox = "python snekbox.py"
snekweb = "gunicorn -w 1 -b 0.0.0.0:5000 -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker snekweb:app"
buildbox = "docker build -t pythondiscord/snekbox:latest -f docker/Dockerfile ."