diff options
| author | 2019-09-18 14:00:57 -0700 | |
|---|---|---|
| committer | 2019-09-18 14:10:06 -0700 | |
| commit | 2ac0c6df978f20a488b3eb026753c8a972cb2554 (patch) | |
| tree | 43fc70b14b517139dea5324e762ba92a9e211e28 /Pipfile | |
| parent | Docstring linting chunk 7 (diff) | |
| parent | Merge pull request #436 from python-discord/enhance-offtopicnames-search (diff) | |
Merge branch 'master' into flake8-plugins
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,7 +4,7 @@ verify_ssl = true name = "pypi" [packages] -discord-py = {git = "https://github.com/Rapptz/discord.py.git",extras = ["voice"],ref = "860d6a9ace8248dfeec18b8b159e7b757d9f56bb",editable = true} +discord-py = "~=1.2" aiodns = "*" logmatic-python = "*" aiohttp = "*" @@ -18,6 +18,7 @@ python-dateutil = "*" deepdiff = "*" requests = "*" dateparser = "*" +more_itertools = "~=7.2" urllib3 = ">=1.24.2,<1.25" [dev-packages] @@ -33,6 +34,7 @@ pre-commit = "~=1.18" safety = "*" dodgy = "*" pytest = "*" +pytest-cov = "*" [requires] python_version = "3.7" |