Skip to content

Commit ed21693

Browse files
author
a
committed
0.3.1
1 parent 9ad9d46 commit ed21693

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

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

1010
setup(
1111
name='xontrib-pipeliner',
12-
version='0.3.0',
12+
version='0.3.1',
1313
license='BSD',
1414
author='anki',
1515
author_email='author@example.com',
1616
description="Easily process the lines using pipes in xonsh.",
1717
long_description=long_description,
1818
long_description_content_type='text/markdown',
1919
python_requires='>=3.6',
20+
install_requires=['xonsh', 'six'],
2021
packages=['xontrib', 'xontrib_pipeliner_asttokens'],
2122
package_dir={'xontrib': 'xontrib'},
2223
package_data={'xontrib': ['*.xsh']},

0 commit comments

Comments
 (0)