add pycrypto dependency

This commit is contained in:
William Pitcock 2018-08-10 14:27:36 -05:00
parent 68448d26e8
commit 77ad79db74
2 changed files with 23 additions and 1 deletions

View file

@ -5,6 +5,8 @@ name = "pypi"
[packages] [packages]
aiohttp = "*" aiohttp = "*"
asyncio-irc = "*"
pycrypto = "*"
[dev-packages] [dev-packages]

22
Pipfile.lock generated
View file

@ -1,7 +1,7 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "5129d2cc073ad3de87f33a17d3e40a3a1776b7bbfc28b63c57b67dc1756f7080" "sha256": "a63674d7f94dff5b5a47955814c7a18d6d4e0625afc69ff5152b8fa42fe10a43"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
@ -45,6 +45,13 @@
"markers": "python_version >= '3.5.3'", "markers": "python_version >= '3.5.3'",
"version": "==3.0.0" "version": "==3.0.0"
}, },
"asyncio-irc": {
"hashes": [
"sha256:65b5b74c1795ea1be61e68cfa67fd59019abafca86cd2ba5684da04573554dbc"
],
"index": "pypi",
"version": "==0.2.1"
},
"attrs": { "attrs": {
"hashes": [ "hashes": [
"sha256:4b90b09eeeb9b88c35bc642cbac057e45a5fd85367b985bd2809c62b7b939265", "sha256:4b90b09eeeb9b88c35bc642cbac057e45a5fd85367b985bd2809c62b7b939265",
@ -52,6 +59,12 @@
], ],
"version": "==18.1.0" "version": "==18.1.0"
}, },
"blinker": {
"hashes": [
"sha256:471aee25f3992bd325afa3772f1063dbdbbca947a041b8b89466dc00d606f8b6"
],
"version": "==1.4"
},
"chardet": { "chardet": {
"hashes": [ "hashes": [
"sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae", "sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae",
@ -91,6 +104,13 @@
"markers": "python_version >= '3.4.1'", "markers": "python_version >= '3.4.1'",
"version": "==4.3.1" "version": "==4.3.1"
}, },
"pycrypto": {
"hashes": [
"sha256:f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c"
],
"index": "pypi",
"version": "==2.6.1"
},
"yarl": { "yarl": {
"hashes": [ "hashes": [
"sha256:2556b779125621b311844a072e0ed367e8409a18fa12cbd68eb1258d187820f9", "sha256:2556b779125621b311844a072e0ed367e8409a18fa12cbd68eb1258d187820f9",