forked from crossbario/crossbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-min.txt
47 lines (47 loc) · 1.26 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
attrs>=17.2.0
autobahn[asyncio,twisted,encryption,compress,serialization,scram]>=20.7.1
bitstring>=3.1.5
bcrypt>=3.1.6
cbor>=1.0.0
click>=6.7
constantly>=15.1.0
cryptography>=2.6.1
h2>=3.0,<4.0
idna<2.6,>=2.5
incremental>=17.5.0
jinja2>=2.10.1
lmdb>=0.92
mistune>=0.7.4
netaddr>=0.7.19
passlib>=1.7.1
priority>=1.3.0
psutil>=5.2.2
py-ubjson>=0.9.0
pyasn1-modules>=0.2.4
pyasn1>=0.4.5
pygments>=2.2.0
pynacl>=1.1.2
pyopenssl>=17.1.0
pyqrcode>=1.2.1
pytrie>=0.3
pyyaml>=4.2b4
sdnotify>=0.3.1
service_identity>=17.0.0
setproctitle>=1.1.10
setuptools>=36.2.7
treq>=20.4.1
twisted[tls,conch,http2]>=20.3.0; sys_platform != 'darwin' and sys_platform != 'win32'
twisted[tls,conch,http2,osx_platform]>=20.3.0; sys_platform == 'darwin'
twisted[tls,conch,http2,windows_platform]>=20.3.0; sys_platform == 'win32'
txaio>=20.4.1
txtorcon>=20.0.0
u-msgpack-python>=2.4.1
# urllib3 is an indirect dependency, but we force a recent version because of https://nvd.nist.gov/vuln/detail/CVE-2019-11324
# workaround for version conflict in requests vs sth else:
urllib3<1.27,>=1.21.1
vmprof>=0.4.12; platform_machine=='x86_64' or platform_machine=='i386' or platform_machine=='arm'
watchdog>=0.8.3
werkzeug>=0.14.1
wsaccel>=0.6.2; platform_python_implementation=='CPython'
zlmdb>=20.7.1
zope.interface>=4.4.2