Bumps [environs](https://github.com/sloria/environs) from 14.4.0 to 14.5.0. - [Changelog](https://github.com/sloria/environs/blob/main/CHANGELOG.md) - [Commits](https://github.com/sloria/environs/compare/14.4.0...14.5.0) --- updated-dependencies: - dependency-name: environs dependency-version: 14.5.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.5.0
|