aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2020-02-07 12:50:54 -0800
committerGravatar MarkKoz <[email protected]>2020-02-07 12:50:54 -0800
commit4e07c31fa018e3186e24f5d3d63b6a640821ed7a (patch)
tree318a941e1a9e1a27372d4c55997ca9cf407f1464
parentUpdate discord.py to 1.3.1 (diff)
Pin discord.py to 1.3.x
-rw-r--r--Pipfile2
-rw-r--r--Pipfile.lock2
2 files changed, 2 insertions, 2 deletions
diff --git a/Pipfile b/Pipfile
index 318e77438..7fd3efae8 100644
--- a/Pipfile
+++ b/Pipfile
@@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"
[packages]
-discord-py = ">=1.3.1, ==1.*"
+discord-py = "~=1.3.1"
aiodns = "~=2.0"
logmatic-python = "~=0.1"
aiohttp = "~=3.5"
diff --git a/Pipfile.lock b/Pipfile.lock
index f7b19737c..bf8ff47e9 100644
--- a/Pipfile.lock
+++ b/Pipfile.lock
@@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
- "sha256": "d344e66ca0980e7985dee8c168f9e0f9d7fd1b41b88778a094bacf5afb6d33bd"
+ "sha256": "0a0354a8cbd25b19c61b68f928493a445e737dc6447c97f4c4b52fbf72d887ac"
},
"pipfile-spec": 6,
"requires": {