-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpoetry.lock
88 lines (76 loc) · 1.86 KB
/
poetry.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
[[package]]
name = "asn1tools"
version = "0.164.0"
description = "ASN.1 parsing, encoding and decoding."
category = "main"
optional = false
python-versions = "*"
[package.dependencies]
bitstruct = "*"
diskcache = "*"
prompt_toolkit = "*"
pyparsing = ">=3.0.6"
[[package]]
name = "bitstruct"
version = "8.15.1"
description = "This module performs conversions between Python values and C bit field structs represented as Python byte strings."
category = "main"
optional = false
python-versions = "*"
[[package]]
name = "diskcache"
version = "5.4.0"
description = "Disk Cache -- Disk and file backed persistent cache."
category = "main"
optional = false
python-versions = ">=3"
[[package]]
name = "ecpy"
version = "1.2.5"
description = "Pure Python Elliptic Curve Library"
category = "main"
optional = false
python-versions = ">= 2.7"
develop = false
[package.source]
type = "git"
url = "https://github.com/cslashm/ECPy.git"
reference = "master"
resolved_reference = "8143d9ac017de0cb7f980bedaf56cefe6b4d9180"
[[package]]
name = "prompt-toolkit"
version = "3.0.3"
description = "Library for building powerful interactive command lines in Python"
category = "main"
optional = false
python-versions = ">=3.6"
[package.dependencies]
wcwidth = "*"
[[package]]
name = "pyparsing"
version = "3.0.7"
description = "Python parsing module"
category = "main"
optional = false
python-versions = ">=3.6"
[package.extras]
diagrams = ["jinja2", "railroad-diagrams"]
[[package]]
name = "wcwidth"
version = "0.2.5"
description = "Measures the displayed width of unicode strings in a terminal"
category = "main"
optional = false
python-versions = "*"
[metadata]
lock-version = "1.1"
python-versions = "^3.6"
content-hash = "132617648c6e2eb3b1394ad7f42106e1884bd4da90dd8b025cd58437208cead6"
[metadata.files]
asn1tools = []
bitstruct = []
diskcache = []
ecpy = []
prompt-toolkit = []
pyparsing = []
wcwidth = []