Skip to content

Commit

Permalink
Continue to work on install requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
lhartung committed Mar 1, 2022
1 parent 898ef50 commit c910fd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions paradrop/daemon/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
packages=find_packages(),

install_requires=[
'attrs>=18.2.0',
'autobahn>=22.2.2',
'attrs>=21.4.0',
'autobahn[twisted]>=21.2.1',
'bcrypt>=3.1.4',
'colorama>=0.3.9',
'configparser>=3.7.1',
Expand Down
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ appdirs==1.4.3
arrow==0.10.0
asn1crypto==0.24.0
attrs==21.4.0
autobahn==22.2.2
autobahn[twisted]==22.2.2
Automat==20.2.0
Babel==2.9.1
backports.ssl-match-hostname==3.5.0.1
bcrypt==3.1.0
certifi==2018.11.29
cffi==1.15.0
chardet==3.0.4
charset-normalizer==2.0.12
click==6.7
colorama==0.3.7
configparser==3.7.1
Expand Down Expand Up @@ -56,7 +57,7 @@ pyOpenSSL==22.0.0
python-dateutil==2.7.5
pytz==2018.7
PyYAML==6.0
requests==2.21.0
requests==2.27.1
ruamel.yaml==0.17.21
ruamel.yaml.clib==0.2.6
service-identity==16.0.0
Expand All @@ -74,4 +75,4 @@ typing_extensions==4.1.1
urllib3==1.26.8
websocket-client==0.37.0
Werkzeug==2.0.3
zope.interface==5.0.2
zope.interface==5.4.0

0 comments on commit c910fd5

Please sign in to comment.