Add missing dependency

This commit is contained in:
Augusto Gunsch 2021-11-14 19:32:10 -03:00
parent fb79ba0616
commit 7d04cfcce9
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[metadata]
name = fsub
version = 0.0.4
version = 0.0.5
author = Augusto Lenz Gunsch
author_email = augustogunsch@tutanota.com
description = CLI SubRip editor
@ -22,6 +22,8 @@ classifiers =
[options]
package_dir =
= src
install_requires =
chardet
packages = find:
python_requires = >=3.9