Bumps [rich](https://github.com/Textualize/rich) from 14.1.0 to 14.2.0. - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v14.1.0...v14.2.0) --- updated-dependencies: - dependency-name: rich dependency-version: 14.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
233 B
Plaintext
20 lines
233 B
Plaintext
# Everything needed in production
|
|
|
|
# Flask
|
|
click>=7.0
|
|
Flask==3.1.2
|
|
|
|
# Logging
|
|
rich==14.2.0
|
|
|
|
# Requests
|
|
requests==2.32.5
|
|
|
|
# Deployment
|
|
gevent==25.9.1
|
|
gunicorn>=19.9.0
|
|
supervisor==4.3.0
|
|
|
|
# Environment variable parsing
|
|
environs==14.3.0
|