Skip to content

Commit

Permalink
[6.15.z] Updates to requirements.txt
Browse files Browse the repository at this point in the history
This backport resolves some missed/failed cherry-picks, bringing
requirements back in line with master.
  • Loading branch information
JacobCallahan committed Feb 16, 2024
1 parent d4a5223 commit b77d67a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Version updates managed by dependabot

betelgeuse==1.11.0
broker[docker]==0.4.1
# broker[docker]==0.4.1 - Temporarily disabled, see below
cryptography==42.0.2
deepdiff==6.7.1
docker==7.0.0 # Temporary until Broker is back on PyPi
Expand Down Expand Up @@ -32,4 +32,9 @@ wrapanapi==3.6.0
# Get airgun, nailgun and upgrade from 6.15.z
git+https://github.com/SatelliteQE/[email protected]#egg=airgun
git+https://github.com/SatelliteQE/[email protected]#egg=nailgun
# Broker currently is unable to push to PyPi due to [1] and [2]
# In the meantime, we install directly from the repo
# [1] - https://github.com/ParallelSSH/ssh2-python/issues/193
# [2] - https://github.com/pypi/warehouse/issues/7136
git+https://github.com/SatelliteQE/[email protected]#egg=broker
--editable .

0 comments on commit b77d67a

Please sign in to comment.