Skip to content

Commit 353a348

Browse files
authored
Update setup.py
1 parent 6a0bff0 commit 353a348

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99

1010
setup(
1111
name='xontrib-onepath',
12-
version='0.3.1',
12+
version='0.3.2',
1313
license='BSD',
1414
author='anki',
1515
author_email='author@example.com',
1616
description="Associate files with app or alias and run it without preceding commands in xonsh shell.",
1717
long_description=long_description,
1818
long_description_content_type='text/markdown',
1919
python_requires='>=3.6',
20-
install_requires=['xonsh', 'python-magic'],
20+
install_requires=['python-magic'],
2121
packages=['xontrib'],
2222
package_dir={'xontrib': 'xontrib'},
2323
package_data={'xontrib': ['*.py']},

0 commit comments

Comments
 (0)