diff options
| author | 2020-07-07 12:35:06 -0700 | |
|---|---|---|
| committer | 2020-07-07 12:35:34 -0700 | |
| commit | ba1b9081cfbc245b7a8fd8d41f7ab7173b097a31 (patch) | |
| tree | 3a0cc48bfd19bea5dcf619b59d444ce24c40c91b | |
| parent | Fix git install in Dockerfile (diff) | |
Don't install discord.py as editable
It may be causing it to not be cached in Azure.
| -rw-r--r-- | Pipfile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -12,7 +12,7 @@ beautifulsoup4 = "~=4.9"  colorama = {version = "~=0.4.3",sys_platform = "== 'win32'"}  coloredlogs = "~=14.0"  deepdiff = "~=4.0" -discord-py = {git = "https://github.com/Rapptz/discord.py.git",ref = "e971e2f16cba22decd25db6b44e9cc84adf08555",editable = true} +discord-py = {git = "https://github.com/Rapptz/discord.py.git",ref = "e971e2f16cba22decd25db6b44e9cc84adf08555"}  fakeredis = "~=1.4"  feedparser = "~=5.2"  fuzzywuzzy = "~=0.17" | 
