diff options
| author | 2020-02-24 03:00:04 +1000 | |
|---|---|---|
| committer | 2020-02-24 03:00:04 +1000 | |
| commit | b9dcd082114b563f2df075cf8b1f0c86308cad7a (patch) | |
| tree | 6c7658c4f69953819650dacb5ea2c712a7e158b8 /Pipfile | |
| parent | Fix missing Django logs when using Docker Compose (diff) | |
| parent | Merge pull request #741 from Denayder/information-refactor (diff) | |
Merge branch 'master' into bug/backend/s329/docker-compose-tty
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 4 |
1 files changed, 2 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" @@ -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" |