forked from crossbario/crossbar
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrequirements-min.txt
83 lines (83 loc) · 2.01 KB
/
requirements-min.txt
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
attrs>=17.2.0
autobahn[twisted,encryption,compress,serialization,scram,xbr]>=22.3.2
base58>=2.1.0
bcrypt>=3.1.6
bitstring>=3.1.5
cbor2>=5.2.0
cfxdb>=22.3.1
click>=7.0
colorama>=0.4.3
constantly>=15.1.0
cookiecutter>=1.6.0
cryptography>=2.6.1
docker>=3.5.0
eth-account>=0.5.4
eth-typing>=2.2.2
flask>=1.1.1
git+https://github.com/crossbario/py-cid.git@remove-dep-upper-limits#egg=py-cid
git+https://github.com/crossbario/py-multihash.git@remove-dep-version-limits#egg=py-multihash
# twisted/http2 needs <4:
h2>=3.2,<4.0
hexbytes>=0.2.1
humanize>=0.5.1
# twisted/http2 needs <6:
hyperframe>=5.2,<6.0
idna>=2.5
importlib-resources>=4.1.1
incremental>=17.5.0
iso8601>=0.1.12
jinja2_highlight>=0.6.1
jinja2>=2.10.1
lmdb>=1.1.1
# ImportError: cannot import name 'soft_unicode' from 'markupsafe'
MarkupSafe>=1.1.1,<2
mistune>=0.8.4
morphys>=1.0
netaddr>=0.8.0
numpy>=1.20.0
parsimonious>=0.8.1
passlib>=1.7.1
# twisted/http2 needs <2:
priority>=1.1,<2.0
prompt-toolkit>=2.0.10
psutil>=5.8.0
py-eth-sig-utils>=0.4.0
py-ubjson>=0.9.0
pyasn1-modules>=0.2.4
pyasn1>=0.4.5
pycryptodome>=3.7.1
pygments>=2.2.0
pynacl>=1.1.2
pyopenssl>=17.1.0
pyqrcode>=1.2.1
pytrie>=0.3
pyyaml>=4.2b4
requests>=2.20.0
sdnotify>=0.3.1
service_identity>=17.0.0
setproctitle>=1.1.10
setuptools>=36.2.7
six>=1.13.0
sortedcontainers>=2.4.0
stringcase>=1.2.0
tabulate>=0.7.7
treq>=20.4.1
twisted[tls,conch,http2,osx_platform]>=21.7.0; sys_platform == 'darwin'
twisted[tls,conch,http2,windows_platform]>=21.7.0; sys_platform == 'win32'
twisted[tls,conch,http2]>=21.7.0; sys_platform != 'darwin' and sys_platform != 'win32'
txaio>=22.2.1
txtorcon>=20.0.0
u-msgpack-python>=2.4.1
ujson>=5.1.0
urllib3>=1.26.8
validate-email>=1.3
# use vmprof master until https://github.com/vmprof/vmprof-python/issues/240 is fixed
git+https://github.com/vmprof/vmprof-python.git#egg=vmprof
watchdog>=0.8.3
web3>=5.13.1
# ImportError: cannot import name 'escape' from 'werkzeug.utils'
werkzeug>=0.14.1,<2
wsaccel>=0.6.2; platform_python_implementation=='CPython'
xbr>=21.2.1
zlmdb>=22.3.1
zope.interface>=4.4.2