aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Derek Fitzpatrick <[email protected]>2018-10-13 01:32:04 -0700
committerGravatar Derek Fitzpatrick <[email protected]>2018-10-13 01:32:04 -0700
commit99191209525edffa0cf41380eb1b2ba62d427fc5 (patch)
tree8cb208ca8c5ce7fba9255257840b91d054ab4617
parentMerge branch 'master' of https://github.com/discord-python/hacktoberbot into ... (diff)
Removed flake8 from pipfile
-rw-r--r--Pipfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 158d2787..a702616f 100644
--- a/Pipfile
+++ b/Pipfile
@@ -5,7 +5,6 @@ name = "pypi"
[packages]
"discord.py" = {ref = "rewrite", git = "https://github.com/Rapptz/discord.py"}
-"flake8" = "*"
[dev-packages]
"flake8" = "*"