-
-
Notifications
You must be signed in to change notification settings - Fork 782
Various requirements fixups #4895
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
013d2a1
Handle environment markers in requirements.txt files
blag 80ec7e2
Loosen the pip and setuptools requirements to we don't constantly bou…
blag 3fad961
Format makefile output a bit better
blag 8ab4db1
Partially alphabetize fixed-requirements.txt
blag 2dcdcf3
Pin pip and setuptools back to specific versions so we don't run into…
blag 821985d
Add improvement to CHANGELOG.rst
blag 3aebb17
Fix backticked text for ReStructured Text (eg: not Markdown)
blag dd53fdd
Update setuptools to >=42 so it respects python_requires in configparser
blag 749d7a8
[skip ci] Add comments about version specifiers
blag a6c4b89
Update pip and setuptools version specifiers everywhere
blag 364955a
[skip ci] Betterize Travis job descriptions
blag 18ef428
Only try to install pyinotify on Linux
blag 5802a10
Make sure the fetch_requirements function also properly handles envir…
blag 5817a24
Specify .git to remain consistent with st2actions/in-requirements.txt
blag 498fbb2
Use pip-compile from pip-tools to check for dependency version conflicts
blag 42caba6
Update the CHANGELOG
blag 4baf4b7
[skip ci] Add comment to look into using the packaging package on PyPI
blag File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,61 +1,61 @@ | ||
| # Packages versions fixed for the whole st2 stack | ||
| # Note: greenlet is used by eventlet | ||
| greenlet==0.4.15 | ||
| # Note: amqp is used by kombu | ||
| amqp==2.5.2 | ||
| apscheduler==3.6.3 | ||
| cryptography==2.8 | ||
| # Note: 0.20.0 removed select.poll() on which some of our code and libraries we | ||
| # depend on rely | ||
| eventlet==0.25.1 | ||
| flex==6.14.0 | ||
| gitpython==2.1.15 | ||
| # Note: greenlet is used by eventlet | ||
| greenlet==0.4.15 | ||
| gunicorn==19.9.0 | ||
| jsonpath-rw==1.4.0 | ||
| jsonschema==2.6.0 | ||
| kombu==4.6.6 | ||
| # Note: amqp is used by kombu | ||
| amqp==2.5.2 | ||
| lockfile==0.12.2 | ||
| mongoengine==0.18.2 | ||
| networkx==1.11 | ||
| # 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.13.0 | ||
| pyyaml==5.1.2 | ||
| requests[security]==2.23.0 | ||
| apscheduler==3.6.3 | ||
| gitpython==2.1.15 | ||
| jsonschema==2.6.0 | ||
| pymongo==3.10.0 | ||
| mongoengine==0.18.2 | ||
| paramiko==2.6.0 | ||
| passlib==1.7.1 | ||
| lockfile==0.12.2 | ||
| prance==0.9.0 | ||
| prompt-toolkit==1.0.15 | ||
| pyinotify==0.9.6; platform_system=="Linux" | ||
| pymongo==3.10.0 | ||
| python-editor==1.0.4 | ||
| python-gnupg==0.4.5 | ||
| jsonpath-rw==1.4.0 | ||
| pyinotify==0.9.6 | ||
| semver==2.9.0 | ||
| pytz==2019.1 | ||
| stevedore==1.30.1 | ||
| paramiko==2.6.0 | ||
| networkx==1.11 | ||
| python-keyczar==0.716 | ||
| cryptography==2.8 | ||
| pytz==2019.1 | ||
| pywinrm==0.3.0 | ||
| pyyaml==5.1.2 | ||
| requests[security]==2.23.0 | ||
| retrying==1.3.3 | ||
| # Note: We use latest version of virtualenv which uses pip 19 | ||
| virtualenv==16.6.0 | ||
| routes==2.4.1 | ||
| semver==2.9.0 | ||
| six==1.13.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 | ||
| stevedore==1.30.1 | ||
| tooz==1.66.1 | ||
| zake==0.2.2 | ||
| routes==2.4.1 | ||
| # Note: We use latest version of virtualenv which uses pip 19 | ||
| virtualenv==16.6.0 | ||
| webob==1.8.5 | ||
| flex==6.14.0 | ||
| prance==0.9.0 | ||
| pywinrm==0.3.0 | ||
| zake==0.2.2 | ||
| # test requirements below | ||
| bcrypt==3.1.7 | ||
| jinja2==2.10.3 | ||
| mock==2.0.0 | ||
| more-itertools==5.0.0 | ||
| nose-timer==0.7.5 | ||
| nose-parallel==0.3.1 | ||
| psutil==5.6.3 | ||
| python-dateutil==2.8.0 | ||
| 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.7 | ||
| jinja2==2.10.3 | ||
| more-itertools==5.0.0 | ||
| zipp>=0.5,<=1.0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.