Skip to content

Commit 3b77378

Browse files
committed
Remove logshipper and pyinotify from requirements files
1 parent c89e8c8 commit 3b77378

5 files changed

Lines changed: 4 additions & 10 deletions

File tree

contrib/linux/requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
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

fixed-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ paramiko==2.7.1
2727
passlib==1.7.1
2828
prance==0.9.0
2929
prompt-toolkit==1.0.15
30-
pyinotify==0.9.6; platform_system=="Linux"
3130
pymongo==3.10.0
3231
python-editor==1.0.4
3332
python-gnupg==0.4.5

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ cryptography==2.8
1414
dnspython<2.0.0,>=1.16.0
1515
eventlet==0.25.1
1616
flex==6.14.0
17-
git+https://github.com/StackStorm/logshipper.git@stackstorm_patched#egg=logshipper
1817
git+https://github.com/StackStorm/orquesta.git@v1.2.0#egg=orquesta
1918
git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file
2019
git+https://github.com/StackStorm/st2-auth-ldap.git@master#egg=st2-auth-ldap
@@ -42,7 +41,6 @@ passlib==1.7.1
4241
prettytable
4342
prompt-toolkit==1.0.15
4443
psutil==5.6.6
45-
pyinotify==0.9.6 ; platform_system == "Linux"
4644
pymongo==3.10.0
4745
pyrabbit
4846
python-dateutil==2.8.0
@@ -65,6 +63,7 @@ stevedore==1.30.1
6563
tooz==1.66.1
6664
ujson==1.35
6765
unittest2
66+
watchdog
6867
webob==1.8.5
6968
webtest
7069
zake==0.2.2

st2actions/in-requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ python-json-logger
1414
gitpython
1515
lockfile
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
2019
virtualenv

st2actions/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,15 @@
77
# update the component requirements.txt
88
apscheduler==3.6.3
99
eventlet==0.25.1
10-
git+https://github.com/StackStorm/logshipper.git@stackstorm_patched#egg=logshipper
1110
gitpython==2.1.15
1211
jinja2==2.10.3
1312
kombu==4.6.6
1413
lockfile==0.12.2
1514
oslo.config<1.13,>=1.12.1
1615
oslo.utils<=3.37.0,>=3.36.2
17-
pyinotify==0.9.6 ; platform_system == "Linux"
1816
python-dateutil==2.8.0
1917
python-json-logger
2018
pyyaml==5.1.2
2119
requests[security]==2.23.0
2220
six==1.13.0
21+
watchdog

0 commit comments

Comments
 (0)