Skip to content

Commit

Permalink
Update paradrop python package requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
lhartung committed Mar 1, 2022
1 parent 21d528a commit 898ef50
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions paradrop/daemon/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

install_requires=[
'attrs>=18.2.0',
'autobahn>=18.8.1',
'autobahn>=22.2.2',
'bcrypt>=3.1.4',
'colorama>=0.3.9',
'configparser>=3.7.1',
Expand All @@ -45,14 +45,15 @@
'pulsectl>=17.12.2',
'pycurl',
'PyJWT>=1.6.4',
'PyYAML>=5.1',
'pyOpenSSL>=22.0.0',
'PyYAML>=6.0',
'requests>=2.21.0',
'ruamel.ordereddict>=0.4.13; python_version < "3.1"',
'ruamel.yaml>=0.17.21',
'service_identity>=17.0.0',
'six>=1.10.0',
'smokesignal>=0.7.0',
'Twisted>=16.2.0',
'Twisted>=22.1.0',
'wget>=3.2'
],

Expand Down

0 comments on commit 898ef50

Please sign in to comment.