diff options
| author | 2021-04-09 19:00:20 +0100 | |
|---|---|---|
| committer | 2021-04-09 19:00:20 +0100 | |
| commit | 2746215d38f6a54b7727ca60ae025ca3f0a88f11 (patch) | |
| tree | f0b0a2614042706daed280d76e29528a1bb0f209 /Pipfile | |
| parent | Issues: use soft_red instead of red (diff) | |
| parent | Update comment (diff) | |
Merge pull request #665 from ToxicKidz/draft-pr-emoji
Use PRDraft emoji when the pr is a draft pr for the .issue|.pr command
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -11,7 +11,7 @@ fuzzywuzzy = "~=0.17"  pillow = "~=8.1"  pytz = "~=2019.2"  sentry-sdk = "~=0.19" -PyYAML = "~=5.3.1" +PyYAML = "~=5.4"  "discord.py" = {extras = ["voice"], version = "~=1.5.1"}  async-rediscache = {extras = ["fakeredis"], version = "~=0.1.4"}  emojis = "~=0.6.0" | 
