forked from StackStorm/st2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fixed-requirements.txt
59 lines (59 loc) · 1.39 KB
/
fixed-requirements.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
# Packages versions fixed for the whole st2 stack
# Note: greenlet is used by eventlet
greenlet==0.4.15
# Note: 0.20.0 removed select.poll() on which some of our code and libraries we
# depend on rely
eventlet==0.24.1
gunicorn==19.9.0
kombu==4.5.0
# Note: amqp is used by kombu
amqp==2.4.2
# NOTE: Recent version substantially affect the performance and add big import time overhead
# See https://github.com/StackStorm/st2/issues/4160#issuecomment-394386433 for details
oslo.config>=1.12.1,<1.13
oslo.utils>=3.36.2,<=3.37.0
six==1.12.0
pyyaml==5.1
requests[security]>=2.22.0,<2.23.0
apscheduler==3.6.0
gitpython==2.1.11
jsonschema==2.6.0
pymongo==3.7.2
mongoengine==0.17.0
passlib==1.7.1
lockfile==0.12.2
python-gnupg==0.4.4
jsonpath-rw==1.4.0
pyinotify==0.9.6
semver==2.8.1
pytz==2019.1
stevedore==1.30.1
paramiko==2.4.2
networkx==1.11
python-keyczar==0.716
cryptography==2.6.1
retrying==1.3.3
# Note: We use latest version of virtualenv which uses pip 19
virtualenv==16.6.0
# NOTE: sseclient has various issues which sometimes hang the connection for a long time, etc.
sseclient-py==1.7
python-editor==1.0.4
prompt-toolkit==1.0.15
tooz==1.64.2
zake==0.2.2
routes==2.4.1
webob==1.8.4
flex==6.14.0
prance==0.9.0
pywinrm==0.3.0
# test requirements below
nose-timer==0.7.5
nose-parallel==0.3.1
psutil==5.6.1
python-statsd==2.1.0
prometheus_client==0.1.1
mock==2.0.0
ujson==1.35
python-dateutil==2.8.0
bcrypt==3.1.6
jinja2==2.10.1