diff --git a/Pipfile b/Pipfile index 3d9ebbe..ae4e53e 100644 --- a/Pipfile +++ b/Pipfile @@ -5,6 +5,8 @@ name = "pypi" [packages] aiohttp = "*" +asyncio-irc = "*" +pycrypto = "*" [dev-packages] diff --git a/Pipfile.lock b/Pipfile.lock index 244f9c3..2459893 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "5129d2cc073ad3de87f33a17d3e40a3a1776b7bbfc28b63c57b67dc1756f7080" + "sha256": "a63674d7f94dff5b5a47955814c7a18d6d4e0625afc69ff5152b8fa42fe10a43" }, "pipfile-spec": 6, "requires": { @@ -45,6 +45,13 @@ "markers": "python_version >= '3.5.3'", "version": "==3.0.0" }, + "asyncio-irc": { + "hashes": [ + "sha256:65b5b74c1795ea1be61e68cfa67fd59019abafca86cd2ba5684da04573554dbc" + ], + "index": "pypi", + "version": "==0.2.1" + }, "attrs": { "hashes": [ "sha256:4b90b09eeeb9b88c35bc642cbac057e45a5fd85367b985bd2809c62b7b939265", @@ -52,6 +59,12 @@ ], "version": "==18.1.0" }, + "blinker": { + "hashes": [ + "sha256:471aee25f3992bd325afa3772f1063dbdbbca947a041b8b89466dc00d606f8b6" + ], + "version": "==1.4" + }, "chardet": { "hashes": [ "sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae", @@ -91,6 +104,13 @@ "markers": "python_version >= '3.4.1'", "version": "==4.3.1" }, + "pycrypto": { + "hashes": [ + "sha256:f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c" + ], + "index": "pypi", + "version": "==2.6.1" + }, "yarl": { "hashes": [ "sha256:2556b779125621b311844a072e0ed367e8409a18fa12cbd68eb1258d187820f9",