Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/superset-python-presto-hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.9"]
python-version: ["3.10"]
env:
PYTHONPATH: ${{ github.workspace }}
SUPERSET_CONFIG: tests.integration_tests.superset_test_config
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.9"]
python-version: ["3.10"]
env:
PYTHONPATH: ${{ github.workspace }}
SUPERSET_CONFIG: tests.integration_tests.superset_test_config
Expand Down
4 changes: 3 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ geographiclib==1.52
# via geopy
geopy==2.2.0
# via apache-superset
greenlet==2.0.2
# via sqlalchemy
gunicorn==20.1.0
# via apache-superset
hashids==1.3.1
Expand Down Expand Up @@ -310,7 +312,7 @@ werkzeug==2.3.3
# flask
# flask-jwt-extended
# flask-login
wrapt==1.12.1
wrapt==1.15.0
# via deprecated
wtforms==2.3.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/development.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
ipython
progress>=1.5,<2
pyinstrument>=4.0.2,<5
pylint==2.9.6
pylint==2.15.0
setuptools>=65.5.1
sqloxide
276 changes: 139 additions & 137 deletions requirements/development.txt
Original file line number Diff line number Diff line change
@@ -1,137 +1,139 @@
# SHA1:6d10e2cb134133e823edef48aa3e33b2b1b85681
#
# This file is autogenerated by pip-compile-multi
# To update, run:
#
# pip-compile-multi
#
-r base.txt
-e file:.
# via
# -r requirements/base.in
# -r requirements/development.in
appnope==0.1.3
# via ipython
astroid==2.6.6
# via pylint
asttokens==2.2.1
# via stack-data
backcall==0.2.0
# via ipython
boto3==1.26.130
# via tabulator
botocore==1.29.130
# via
# boto3
# s3transfer
cached-property==1.5.2
# via tableschema
certifi==2023.5.7
# via requests
chardet==5.1.0
# via tabulator
charset-normalizer==3.1.0
# via requests
decorator==5.1.1
# via ipython
et-xmlfile==1.1.0
# via openpyxl
executing==1.2.0
# via stack-data
flask-cors==3.0.10
# via apache-superset
future==0.18.3
# via pyhive
ijson==3.2.0.post0
# via tabulator
ipython==8.12.2
# via -r requirements/development.in
isort==5.12.0
# via pylint
jedi==0.18.2
# via ipython
jmespath==1.0.1
# via
# boto3
# botocore
jsonlines==3.1.0
# via tabulator
lazy-object-proxy==1.9.0
# via astroid
linear-tsv==1.1.0
# via tabulator
matplotlib-inline==0.1.6
# via ipython
mccabe==0.6.1
# via pylint
mysqlclient==2.1.0
# via apache-superset
openpyxl==3.1.2
# via tabulator
parso==0.8.3
# via jedi
pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pillow==9.5.0
# via apache-superset
progress==1.6
# via -r requirements/development.in
psycopg2-binary==2.9.6
# via apache-superset
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pure-sasl==0.6.2
# via thrift-sasl
pydruid==0.6.5
# via apache-superset
pyhive[hive]==0.6.5
# via apache-superset
pyinstrument==4.4.0
# via -r requirements/development.in
pylint==2.9.6
# via -r requirements/development.in
requests==2.30.0
# via
# pydruid
# tableschema
# tabulator
rfc3986==2.0.0
# via tableschema
s3transfer==0.6.1
# via boto3
sasl==0.3.1
# via pyhive
sqloxide==0.1.33
# via -r requirements/development.in
stack-data==0.6.2
# via ipython
tableschema==1.20.2
# via apache-superset
tabulator==1.53.5
# via tableschema
thrift==0.16.0
# via
# apache-superset
# pyhive
# thrift-sasl
thrift-sasl==0.4.3
# via pyhive
toml==0.10.2
# via pylint
traitlets==5.9.0
# via
# ipython
# matplotlib-inline
unicodecsv==0.14.1
# via
# tableschema
# tabulator
xlrd==2.0.1
# via tabulator

