Skip to content

Commit

Permalink
set fixed versions to successful GA actions
Browse files Browse the repository at this point in the history
https://github.com/ceph/teuthology-api/actions/runs/10860489385/job/30141154822

Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
  • Loading branch information
VallariAg committed Nov 20, 2024
1 parent add8e42 commit 8032041
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ package_dir =
# For more information, check out https://semver.org/.
install_requires =
importlib-metadata; python_version<"3.8"
fastapi
fastapi==0.114.2
uvicorn[standard]
gunicorn
httpx
itsdangerous
python-dotenv
teuthology @ git+https://github.com/ceph/teuthology.git@67db276914d29505c9707d04f3a3b8fb9d8aee4b#egg=teuthology
gunicorn==23.0.0
httpx==0.27.2
itsdangerous==2.2.0
python-dotenv==1.0.1
teuthology @ git+https://github.com/ceph/teuthology#egg=teuthology[test]


[options.packages.find]
Expand All @@ -70,9 +70,9 @@ exclude =

# Add here test requirements (semicolon/line-separated)
testing =
setuptools
pytest
pytest-cov
setuptools==74.1.2
pytest==8.3.3
pytest-cov==5.0.0

[options.entry_points]
# Add here console scripts like:
Expand Down

0 comments on commit 8032041

Please sign in to comment.