Skip to content
This repository was archived by the owner on May 24, 2025. It is now read-only.

Commit 9e4f59c

Browse files
author
Francisco Marques
committed
Added missing requirement
1 parent 38b6f80 commit 9e4f59c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
docopt>=0.6.2
2+
html>=1.6

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
packages = ['ts3LogAnalyzer'],
2121
package_data = {'ts3LogAnalyzer': ['schema.sql']},
2222
zip_safe = False,
23-
install_requires = ['docopt>=0.6.2'],
23+
install_requires = ['docopt>=0.6.2', 'html>=1.6'],
24+
keywords='teamspeak ts3 ts3server ts',
2425
entry_points =
2526
"""
2627
[console_scripts]

0 commit comments

Comments
 (0)