diff options
| author | 2019-01-01 19:22:48 +0100 | |
|---|---|---|
| committer | 2019-01-01 19:22:48 +0100 | |
| commit | 06d866fbffff87913e05f6c0b3b5ba788e9def06 (patch) | |
| tree | bd8d7edf9729c0c6ba1bdfeec8e31fac99963e17 /Pipfile | |
| parent | Remove superfluous `self.headers` setting. (diff) | |
| parent | Merge pull request #242 from python-discord/eval-indent-fix (diff) | |
Merge branch 'master' into django
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 12 | 
1 files changed, 4 insertions, 8 deletions
@@ -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"  |