diff options
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": { | 
