aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Derek Fitzpatrick <[email protected]>2018-10-11 02:56:02 -0700
committerGravatar Derek Fitzpatrick <[email protected]>2018-10-11 02:56:02 -0700
commit21de080a3717a5642f5f081079227e6e7f21e271 (patch)
tree389fe48083cada62f073eb930b8778752fa07c25 /Pipfile
parentMerge pull request #34 from markylon/master (diff)
Initial commit.
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"