-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
fix: Python dependencies in #11499 #12079
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,4 @@ | |
# under the License. | ||
-e file:. | ||
pyrsistent>=0.16.1,<0.17 | ||
importlib-metadata>=1.7.0, <2 | ||
importlib-metadata==2.1.1 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,10 +17,10 @@ | |
# under the License. | ||
-r base.in | ||
flask-cors>=2.0.0 | ||
mysqlclient==1.4.2.post1 | ||
pillow>=7.0.0,<8.0.0 | ||
pydruid>=0.6.1,<0.7 | ||
pyhive[hive]>=0.6.1 | ||
tableschema | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ABC. |
||
thrift>=0.11.0, <1.0.0 | ||
mysqlclient==1.4.2.post1 | ||
psycopg2-binary==2.8.5 | ||
Pillow>=7.0.0, <8.0.0 | ||
tableschema | ||
thrift>=0.11.0,<1.0.0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,3 @@ | |
-r base.in | ||
gevent | ||
psycopg2-binary | ||
redis |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# SHA1:54074dcfe0a3bf83a9f4f8e2fb9d24746a86b50c | ||
# SHA1:465a3e60283551f04dc2897dc9f08d28b0d85228 | ||
# | ||
# This file is autogenerated by pip-compile-multi | ||
# To update, run: | ||
|
@@ -10,7 +10,6 @@ | |
gevent==20.9.0 # via -r requirements/docker.in | ||
greenlet==0.4.17 # via gevent | ||
psycopg2-binary==2.8.6 # via -r requirements/docker.in | ||
redis==3.5.3 # via -r requirements/docker.in | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is replaced by the requirement in |
||
zope.event==4.5.0 # via gevent | ||
zope.interface==5.1.2 # via gevent | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,5 +30,4 @@ pyhive[presto]>=0.6.3 | |
pylint | ||
pytest | ||
pytest-cov | ||
redis | ||
statsd |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# SHA1:b16b83f856b2dbc53535f71414f5c3e8dfa838e0 | ||
# SHA1:9d449781bc4ef88cd346b9dd5db55240472d5f0c | ||
# | ||
# This file is autogenerated by pip-compile-multi | ||
# To update, run: | ||
|
@@ -35,9 +35,9 @@ pyhive[hive,presto]==0.6.3 # via -r requirements/development.in, -r requirement | |
pylint==2.6.0 # via -r requirements/testing.in | ||
pytest-cov==2.10.1 # via -r requirements/testing.in | ||
pytest==6.1.2 # via -r requirements/testing.in, pytest-cov | ||
redis==3.5.3 # via -r requirements/testing.in | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Redis is currently required for running tests. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @robdiciuccio this will be inherited from |
||
statsd==3.3.0 # via -r requirements/testing.in | ||
traitlets==5.0.5 # via ipython | ||
typed-ast==1.4.1 # via astroid | ||
wcwidth==0.2.5 # via prompt-toolkit | ||
websocket-client==0.57.0 # via docker | ||
wrapt==1.12.1 # via astroid | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needed to resolve conflicting versions.