| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| rm -rf ./slack_bolt.egg-info | ||
|
|
||
| pip install -U pip && \ | ||
| pip install twine build && \ |
There was a problem hiding this comment.
Minor improvements for consistency
Sorry, something went wrong.
| - package-ecosystem: "npm" | ||
| directory: "/docs" | ||
| schedule: | ||
| interval: "monthly" | ||
| groups: | ||
| docusaurus: | ||
| patterns: | ||
| - "@docusaurus/*" | ||
| react: | ||
| patterns: | ||
| - "react" | ||
| - "react-dom" |
There was a problem hiding this comment.
Cleaning this up because we don't need it anymore
Sorry, something went wrong.
There was a problem hiding this comment.
📚 praise: Thanks for catching this!
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #1360 +/- ##
=======================================
Coverage 91.00% 91.00%
=======================================
Files 222 222
Lines 7512 7512
=======================================
Hits 6836 6836
Misses 676 676 ☔ View full report in Codecov by Sentry. |
Sorry, something went wrong.
There was a problem hiding this comment.
@WilliamBergamin LGTM! This is such a nice change to keep things fresh 🚢 🫧
Sorry, something went wrong.
| - package-ecosystem: "npm" | ||
| directory: "/docs" | ||
| schedule: | ||
| interval: "monthly" | ||
| groups: | ||
| docusaurus: | ||
| patterns: | ||
| - "@docusaurus/*" | ||
| react: | ||
| patterns: | ||
| - "react" | ||
| - "react-dom" |
There was a problem hiding this comment.
📚 praise: Thanks for catching this!
Sorry, something went wrong.
There was a problem hiding this comment.
🫡 praise: Farewell to requirements.txt indeed.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Python 3.6 did not support the pip install . command which installs the dependencies of the project, this is why we defined a requirements.txt file at the top level. Now that this project does not support python 3.6 we can get ride of requirements.txt
Testing
CI passes
Category
Requirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.