aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Derek Fitzpatrick <[email protected]>2018-10-11 14:18:13 -0700
committerGravatar Derek Fitzpatrick <[email protected]>2018-10-11 14:18:13 -0700
commit8b2fa26a065b18cb9c4aa441eb1b6e360594a462 (patch)
tree9a949b5b5e4389d896ecb87c8b94e255d5553cda /Pipfile
parentInitial commit. (diff)
parentRemove extra params to pepper (diff)
Merge branch 'deploy' of https://github.com/dfitzpatrick/hacktoberbot into 31-vote-for-favorite-monster
# Conflicts: # Pipfile
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 453df43a..a702616f 100644
--- a/Pipfile
+++ b/Pipfile
@@ -5,7 +5,6 @@ name = "pypi"
[packages]
"discord.py" = {ref = "rewrite", git = "https://github.com/Rapptz/discord.py"}
-requests = "*"
[dev-packages]
"flake8" = "*"
@@ -20,3 +19,4 @@ python_version = "3.7"
[scripts]
start = "python -m bot"
+lint = "flake8 bot"