Skip to content

Commit

Permalink
new pip-compile-multi
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed May 12, 2023
1 parent 22d579c commit 5f80dcf
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
3 changes: 1 addition & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ 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 @@ -308,6 +306,7 @@ wcwidth==0.2.5
# via prompt-toolkit
werkzeug==2.3.3
# via
# apache-superset
# flask
# flask-jwt-extended
# flask-login
Expand Down
4 changes: 4 additions & 0 deletions requirements/docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
# -r requirements/docker.in
gevent==22.10.2
# via -r requirements/docker.in
greenlet==2.0.2
# via
# -r requirements/docker.in
# gevent
psycopg2-binary==2.9.6
# via apache-superset
zope-event==4.5.0
Expand Down
12 changes: 6 additions & 6 deletions requirements/integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ cachetools==5.3.0
# via tox
cfgv==3.3.1
# via pre-commit
chardet==5.1.0
# via tox
click==8.1.3
# via
# pip-compile-multi
Expand Down Expand Up @@ -44,19 +46,17 @@ pluggy==1.0.0
# via tox
pre-commit==3.3.1
# via -r requirements/integration.in
py==1.10.0
pyproject-api==1.5.1
# via tox
pyproject-hooks==1.0.0
# via build
pyyaml==5.4.1
# via pre-commit
six==1.16.0
# via tox
toml==0.10.2
# via tox
tomli==2.0.1
# via build
# via
# build
# pyproject-api
# tox
toposort==1.10
# via pip-compile-multi
tox==4.5.1
Expand Down
2 changes: 2 additions & 0 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ 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

0 comments on commit 5f80dcf

Please sign in to comment.