diff options
| author | 2020-02-07 12:50:54 -0800 | |
|---|---|---|
| committer | 2020-02-07 12:50:54 -0800 | |
| commit | 4e07c31fa018e3186e24f5d3d63b6a640821ed7a (patch) | |
| tree | 318a941e1a9e1a27372d4c55997ca9cf407f1464 | |
| parent | Update discord.py to 1.3.1 (diff) | |
Pin discord.py to 1.3.x
Diffstat (limited to '')
| -rw-r--r-- | Pipfile | 2 | ||||
| -rw-r--r-- | Pipfile.lock | 2 | 
2 files changed, 2 insertions, 2 deletions
| @@ -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": { | 
