You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2024/03/12 05:05:53 UTC

(superset) branch kill-pip-compile-multi updated (be26762e5a -> f7350b816c)

This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a change to branch kill-pip-compile-multi
in repository https://gitbox.apache.org/repos/asf/superset.git


    from be26762e5a test
     add f7350b816c moving to pyproject.toml

No new revisions were added by this update.

Summary of changes:
 requirements/base.in         |  24 --
 requirements/base.txt        | 145 +++++------
 requirements/compile.sh      |   5 +-
 requirements/development.in  |  41 ---
 requirements/development.txt | 596 ++++++++++++++-----------------------------
 requirements/testing.txt     |  14 +
 setup.py                     | 150 +----------
 7 files changed, 279 insertions(+), 696 deletions(-)
 delete mode 100644 requirements/base.in
 mode change 100644 => 100755 requirements/compile.sh
 delete mode 100644 requirements/development.in
 create mode 100644 requirements/testing.txt