File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22# Python 3 with Redis
3- version : " 3"
4-
53services :
64 app :
75 build :
Original file line number Diff line number Diff line change 1+ # Python package dependencies
2+ # cspell: disable
13[[source ]]
24url = " https://pypi.org/simple"
35verify_ssl = true
46name = " pypi"
57
68[packages ]
7- flask = " ==3.1.2"
8- # redis = "==5.2.1"
9+ flask = " ==3.1.3"
910redis = " ==7.2.0"
1011flask-redis = " ==0.4.0"
1112retry2 = " ==0.9.5"
12- python-dotenv = " ~=1.2.1 "
13+ python-dotenv = " ~=1.2.2 "
1314gunicorn = " ~=25.0.0"
1415
16+
1517[dev-packages ]
1618# Code Quality
17- pylint = " ~=4.0.4 "
19+ pylint = " ~=4.0.5 "
1820flake8 = " ~=7.3.0"
19- black = " ~=26.1.0 "
21+ black = " ~=26.5.1 "
2022
2123# Test-Driven Development
22- pytest = " ~=9.0.2 "
24+ pytest = " ~=9.0.3 "
2325pytest-pspec = " ~=0.0.4"
24- pytest-cov = " ~=7.0 .0"
26+ pytest-cov = " ~=7.1 .0"
2527factory-boy = " ~=3.3.3"
26- coverage = " ~=7.13.2 "
28+ coverage = " ~=7.14.1 "
2729
2830# Utility
2931honcho = " ~=2.0.0"
You can’t perform that action at this time.
0 commit comments