Skip to content

Commit

Permalink
Add missing dependency on pyyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaberez authored and radomirbosak committed Aug 4, 2020
1 parent d6f493c commit 1d8d5b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name = "pypi"
requests = "*"
crayons = "*"
pyxdg = "*"
pyyaml = "*"

[dev-packages]
"autopep8" = "*"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ Python modules:
* requests
* crayons
* pyxdg
* pyyaml

## Testing

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"requests",
"beautifulsoup4",
"crayons",
"pyxdg"
"pyxdg",
"pyyaml"
],
keywords=['duden', 'duden.de', 'dictionary', 'cli', 'word'],
license='MIT',
Expand Down

0 comments on commit 1d8d5b0

Please sign in to comment.