diff options
| author | 2020-02-20 14:30:35 +0000 | |
|---|---|---|
| committer | 2020-02-20 14:30:35 +0000 | |
| commit | f5dcc12ef445d0aaa68289736272eeeaaa9325ef (patch) | |
| tree | 77442c3859bf921901aa4b7053b2c25eca70124d /Pipfile | |
| parent | Merge pull request #753 (diff) | |
| parent | Update flake8-annotations to v2.0. (diff) | |
Merge pull request #761 from python-discord/logging
Refactor logging setup to be more explicit and cleaner.
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 3 | 
1 files changed, 1 insertions, 2 deletions
@@ -6,7 +6,6 @@ name = "pypi"  [packages]  discord-py = "~=1.3.1"  aiodns = "~=2.0" -logmatic-python = "~=0.1"  aiohttp = "~=3.5"  sphinx = "~=2.2"  markdownify = "~=0.4" @@ -23,7 +22,7 @@ urllib3 = ">=1.24.2,<1.25"  [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"  |