diff options
| author | 2020-02-05 20:44:45 +0530 | |
|---|---|---|
| committer | 2020-02-05 20:44:45 +0530 | |
| commit | ec93125eab8a4ec8577f13f81d697a50824a5bd0 (patch) | |
| tree | c70c1872fb10ab7ab2da04c36512e9a24de5b37e /Pipfile | |
| parent | finished implementing the reddit command (diff) | |
uninstalled the buttons lib and corrected lint errors
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -11,7 +11,6 @@ discord-py = "~=1.2" fuzzywuzzy = "~=0.17" pillow = "~=6.2" pytz = "~=2019.2" -buttons = "*" [dev-packages] flake8 = "~=3.7" |