diff options
author | 2020-07-07 12:42:24 -0700 | |
---|---|---|
committer | 2020-07-07 12:42:24 -0700 | |
commit | a1a44be2b57e35fbaee8cac024fdd74c218c72b1 (patch) | |
tree | 75e22ddee8ba5ce13eb00c6e97e39a09d11de795 | |
parent | Don't install discord.py as editable (diff) |
Re-lock Pipfile
Forgot to do this after removing editable.
-rw-r--r-- | Pipfile.lock | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Pipfile.lock b/Pipfile.lock index 12325f2a7..a522e20d3 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "f6fac6e59e6579ea4cc0e2b49a5fa59785137d02e6c6a7df47ef502375313703" + "sha256": "6404ca2550369b6416801688b4382d22fdba178d9319c4a68bd207d1e5aaeaab" }, "pipfile-spec": 6, "requires": { @@ -178,7 +178,6 @@ "version": "==4.3.2" }, "discord-py": { - "editable": true, "git": "https://github.com/Rapptz/discord.py.git", "ref": "e971e2f16cba22decd25db6b44e9cc84adf08555" }, |