diff options
| author | 2020-09-24 03:33:42 +0100 | |
|---|---|---|
| committer | 2020-09-24 03:35:27 +0100 | |
| commit | 27e86de7bae9f69c0176a1eb262ac341075a1baa (patch) | |
| tree | e444de08a56126607813e754068f680c4a0ef538 /Pipfile | |
| parent | Merge pull request #448 from python-discord/clean_uwu (diff) | |
add modified files
modify code to work on all platforms,
fix grammatical errors
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ pillow = "~=6.2" pytz = "~=2019.2" sentry-sdk = "~=0.14.2" PyYAML = "~=5.3.1" +flake8 = "*" [dev-packages] flake8 = "~=3.8" |