aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2019-01-01 19:22:48 +0100
committerGravatar Johannes Christ <[email protected]>2019-01-01 19:22:48 +0100
commit06d866fbffff87913e05f6c0b3b5ba788e9def06 (patch)
treebd8d7edf9729c0c6ba1bdfeec8e31fac99963e17 /Pipfile
parentRemove superfluous `self.headers` setting. (diff)
parentMerge pull request #242 from python-discord/eval-indent-fix (diff)
Merge branch 'master' into django
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile12
1 files changed, 4 insertions, 8 deletions
diff --git a/Pipfile b/Pipfile
index d3d315e6e..179b317df 100644
--- a/Pipfile
+++ b/Pipfile
@@ -4,27 +4,24 @@ verify_ssl = true
name = "pypi"
[packages]
-discord = {file = "https://github.com/Rapptz/discord.py/archive/rewrite.zip", egg = "discord.py[voice]"}
+discord-py = {git = "https://github.com/Rapptz/discord.py.git", extras = ["voice"], ref = "860d6a9ace8248dfeec18b8b159e7b757d9f56bb", editable = true}
dulwich = "*"
-multidict = "*"
-sympy = "*"
aiodns = "*"
logmatic-python = "*"
-aiohttp = "<2.3.0,>=2.0.0"
-websockets = ">=4.0,<5.0"
+aiohttp = "*"
sphinx = "*"
markdownify = "*"
lxml = "*"
pyyaml = "*"
-yarl = "==1.1.1"
fuzzywuzzy = "*"
pillow = "*"
aio-pika = "*"
python-dateutil = "*"
deepdiff = "*"
+requests = "*"
[dev-packages]
-"flake8" = "*"
+"flake8" = ">=3.6"
"flake8-bugbear" = "*"
"flake8-import-order" = "*"
"flake8-tidy-imports" = "*"
@@ -32,7 +29,6 @@ deepdiff = "*"
"flake8-string-format" = "*"
safety = "*"
dodgy = "*"
-requests = "*"
[requires]
python_version = "3.6"