Skip to content

Conversation

@cchensh
Copy link
Contributor

@cchensh cchensh commented Jan 23, 2026

Type of change

  • New feature
  • Bug fix
  • Documentation

Summary

This PR adds requirements.txt file for Slack CLI to recognize it as Bolt app

Requirements

  • I have ensured the changes I am contributing align with existing patterns and have tested and linted my code
  • I've read and agree to the Code of Conduct

@cchensh cchensh requested a review from a team as a code owner January 23, 2026 18:57
@cchensh cchensh enabled auto-merge (squash) January 23, 2026 18:58
@mwbrooks mwbrooks added the enhancement New feature or request label Jan 23, 2026
@mwbrooks mwbrooks changed the title feat: Create requirements.txt feat: add requirements.txt Jan 23, 2026
Co-authored-by: Michael Brooks <michael@michaelbrooks.ca>
@cchensh cchensh requested a review from mwbrooks January 23, 2026 19:02
Copy link
Member

@mwbrooks mwbrooks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Thanks @cchensh

🧪 I was able to successfully create a new app from this template using the Slack CLI and confirmed that the "source": "remote" is set.

$ slack create -t https://github.com/slack-samples/bolt-python-search-template -b cchen-requirements

$ cat beautiful-groundhog-833/.slack/config.json
{
  "manifest": {
    "source": "remote"
  },
  "project_id": "..."
}

I was able to install the dependencies and run the project. 👌🏻

@cchensh cchensh merged commit 4f93090 into main Jan 23, 2026
6 checks passed
@cchensh cchensh deleted the cchen-requirements branch January 23, 2026 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants