File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 12
12
matrix :
13
13
include :
14
14
- os : ubuntu-22.04
15
- python : " 3.10"
15
+ python : " 3.10.12 "
16
16
steps :
17
17
- uses : actions/checkout@v4
18
18
- name : Setup Python
Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ package_dir =
49
49
# For more information, check out https://semver.org/.
50
50
install_requires =
51
51
importlib-metadata; python_version<"3.8"
52
- fastapi
53
- uvicorn[standard]
54
- gunicorn
55
- httpx
56
- itsdangerous
57
- python-dotenv
58
- teuthology @ git+https://github.com/ceph/teuthology.git@67db276914d29505c9707d04f3a3b8fb9d8aee4b # egg=teuthology
52
+ fastapi ==0.114.2
53
+ uvicorn ==0.30.6
54
+ gunicorn ==23.0.0
55
+ httpx ==0.27.2
56
+ itsdangerous ==2.2.0
57
+ python-dotenv ==1.0.1
58
+ teuthology @ git+https://github.com/ceph/teuthology# egg=teuthology[test]
59
59
60
60
61
61
[options.packages.find]
@@ -70,9 +70,9 @@ exclude =
70
70
71
71
# Add here test requirements (semicolon/line-separated)
72
72
testing =
73
- setuptools
74
- pytest
75
- pytest-cov
73
+ setuptools ==74.1.2
74
+ pytest ==8.3.3
75
+ pytest-cov ==5.0.0
76
76
77
77
[options.entry_points]
78
78
# Add here console scripts like:
You can’t perform that action at this time.
0 commit comments