diff options
| author | 2020-11-16 11:39:32 -0800 | |
|---|---|---|
| committer | 2020-11-16 11:39:32 -0800 | |
| commit | eef1252124ee163f78788f22fe192cb15540e9d3 (patch) | |
| tree | 2b0e3ff371caeaffe200d90781a432edff9d22cd /Pipfile | |
| parent | Set up Sentry when running rather than upon import (diff) | |
| parent | Merge pull request #1284 from python-discord/sebastiaan/features/move-ci-to-g... (diff) | |
Merge master and fix conflicts
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ flake8-tidy-imports = "~=4.0" flake8-todo = "~=0.7" pep8-naming = "~=0.9" pre-commit = "~=2.1" -unittest-xml-reporting = "~=3.0" +coveralls = "~=2.1" [requires] python_version = "3.8" |