aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 90f6f45e..453df43a 100644
--- a/Pipfile
+++ b/Pipfile
@@ -5,6 +5,7 @@ name = "pypi"
[packages]
"discord.py" = {ref = "rewrite", git = "https://github.com/Rapptz/discord.py"}
+requests = "*"
[dev-packages]
"flake8" = "*"
@@ -18,4 +19,4 @@ name = "pypi"
python_version = "3.7"
[scripts]
-start = "python -m bot" \ No newline at end of file
+start = "python -m bot"