File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # used by file watcher sensor
2- pyinotify >= 0.9.5 ,<= 0.10
3- -e git+https://github.com/StackStorm/logshipper.git@stackstorm_patched#egg=logshipper
1+ watchdog
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ paramiko==2.7.1
2727passlib==1.7.1
2828prance==0.9.0
2929prompt-toolkit==1.0.15
30- pyinotify==0.9.6; platform_system=="Linux"
3130pymongo==3.10.0
3231python-editor==1.0.4
3332python-gnupg==0.4.5
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ cryptography==2.8
1414dnspython < 2.0.0 ,>= 1.16.0
1515eventlet == 0.25.1
1616flex == 6.14.0
17- git+https://github.com/StackStorm/logshipper.git@stackstorm_patched#egg=logshipper
1817git+https://github.com/StackStorm/orquesta.git@v1.2.0#egg=orquesta
1918git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file
2019git+https://github.com/StackStorm/st2-auth-ldap.git@master#egg=st2-auth-ldap
@@ -42,7 +41,6 @@ passlib==1.7.1
4241prettytable
4342prompt-toolkit == 1.0.15
4443psutil == 5.6.6
45- pyinotify == 0.9.6 ; platform_system == "Linux"
4644pymongo == 3.10.0
4745pyrabbit
4846python-dateutil == 2.8.0
@@ -65,6 +63,7 @@ stevedore==1.30.1
6563tooz == 1.66.1
6664ujson == 1.35
6765unittest2
66+ watchdog
6867webob == 1.8.5
6968webtest
7069zake == 0.2.2
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ python-json-logger
1414gitpython
1515lockfile
1616# needed by core "linux" pack - TODO: create virtualenv for linux pack on postinst
17- pyinotify
18- git+https://github.com/StackStorm/logshipper.git@stackstorm_patched#egg=logshipper
17+ watchdog
1918# required by pack_mgmt/setup_virtualenv.py#L135
2019virtualenv
Original file line number Diff line number Diff line change 77# update the component requirements.txt
88apscheduler == 3.6.3
99eventlet == 0.25.1
10- git+https://github.com/StackStorm/logshipper.git@stackstorm_patched#egg=logshipper
1110gitpython == 2.1.15
1211jinja2 == 2.10.3
1312kombu == 4.6.6
1413lockfile == 0.12.2
1514oslo.config < 1.13 ,>= 1.12.1
1615oslo.utils <= 3.37.0 ,>= 3.36.2
17- pyinotify == 0.9.6 ; platform_system == "Linux"
1816python-dateutil == 2.8.0
1917python-json-logger
2018pyyaml == 5.1.2
2119requests [security ]== 2.23.0
2220six == 1.13.0
21+ watchdog
You can’t perform that action at this time.
0 commit comments