Skip to content

Commit

Permalink
Downgrades pyYAML dependency to match arch/marjaro version
Browse files Browse the repository at this point in the history
  • Loading branch information
cfangmeier committed May 30, 2019
1 parent c1e3f33 commit c53583c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -2,7 +2,7 @@ rsa>=4.0
requests>=2.21.0
gmusicapi>=11.0.0
urwid>=2.0.1
pyYAML>=4.2b1
pyYAML>=3.13
python-mpv>=0.3.6
scrypt>=0.8.0
PyGObject>=3.28.3
Expand Down
2 changes: 1 addition & 1 deletion tuijam/__init__.py
@@ -1,6 +1,6 @@
from os.path import join, expanduser

__version__ = "0.5.1"
__version__ = "0.5.2"
CONFIG_DIR = join(expanduser("~"), ".config", "tuijam")
CONFIG_FILE = join(CONFIG_DIR, "config.yaml")
LOG_FILE = join(CONFIG_DIR, "log.txt")
Expand Down

0 comments on commit c53583c

Please sign in to comment.