diff options
| author | 2020-02-23 06:33:04 -0700 | |
|---|---|---|
| committer | 2020-02-23 06:33:04 -0700 | |
| commit | 0316c4acc90b9710e3ad3763030e395ec5f66a02 (patch) | |
| tree | a1dc2c4ec70e3e8dec9ed4a0e8cbd3dcf076993d /Pipfile | |
| parent | Remove the space that makes the test fail (diff) | |
| parent | Merge pull request #771 from python-discord/paginator-react-404 (diff) | |
Merge branch 'master' into information-refactor
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,9 +4,8 @@ verify_ssl = true name = "pypi" [packages] -discord-py = "~=1.2" +discord-py = "~=1.3.1" aiodns = "~=2.0" -logmatic-python = "~=0.1" aiohttp = "~=3.5" sphinx = "~=2.2" markdownify = "~=0.4" @@ -19,11 +18,12 @@ deepdiff = "~=4.0" requests = "~=2.22" more_itertools = "~=7.2" urllib3 = ">=1.24.2,<1.25" +sentry-sdk = "~=0.14" [dev-packages] coverage = "~=4.5" flake8 = "~=3.7" -flake8-annotations = "~=1.1" +flake8-annotations = "~=2.0" flake8-bugbear = "~=19.8" flake8-docstrings = "~=1.4" flake8-import-order = "~=0.18" |