| author | ymh <ymh.work@gmail.com> |
| Wed, 29 Jan 2020 14:57:40 +0100 | |
| changeset 137 | 28a16b4e67b4 |
| permissions | -rw-r--r-- |
|
137
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1 |
[[package]] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
2 |
category = "main" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
3 |
description = "Modern password hashing for your software and your servers" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
4 |
name = "bcrypt" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
5 |
optional = false |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
6 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
7 |
version = "3.1.7" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
8 |
|
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
9 |
[package.dependencies] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
10 |
cffi = ">=1.1" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
11 |
six = ">=1.4.1" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
12 |
|
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
13 |
[package.extras] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
14 |
tests = ["pytest (>=3.2.1,<3.3.0 || >3.3.0)"] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
15 |
|
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
16 |
[[package]] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
17 |
category = "main" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
18 |
description = "Foreign Function Interface for Python calling C code." |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
19 |
name = "cffi" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
20 |
optional = false |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
21 |
python-versions = "*" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
22 |
version = "1.13.2" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
23 |
|
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
24 |
[package.dependencies] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
25 |
pycparser = "*" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
26 |
|
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
27 |
[[package]] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
28 |
category = "main" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
29 |
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
30 |
name = "cryptography" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
31 |
optional = false |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
32 |
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
33 |
version = "2.8" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
34 |
|
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
35 |
[package.dependencies] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
36 |
cffi = ">=1.8,<1.11.3 || >1.11.3" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
37 |
six = ">=1.4.1" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
38 |
|
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
39 |
[package.dependencies.enum34] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
40 |
python = "<3" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
41 |
version = "*" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
42 |
|
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
43 |
[package.dependencies.ipaddress] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
44 |
python = "<3" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
45 |
version = "*" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
46 |
|
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
47 |
[package.extras] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
48 |
docs = ["sphinx (>=1.6.5,<1.8.0 || >1.8.0)", "sphinx-rtd-theme"] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
49 |
docstest = ["doc8", "pyenchant (>=1.6.11)", "twine (>=1.12.0)", "sphinxcontrib-spelling (>=4.0.1)"] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
50 |
idna = ["idna (>=2.1)"] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
51 |
pep8test = ["flake8", "flake8-import-order", "pep8-naming"] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
52 |
test = ["pytest (>=3.6.0,<3.9.0 || >3.9.0,<3.9.1 || >3.9.1,<3.9.2 || >3.9.2)", "pretend", "iso8601", "pytz", "hypothesis (>=1.11.4,<3.79.2 || >3.79.2)"] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
53 |
|
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
54 |
[[package]] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
55 |
category = "main" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
56 |
description = "Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
57 |
marker = "python_version < \"3\"" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
58 |
name = "enum34" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
59 |
optional = false |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
60 |
python-versions = "*" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
61 |
version = "1.1.6" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
62 |
|
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
63 |
[[package]] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
64 |
category = "main" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
65 |
description = "Fabric is a simple, Pythonic tool for remote execution and deployment." |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
66 |
name = "fabric" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
67 |
optional = false |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
68 |
python-versions = "*" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
69 |
version = "1.14.1" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
70 |
|
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
71 |
[package.dependencies] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
72 |
paramiko = ">=1.10,<3.0" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
73 |
|
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
74 |
[[package]] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
75 |
category = "main" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
76 |
description = "IPv4/IPv6 manipulation library" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
77 |
marker = "python_version < \"3\"" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
78 |
name = "ipaddress" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
79 |
optional = false |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
80 |
python-versions = "*" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
81 |
version = "1.0.23" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
82 |
|
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
83 |
[[package]] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
84 |
category = "main" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
85 |
description = "SSH2 protocol library" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
86 |
name = "paramiko" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
87 |
optional = false |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
88 |
python-versions = "*" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
89 |
version = "2.7.1" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
90 |
|
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
91 |
[package.dependencies] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
92 |
bcrypt = ">=3.1.3" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
93 |
cryptography = ">=2.5" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
94 |
pynacl = ">=1.0.1" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
95 |
|
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
96 |
[package.extras] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
97 |
all = ["pyasn1 (>=0.1.7)", "pynacl (>=1.0.1)", "bcrypt (>=3.1.3)", "invoke (>=1.3)", "gssapi (>=1.4.1)", "pywin32 (>=2.1.8)"] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
98 |
ed25519 = ["pynacl (>=1.0.1)", "bcrypt (>=3.1.3)"] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
99 |
gssapi = ["pyasn1 (>=0.1.7)", "gssapi (>=1.4.1)", "pywin32 (>=2.1.8)"] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
100 |
invoke = ["invoke (>=1.3)"] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
101 |
|
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
102 |
[[package]] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
103 |
category = "main" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
104 |
description = "C parser in Python" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
105 |
name = "pycparser" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
106 |
optional = false |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
107 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
108 |
version = "2.19" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
109 |
|
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
110 |
[[package]] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
111 |
category = "main" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
112 |
description = "Python binding to the Networking and Cryptography (NaCl) library" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
113 |
name = "pynacl" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
114 |
optional = false |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
115 |
python-versions = "*" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
116 |
version = "1.3.0" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
117 |
|
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
118 |
[package.dependencies] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
119 |
cffi = ">=1.4.1" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
120 |
six = "*" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
121 |
|
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
122 |
[package.extras] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
123 |
docs = ["sphinx (>=1.6.5)", "sphinx-rtd-theme"] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
124 |
tests = ["pytest (>=3.2.1,<3.3.0 || >3.3.0)", "hypothesis (>=3.27.0)"] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
125 |
|
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
126 |
[[package]] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
127 |
category = "main" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
128 |
description = "Python 2 and 3 compatibility utilities" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
129 |
name = "six" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
130 |
optional = false |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
131 |
python-versions = ">=2.6, !=3.0.*, !=3.1.*" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
132 |
version = "1.13.0" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
133 |
|
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
134 |
[metadata] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
135 |
content-hash = "80e8f760d5c6721749de8d5ae0aa7ab7c78a0e27f763cb7da465b1922ecd4477" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
136 |
python-versions = "^2.7" |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
137 |
|
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
138 |
[metadata.files] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
139 |
bcrypt = [ |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
140 |
{file = "bcrypt-3.1.7-cp27-cp27m-macosx_10_6_intel.whl", hash = "sha256:d7bdc26475679dd073ba0ed2766445bb5b20ca4793ca0db32b399dccc6bc84b7"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
141 |
{file = "bcrypt-3.1.7-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:69361315039878c0680be456640f8705d76cb4a3a3fe1e057e0f261b74be4b31"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
142 |
{file = "bcrypt-3.1.7-cp27-cp27m-win32.whl", hash = "sha256:5432dd7b34107ae8ed6c10a71b4397f1c853bd39a4d6ffa7e35f40584cffd161"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
143 |
{file = "bcrypt-3.1.7-cp27-cp27m-win_amd64.whl", hash = "sha256:9fe92406c857409b70a38729dbdf6578caf9228de0aef5bc44f859ffe971a39e"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
144 |
{file = "bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:763669a367869786bb4c8fcf731f4175775a5b43f070f50f46f0b59da45375d0"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
145 |
{file = "bcrypt-3.1.7-cp34-abi3-macosx_10_6_intel.whl", hash = "sha256:a190f2a5dbbdbff4b74e3103cef44344bc30e61255beb27310e2aec407766052"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
146 |
{file = "bcrypt-3.1.7-cp34-abi3-manylinux1_x86_64.whl", hash = "sha256:c9457fa5c121e94a58d6505cadca8bed1c64444b83b3204928a866ca2e599105"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
147 |
{file = "bcrypt-3.1.7-cp34-cp34m-win32.whl", hash = "sha256:8b10acde4e1919d6015e1df86d4c217d3b5b01bb7744c36113ea43d529e1c3de"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
148 |
{file = "bcrypt-3.1.7-cp34-cp34m-win_amd64.whl", hash = "sha256:cb93f6b2ab0f6853550b74e051d297c27a638719753eb9ff66d1e4072be67133"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
149 |
{file = "bcrypt-3.1.7-cp35-cp35m-win32.whl", hash = "sha256:6fe49a60b25b584e2f4ef175b29d3a83ba63b3a4df1b4c0605b826668d1b6be5"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
150 |
{file = "bcrypt-3.1.7-cp35-cp35m-win_amd64.whl", hash = "sha256:a595c12c618119255c90deb4b046e1ca3bcfad64667c43d1166f2b04bc72db09"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
151 |
{file = "bcrypt-3.1.7-cp36-cp36m-win32.whl", hash = "sha256:74a015102e877d0ccd02cdeaa18b32aa7273746914a6c5d0456dd442cb65b99c"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
152 |
{file = "bcrypt-3.1.7-cp36-cp36m-win_amd64.whl", hash = "sha256:0258f143f3de96b7c14f762c770f5fc56ccd72f8a1857a451c1cd9a655d9ac89"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
153 |
{file = "bcrypt-3.1.7-cp37-cp37m-win32.whl", hash = "sha256:19a4b72a6ae5bb467fea018b825f0a7d917789bcfe893e53f15c92805d187294"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
154 |
{file = "bcrypt-3.1.7-cp37-cp37m-win_amd64.whl", hash = "sha256:ff032765bb8716d9387fd5376d987a937254b0619eff0972779515b5c98820bc"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
155 |
{file = "bcrypt-3.1.7-cp38-cp38-win32.whl", hash = "sha256:ce4e4f0deb51d38b1611a27f330426154f2980e66582dc5f438aad38b5f24fc1"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
156 |
{file = "bcrypt-3.1.7-cp38-cp38-win_amd64.whl", hash = "sha256:6305557019906466fc42dbc53b46da004e72fd7a551c044a827e572c82191752"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
157 |
{file = "bcrypt-3.1.7.tar.gz", hash = "sha256:0b0069c752ec14172c5f78208f1863d7ad6755a6fae6fe76ec2c80d13be41e42"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
158 |
] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
159 |
cffi = [ |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
160 |
{file = "cffi-1.13.2-cp27-cp27m-macosx_10_6_intel.whl", hash = "sha256:3c9fff570f13480b201e9ab69453108f6d98244a7f495e91b6c654a47486ba43"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
161 |
{file = "cffi-1.13.2-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:2c5e309ec482556397cb21ede0350c5e82f0eb2621de04b2633588d118da4396"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
162 |
{file = "cffi-1.13.2-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:19db0cdd6e516f13329cba4903368bff9bb5a9331d3410b1b448daaadc495e54"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
163 |
{file = "cffi-1.13.2-cp27-cp27m-win32.whl", hash = "sha256:5c4fae4e9cdd18c82ba3a134be256e98dc0596af1e7285a3d2602c97dcfa5159"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
164 |
{file = "cffi-1.13.2-cp27-cp27m-win_amd64.whl", hash = "sha256:32a262e2b90ffcfdd97c7a5e24a6012a43c61f1f5a57789ad80af1d26c6acd97"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
165 |
{file = "cffi-1.13.2-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:4a43c91840bda5f55249413037b7a9b79c90b1184ed504883b72c4df70778579"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
166 |
{file = "cffi-1.13.2-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:8169cf44dd8f9071b2b9248c35fc35e8677451c52f795daa2bb4643f32a540bc"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
167 |
{file = "cffi-1.13.2-cp34-cp34m-macosx_10_6_intel.whl", hash = "sha256:71a608532ab3bd26223c8d841dde43f3516aa5d2bf37b50ac410bb5e99053e8f"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
168 |
{file = "cffi-1.13.2-cp34-cp34m-manylinux1_i686.whl", hash = "sha256:7f627141a26b551bdebbc4855c1157feeef18241b4b8366ed22a5c7d672ef858"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
169 |
{file = "cffi-1.13.2-cp34-cp34m-manylinux1_x86_64.whl", hash = "sha256:0b49274afc941c626b605fb59b59c3485c17dc776dc3cc7cc14aca74cc19cc42"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
170 |
{file = "cffi-1.13.2-cp34-cp34m-win32.whl", hash = "sha256:4424e42199e86b21fc4db83bd76909a6fc2a2aefb352cb5414833c030f6ed71b"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
171 |
{file = "cffi-1.13.2-cp34-cp34m-win_amd64.whl", hash = "sha256:7d4751da932caaec419d514eaa4215eaf14b612cff66398dd51129ac22680b20"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
172 |
{file = "cffi-1.13.2-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:ccb032fda0873254380aa2bfad2582aedc2959186cce61e3a17abc1a55ff89c3"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
173 |
{file = "cffi-1.13.2-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:dcd65317dd15bc0451f3e01c80da2216a31916bdcffd6221ca1202d96584aa25"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
174 |
{file = "cffi-1.13.2-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:135f69aecbf4517d5b3d6429207b2dff49c876be724ac0c8bf8e1ea99df3d7e5"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
175 |
{file = "cffi-1.13.2-cp35-cp35m-win32.whl", hash = "sha256:7b93a885bb13073afb0aa73ad82059a4c41f4b7d8eb8368980448b52d4c7dc2c"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
176 |
{file = "cffi-1.13.2-cp35-cp35m-win_amd64.whl", hash = "sha256:e570d3ab32e2c2861c4ebe6ffcad6a8abf9347432a37608fe1fbd157b3f0036b"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
177 |
{file = "cffi-1.13.2-cp36-cp36m-macosx_10_6_intel.whl", hash = "sha256:0e3ea92942cb1168e38c05c1d56b0527ce31f1a370f6117f1d490b8dcd6b3a04"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
178 |
{file = "cffi-1.13.2-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:5ecfa867dea6fabe2a58f03ac9186ea64da1386af2159196da51c4904e11d652"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
179 |
{file = "cffi-1.13.2-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:291f7c42e21d72144bb1c1b2e825ec60f46d0a7468f5346841860454c7aa8f57"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
180 |
{file = "cffi-1.13.2-cp36-cp36m-win32.whl", hash = "sha256:62f2578358d3a92e4ab2d830cd1c2049c9c0d0e6d3c58322993cc341bdeac22e"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
181 |
{file = "cffi-1.13.2-cp36-cp36m-win_amd64.whl", hash = "sha256:fd43a88e045cf992ed09fa724b5315b790525f2676883a6ea64e3263bae6549d"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
182 |
{file = "cffi-1.13.2-cp37-cp37m-macosx_10_6_intel.whl", hash = "sha256:d75c461e20e29afc0aee7172a0950157c704ff0dd51613506bd7d82b718e7410"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
183 |
{file = "cffi-1.13.2-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:aa00d66c0fab27373ae44ae26a66a9e43ff2a678bf63a9c7c1a9a4d61172827a"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
184 |
{file = "cffi-1.13.2-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:2e9c80a8c3344a92cb04661115898a9129c074f7ab82011ef4b612f645939f12"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
185 |
{file = "cffi-1.13.2-cp37-cp37m-win32.whl", hash = "sha256:d754f39e0d1603b5b24a7f8484b22d2904fa551fe865fd0d4c3332f078d20d4e"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
186 |
{file = "cffi-1.13.2-cp37-cp37m-win_amd64.whl", hash = "sha256:6471a82d5abea994e38d2c2abc77164b4f7fbaaf80261cb98394d5793f11b12a"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
187 |
{file = "cffi-1.13.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:74a1d8c85fb6ff0b30fbfa8ad0ac23cd601a138f7509dc617ebc65ef305bb98d"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
188 |
{file = "cffi-1.13.2-cp38-cp38-manylinux1_i686.whl", hash = "sha256:42194f54c11abc8583417a7cf4eaff544ce0de8187abaf5d29029c91b1725ad3"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
189 |
{file = "cffi-1.13.2-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:415bdc7ca8c1c634a6d7163d43fb0ea885a07e9618a64bda407e04b04333b7db"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
190 |
{file = "cffi-1.13.2-cp38-cp38-win32.whl", hash = "sha256:6d4f18483d040e18546108eb13b1dfa1000a089bcf8529e30346116ea6240506"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
191 |
{file = "cffi-1.13.2-cp38-cp38-win_amd64.whl", hash = "sha256:2781e9ad0e9d47173c0093321bb5435a9dfae0ed6a762aabafa13108f5f7b2ba"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
192 |
{file = "cffi-1.13.2.tar.gz", hash = "sha256:599a1e8ff057ac530c9ad1778293c665cb81a791421f46922d80a86473c13346"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
193 |
] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
194 |
cryptography = [ |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
195 |
{file = "cryptography-2.8-cp27-cp27m-macosx_10_6_intel.whl", hash = "sha256:fb81c17e0ebe3358486cd8cc3ad78adbae58af12fc2bf2bc0bb84e8090fa5ce8"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
196 |
{file = "cryptography-2.8-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:44ff04138935882fef7c686878e1c8fd80a723161ad6a98da31e14b7553170c2"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
197 |
{file = "cryptography-2.8-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:369d2346db5934345787451504853ad9d342d7f721ae82d098083e1f49a582ad"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
198 |
{file = "cryptography-2.8-cp27-cp27m-win32.whl", hash = "sha256:df6b4dca2e11865e6cfbfb708e800efb18370f5a46fd601d3755bc7f85b3a8a2"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
199 |
{file = "cryptography-2.8-cp27-cp27m-win_amd64.whl", hash = "sha256:7f09806ed4fbea8f51585231ba742b58cbcfbfe823ea197d8c89a5e433c7e912"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
200 |
{file = "cryptography-2.8-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:58363dbd966afb4f89b3b11dfb8ff200058fbc3b947507675c19ceb46104b48d"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
201 |
{file = "cryptography-2.8-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:6ec280fb24d27e3d97aa731e16207d58bd8ae94ef6eab97249a2afe4ba643d42"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
202 |
{file = "cryptography-2.8-cp34-abi3-macosx_10_6_intel.whl", hash = "sha256:b43f53f29816ba1db8525f006fa6f49292e9b029554b3eb56a189a70f2a40879"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
203 |
{file = "cryptography-2.8-cp34-abi3-manylinux1_x86_64.whl", hash = "sha256:7270a6c29199adc1297776937a05b59720e8a782531f1f122f2eb8467f9aab4d"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
204 |
{file = "cryptography-2.8-cp34-abi3-manylinux2010_x86_64.whl", hash = "sha256:de96157ec73458a7f14e3d26f17f8128c959084931e8997b9e655a39c8fde9f9"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
205 |
{file = "cryptography-2.8-cp34-cp34m-win32.whl", hash = "sha256:02079a6addc7b5140ba0825f542c0869ff4df9a69c360e339ecead5baefa843c"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
206 |
{file = "cryptography-2.8-cp34-cp34m-win_amd64.whl", hash = "sha256:b0de590a8b0979649ebeef8bb9f54394d3a41f66c5584fff4220901739b6b2f0"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
207 |
{file = "cryptography-2.8-cp35-cp35m-win32.whl", hash = "sha256:ecadccc7ba52193963c0475ac9f6fa28ac01e01349a2ca48509667ef41ffd2cf"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
208 |
{file = "cryptography-2.8-cp35-cp35m-win_amd64.whl", hash = "sha256:90df0cc93e1f8d2fba8365fb59a858f51a11a394d64dbf3ef844f783844cc793"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
209 |
{file = "cryptography-2.8-cp36-cp36m-win32.whl", hash = "sha256:1df22371fbf2004c6f64e927668734070a8953362cd8370ddd336774d6743595"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
210 |
{file = "cryptography-2.8-cp36-cp36m-win_amd64.whl", hash = "sha256:a518c153a2b5ed6b8cc03f7ae79d5ffad7315ad4569b2d5333a13c38d64bd8d7"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
211 |
{file = "cryptography-2.8-cp37-cp37m-win32.whl", hash = "sha256:4b1030728872c59687badcca1e225a9103440e467c17d6d1730ab3d2d64bfeff"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
212 |
{file = "cryptography-2.8-cp37-cp37m-win_amd64.whl", hash = "sha256:d31402aad60ed889c7e57934a03477b572a03af7794fa8fb1780f21ea8f6551f"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
213 |
{file = "cryptography-2.8-cp38-cp38-win32.whl", hash = "sha256:73fd30c57fa2d0a1d7a49c561c40c2f79c7d6c374cc7750e9ac7c99176f6428e"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
214 |
{file = "cryptography-2.8-cp38-cp38-win_amd64.whl", hash = "sha256:971221ed40f058f5662a604bd1ae6e4521d84e6cad0b7b170564cc34169c8f13"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
215 |
{file = "cryptography-2.8.tar.gz", hash = "sha256:3cda1f0ed8747339bbdf71b9f38ca74c7b592f24f65cdb3ab3765e4b02871651"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
216 |
] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
217 |
enum34 = [ |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
218 |
{file = "enum34-1.1.6-py2-none-any.whl", hash = "sha256:6bd0f6ad48ec2aa117d3d141940d484deccda84d4fcd884f5c3d93c23ecd8c79"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
219 |
{file = "enum34-1.1.6-py3-none-any.whl", hash = "sha256:644837f692e5f550741432dd3f223bbb9852018674981b1664e5dc339387588a"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
220 |
{file = "enum34-1.1.6.tar.gz", hash = "sha256:8ad8c4783bf61ded74527bffb48ed9b54166685e4230386a9ed9b1279e2df5b1"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
221 |
{file = "enum34-1.1.6.zip", hash = "sha256:2d81cbbe0e73112bdfe6ef8576f2238f2ba27dd0d55752a776c41d38b7da2850"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
222 |
] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
223 |
fabric = [ |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
224 |
{file = "Fabric-1.14.1-py2-none-any.whl", hash = "sha256:2bb6c6922cbdfe35884c937bfcff63c70750c18456b0707898112c5ceaab38c6"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
225 |
{file = "Fabric-1.14.1.tar.gz", hash = "sha256:66097883bb3e5beecacae92b82b2bd489d10a8fd4f06ce1cb27019de2e6d76a8"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
226 |
] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
227 |
ipaddress = [ |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
228 |
{file = "ipaddress-1.0.23-py2.py3-none-any.whl", hash = "sha256:6e0f4a39e66cb5bb9a137b00276a2eff74f93b71dcbdad6f10ff7df9d3557fcc"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
229 |
{file = "ipaddress-1.0.23.tar.gz", hash = "sha256:b7f8e0369580bb4a24d5ba1d7cc29660a4a6987763faf1d8a8046830e020e7e2"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
230 |
] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
231 |
paramiko = [ |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
232 |
{file = "paramiko-2.7.1-py2.py3-none-any.whl", hash = "sha256:9c980875fa4d2cb751604664e9a2d0f69096643f5be4db1b99599fe114a97b2f"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
233 |
{file = "paramiko-2.7.1.tar.gz", hash = "sha256:920492895db8013f6cc0179293147f830b8c7b21fdfc839b6bad760c27459d9f"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
234 |
] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
235 |
pycparser = [ |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
236 |
{file = "pycparser-2.19.tar.gz", hash = "sha256:a988718abfad80b6b157acce7bf130a30876d27603738ac39f140993246b25b3"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
237 |
] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
238 |
pynacl = [ |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
239 |
{file = "PyNaCl-1.3.0-cp27-cp27m-macosx_10_6_intel.whl", hash = "sha256:2424c8b9f41aa65bbdbd7a64e73a7450ebb4aa9ddedc6a081e7afcc4c97f7621"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
240 |
{file = "PyNaCl-1.3.0-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:30f36a9c70450c7878053fa1344aca0145fd47d845270b43a7ee9192a051bf39"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
241 |
{file = "PyNaCl-1.3.0-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:05c26f93964373fc0abe332676cb6735f0ecad27711035b9472751faa8521255"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
242 |
{file = "PyNaCl-1.3.0-cp27-cp27m-win32.whl", hash = "sha256:a14e499c0f5955dcc3991f785f3f8e2130ed504fa3a7f44009ff458ad6bdd17f"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
243 |
{file = "PyNaCl-1.3.0-cp27-cp27m-win_amd64.whl", hash = "sha256:f67814c38162f4deb31f68d590771a29d5ae3b1bd64b75cf232308e5c74777e0"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
244 |
{file = "PyNaCl-1.3.0-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:e2da3c13307eac601f3de04887624939aca8ee3c9488a0bb0eca4fb9401fc6b1"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
245 |
{file = "PyNaCl-1.3.0-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:0d0a8171a68edf51add1e73d2159c4bc19fc0718e79dec51166e940856c2f28e"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
246 |
{file = "PyNaCl-1.3.0-cp34-abi3-macosx_10_6_intel.whl", hash = "sha256:4943decfc5b905748f0756fdd99d4f9498d7064815c4cf3643820c9028b711d1"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
247 |
{file = "PyNaCl-1.3.0-cp34-abi3-manylinux1_i686.whl", hash = "sha256:5bd61e9b44c543016ce1f6aef48606280e45f892a928ca7068fba30021e9b786"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
248 |
{file = "PyNaCl-1.3.0-cp34-abi3-manylinux1_x86_64.whl", hash = "sha256:aabb0c5232910a20eec8563503c153a8e78bbf5459490c49ab31f6adf3f3a415"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
249 |
{file = "PyNaCl-1.3.0-cp34-cp34m-win32.whl", hash = "sha256:7d3ce02c0784b7cbcc771a2da6ea51f87e8716004512493a2b69016326301c3b"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
250 |
{file = "PyNaCl-1.3.0-cp34-cp34m-win_amd64.whl", hash = "sha256:1c780712b206317a746ace34c209b8c29dbfd841dfbc02aa27f2084dd3db77ae"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
251 |
{file = "PyNaCl-1.3.0-cp35-cp35m-win32.whl", hash = "sha256:37aa336a317209f1bb099ad177fef0da45be36a2aa664507c5d72015f956c310"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
252 |
{file = "PyNaCl-1.3.0-cp35-cp35m-win_amd64.whl", hash = "sha256:57ef38a65056e7800859e5ba9e6091053cd06e1038983016effaffe0efcd594a"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
253 |
{file = "PyNaCl-1.3.0-cp36-cp36m-win32.whl", hash = "sha256:a39f54ccbcd2757d1d63b0ec00a00980c0b382c62865b61a505163943624ab20"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
254 |
{file = "PyNaCl-1.3.0-cp36-cp36m-win_amd64.whl", hash = "sha256:6482d3017a0c0327a49dddc8bd1074cc730d45db2ccb09c3bac1f8f32d1eb61b"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
255 |
{file = "PyNaCl-1.3.0-cp37-cp37m-win32.whl", hash = "sha256:2d23c04e8d709444220557ae48ed01f3f1086439f12dbf11976e849a4926db56"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
256 |
{file = "PyNaCl-1.3.0-cp37-cp37m-win_amd64.whl", hash = "sha256:bd4ecb473a96ad0f90c20acba4f0bf0df91a4e03a1f4dd6a4bdc9ca75aa3a715"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
257 |
{file = "PyNaCl-1.3.0-cp38-cp38-win32.whl", hash = "sha256:53126cd91356342dcae7e209f840212a58dcf1177ad52c1d938d428eebc9fee5"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
258 |
{file = "PyNaCl-1.3.0-cp38-cp38-win_amd64.whl", hash = "sha256:bf459128feb543cfca16a95f8da31e2e65e4c5257d2f3dfa8c0c1031139c9c92"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
259 |
{file = "PyNaCl-1.3.0.tar.gz", hash = "sha256:0c6100edd16fefd1557da078c7a31e7b7d7a52ce39fdca2bec29d4f7b6e7600c"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
260 |
] |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
261 |
six = [ |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
262 |
{file = "six-1.13.0-py2.py3-none-any.whl", hash = "sha256:1f1b7d42e254082a9db6279deae68afb421ceba6158efa6131de7b3003ee93fd"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
263 |
{file = "six-1.13.0.tar.gz", hash = "sha256:30f610279e8b2578cab6db20741130331735c781b56053c59c4076da27f06b66"}, |
|
28a16b4e67b4
add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
264 |
] |