Skip to content

Commit

Permalink
standardize spacing on req markers
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Jul 18, 2022
1 parent 673e5f5 commit 4d46a28
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions contrib/linux/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# used by file watcher sensor
pyinotify>=0.9.5,<=0.10; platform_system=="Linux"
logshipper@ git+/~https://github.com/StackStorm/logshipper.git@stackstorm_patched; platform_system=="Linux"
pyinotify>=0.9.5,<=0.10 ; platform_system=="Linux"
logshipper@ git+/~https://github.com/StackStorm/logshipper.git@stackstorm_patched ; platform_system=="Linux"
2 changes: 1 addition & 1 deletion fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ oslo.utils<5.0,>=4.0.0
paramiko==2.10.1
passlib==1.7.4
prompt-toolkit==1.0.15
pyinotify==0.9.6; platform_system=="Linux"
pyinotify==0.9.6 ; platform_system=="Linux"
pymongo==3.11.3
pyparsing<3
zstandard==0.15.2
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jsonpath-rw==1.4.0
jsonschema==2.6.0
kombu==5.0.2
lockfile==0.12.2
logshipper@ git+/~https://github.com/StackStorm/logshipper.git@stackstorm_patched;platform_system=="Linux"
logshipper@ git+/~https://github.com/StackStorm/logshipper.git@stackstorm_patched ; platform_system=="Linux"
mock==4.0.3
mongoengine==0.23.0
networkx>=2.5.1,<2.6
Expand All @@ -45,7 +45,7 @@ prettytable==2.1.0
prompt-toolkit==1.0.15
psutil==5.8.0
pyOpenSSL<=21.0.0
pyinotify==0.9.6; platform_system=="Linux"
pyinotify==0.9.6 ; platform_system=="Linux"
pymongo==3.11.3
pyparsing<3
pyrabbit
Expand Down
2 changes: 1 addition & 1 deletion st2actions/in-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gitpython
lockfile
# needed by core "linux" pack - TODO: create virtualenv for linux pack on postinst
pyinotify
logshipper@ git+/~https://github.com/StackStorm/logshipper.git@stackstorm_patched;platform_system=="Linux"
logshipper@ git+/~https://github.com/StackStorm/logshipper.git@stackstorm_patched ; platform_system=="Linux"
# required by pack_mgmt/setup_virtualenv.py#L135
virtualenv
# needed by requests
Expand Down
4 changes: 2 additions & 2 deletions st2actions/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ gitpython==3.1.15
jinja2==2.11.3
kombu==5.0.2
lockfile==0.12.2
logshipper@ git+/~https://github.com/StackStorm/logshipper.git@stackstorm_patched;platform_system=="Linux"
logshipper@ git+/~https://github.com/StackStorm/logshipper.git@stackstorm_patched ; platform_system=="Linux"
oslo.config>=1.12.1,<1.13
oslo.utils<5.0,>=4.0.0
pyinotify==0.9.6; platform_system=="Linux"
pyinotify==0.9.6 ; platform_system=="Linux"
pyparsing<3
python-dateutil==2.8.1
python-json-logger
Expand Down

0 comments on commit 4d46a28

Please sign in to comment.