Skip to content

Commit

Permalink
Add werkzeug dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrichar1 committed Feb 7, 2020
1 parent 650f118 commit 7c3a6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
name=NAME,
version='0.0.6',
packages=find_packages(),
install_requires=['requests'],
install_requires=['requests', 'werkzeug'],
package_data={'': ['*.txt', '*.rst']},
author='Peter Hudec',
author_email='[email protected]',
Expand Down

0 comments on commit 7c3a6eb

Please sign in to comment.