From 6715d1084c76d4e7ff5cab9e409f9224a8dceefc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Vesel=C3=BD?= <57869222+veselysps@users.noreply.github.com> Date: Sun, 26 Jul 2020 08:09:03 +0200 Subject: [PATCH] Added pathvalifate to dependencies and changed the version --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e5ca162..a6b3a68 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="sakurajima", - version="0.2.0", + version="0.3.0", license="MIT", author="Not Marek", author_email="notmarek@animex.tech", @@ -22,5 +22,6 @@ "requests==2.23.0", "pycryptodome==3.9.7", "m3u8==0.6.0", + "pathvalidate==2.3.0", ], )