Skip to content

Commit 03e3d4f

Browse files
authored
Merge branch 'master' into changelog-3.6
2 parents 4b42565 + 7ce1a6d commit 03e3d4f

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

fixed-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ prance==0.9.0
3939
prompt-toolkit==1.0.15
4040
pyinotify==0.9.6; platform_system=="Linux"
4141
pymongo==3.11.3
42+
pyparsing<3
4243
zstandard==0.15.2
4344
python-editor==1.0.4
4445
python-keyczar==0.716

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ prompt-toolkit==1.0.15
4848
psutil==5.8.0
4949
pyinotify==0.9.6; platform_system=="Linux"
5050
pymongo==3.11.3
51+
pyparsing<3
5152
pyrabbit
5253
python-dateutil==2.8.1
5354
python-editor==1.0.4

st2actions/in-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jinja2
66
kombu
77
oslo.config
88
oslo.utils
9+
pyparsing
910
requests
1011
six
1112
pyyaml

st2actions/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ lockfile==0.12.2
1616
oslo.config>=1.12.1,<1.13
1717
oslo.utils<5.0,>=4.0.0
1818
pyinotify==0.9.6; platform_system=="Linux"
19+
pyparsing<3
1920
python-dateutil==2.8.1
2021
python-json-logger
2122
pyyaml==5.4.1

st2api/in-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ mongoengine
66
pymongo
77
oslo.config
88
oslo.utils
9+
pyparsing
910
pymongo
1011
six
1112
gunicorn

st2api/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ mongoengine==0.23.0
1313
oslo.config>=1.12.1,<1.13
1414
oslo.utils<5.0,>=4.0.0
1515
pymongo==3.11.3
16+
pyparsing<3
1617
simplejson
1718
six==1.13.0

st2stream/in-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ mongoengine
66
pymongo
77
oslo.config
88
oslo.utils
9+
pyparsing
910
pymongo
1011
six
1112
gunicorn

st2stream/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ mongoengine==0.23.0
1313
oslo.config>=1.12.1,<1.13
1414
oslo.utils<5.0,>=4.0.0
1515
pymongo==3.11.3
16+
pyparsing<3
1617
six==1.13.0

0 commit comments

Comments
 (0)