Skip to content

Commit

Permalink
Add PyYAML back to requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
max-zilla committed Sep 16, 2020
1 parent ce15f98 commit f8cfc71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pika==1.1.0
PyYAML==5.1
requests==2.24.0
requests-toolbelt==0.9.1
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def description():

install_requires=[
'pika==1.1.0',
'PyYAML==5.1',
'requests==2.24.0',
'requests-toolbelt==0.9.1',
],
Expand Down

0 comments on commit f8cfc71

Please sign in to comment.