# The following packages are considered to be unsafe in a requirements file:
# setuptools
# SHA1:4c968a12954870dc2461956c6fccb6a1065404fd
#
# This file is autogenerated by pip-compile-multi
# To update, run:
#
# pip-compile-multi
#
-r base.txt
-e file:.
# via
# -r requirements/base.in
# -r requirements/development.in
astroid==2.13.5
# via pylint
asttokens==2.2.1
# via stack-data
backcall==0.2.0
# via ipython
boto3==1.26.130
# via tabulator
botocore==1.29.130
# via
# boto3
# s3transfer
cached-property==1.5.2
# via tableschema
certifi==2023.5.7
# via requests
chardet==5.1.0
# via tabulator
charset-normalizer==3.1.0
# via requests
decorator==5.1.1
# via ipython
dill==0.3.6
# via pylint
et-xmlfile==1.1.0
# via openpyxl
executing==1.2.0
# via stack-data
flask-cors==3.0.10
# via apache-superset
future==0.18.3
# via pyhive
ijson==3.2.0.post0
# via tabulator
ipython==8.12.2
# via -r requirements/development.in
isort==5.12.0
# via pylint
jedi==0.18.2
# via ipython
jmespath==1.0.1
# via
# boto3
# botocore
jsonlines==3.1.0
# via tabulator
lazy-object-proxy==1.9.0
# via astroid
linear-tsv==1.1.0
# via tabulator
matplotlib-inline==0.1.6
# via ipython
mccabe==0.6.1
# via pylint
mysqlclient==2.1.0
# via apache-superset
openpyxl==3.1.2
# via tabulator
parso==0.8.3
# via jedi
pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pillow==9.5.0
# via apache-superset
platformdirs==3.5.1
# via pylint
progress==1.6
# via -r requirements/development.in
psycopg2-binary==2.9.6
# via apache-superset
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pure-sasl==0.6.2
# via
# pyhive
# thrift-sasl
pydruid==0.6.5
# via apache-superset
pyhive @ git+https://github.com/dropbox/PyHive.git@b3c123195b6d2586e1e609eefecafe036324eb46
# via apache-superset
pyinstrument==4.4.0
# via -r requirements/development.in
pylint==2.15.0
# via -r requirements/development.in
requests==2.30.0
# via
# pydruid
# tableschema
# tabulator
rfc3986==2.0.0
# via tableschema
s3transfer==0.6.1
# via boto3
sqloxide==0.1.33
# via -r requirements/development.in
stack-data==0.6.2
# via ipython
tableschema==1.20.2
# via apache-superset
tabulator==1.53.5
# via tableschema
thrift==0.16.0
# via
# apache-superset
# pyhive
# thrift-sasl
thrift-sasl==0.4.3
# via pyhive
tomlkit==0.11.8
# via pylint
traitlets==5.9.0
# via
# ipython
# matplotlib-inline
unicodecsv==0.14.1
# via
# tableschema
# tabulator
xlrd==2.0.1
# via tabulator

# The following packages are considered to be unsafe in a requirements file:
# setuptools
7 changes: 1 addition & 6 deletions requirements/integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pip-compile-multi==2.6.3
# via -r requirements/integration.in
pip-tools==6.13.0
# via pip-compile-multi
platformdirs==3.5.0
platformdirs==3.5.1
# via
# tox
# virtualenv
Expand All @@ -52,11 +52,6 @@ pyproject-hooks==1.0.0
# via build
pyyaml==5.4.1
# via pre-commit
tomli==2.0.1
# via
# build
# pyproject-api
# tox
toposort==1.10
# via pip-compile-multi
tox==4.5.1
Expand Down
4 changes: 0 additions & 4 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ db-dtypes==1.1.1
# via pandas-gbq
docker==6.1.1
# via -r requirements/testing.in
exceptiongroup==1.1.1
# via pytest
flask-testing==0.8.1
# via -r requirements/testing.in
freezegun==1.2.2
Expand Down Expand Up @@ -107,8 +105,6 @@ pydata-google-auth==1.7.0
# via pandas-gbq
pyfakefs==5.2.2
# via -r requirements/testing.in
pyhive[presto]==0.6.5
# via apache-superset
pytest==7.3.1
# via
# -r requirements/testing.in
Expand Down
Loading