Update dependencies

This commit is contained in:
7x11x13
2021-10-12 14:59:27 -04:00
parent 267bd1dfc3
commit c0b3c14256
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from configparser import ConfigParser
logging.basicConfig(level=os.environ.get('LOGLEVEL', 'INFO')) logging.basicConfig(level=os.environ.get('LOGLEVEL', 'INFO'))
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
__version__ = 'v0.0.6' __version__ = 'v0.0.7'
if 'XDG_CONFIG_HOME' in os.environ: if 'XDG_CONFIG_HOME' in os.environ:
config_dir = os.path.join( config_dir = os.path.join(
+2 -1
View File
@@ -11,7 +11,8 @@ setup(
'selenium', 'selenium',
'docopt', 'docopt',
'python-guerrillamail', 'python-guerrillamail',
'mutagen' 'mutagen',
'beautifulsoup4'
], ],
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [