Skip to content

Commit

Permalink
fixed requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibkumr committed Jun 30, 2019
1 parent d27f7e4 commit 774fbae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@
LONG_DESC = open('README.md').read()
setuptools.setup(
name="yTermPlayer",
version="1.2.0",
version="1.2.1",
author="Time Traveller",
author_email="time.traveller.san@gmail.com",
description="Play youtube playlists as audio on linux terminal ",
Expand Down
1 change: 0 additions & 1 deletion yTermPlayer/__init__.py
@@ -1,5 +1,4 @@
import pafy
import vlc
import pickle
import sys
import os
Expand Down

0 comments on commit 774fbae

Please sign in to comment.