diff options
| author | 2019-04-27 15:02:08 +0200 | |
|---|---|---|
| committer | 2019-04-27 15:02:08 +0200 | |
| commit | eeaaac7bc8d12ff405d89d42fef1362c7ef4c7ef (patch) | |
| tree | 6c565b72e35c026bb51130f18f28cc09ccca451e /Pipfile | |
| parent | Merge pull request #355 from python-discord/offtopicnames-bugfix (diff) | |
Removing dulwich, a pointless and c-bindingy dependency.
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,7 +5,6 @@ name = "pypi" [packages] discord-py = {git = "https://github.com/Rapptz/discord.py.git",extras = ["voice"],ref = "860d6a9ace8248dfeec18b8b159e7b757d9f56bb",editable = true} -dulwich = "*" aiodns = "*" logmatic-python = "*" aiohttp = "*" |