Skip to content

Commit

Permalink
Bump Broker to 0.4.8
Browse files Browse the repository at this point in the history
Now that Broker is back on PyPI, let's clean up the requirements
  • Loading branch information
JacobCallahan authored Mar 13, 2024
1 parent 6863808 commit c03939b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# Version updates managed by dependabot

betelgeuse==1.11.0
# broker[docker]==0.4.1 - Temporarily disabled, see below
broker[docker]==0.4.8
cryptography==42.0.5
deepdiff==6.7.1
docker==7.0.0 # Temporary until Broker is back on PyPi
dynaconf[vault]==3.2.4
fauxfactory==3.1.0
jinja2==3.1.3
manifester==0.0.14
navmazing==1.2.2
paramiko==3.4.0 # Temporary until Broker is back on PyPi
productmd==1.38
pyotp==2.9.0
python-box==7.1.1
Expand All @@ -32,9 +30,4 @@ wrapanapi==3.6.0
# Get airgun, nailgun and upgrade from master
git+https://github.com/SatelliteQE/airgun.git@master#egg=airgun
git+https://github.com/SatelliteQE/nailgun.git@master#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 c03939b

Please sign in to comment.