Skip to content

Commit a680446

Browse files
Update setup.py (#5)
Included pyyaml to setup.py
1 parent 3640ffc commit a680446

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22

33
setup(
44
name='not_gitmodules',
5-
version='0.1.3',
5+
version='0.1.3.1',
66
packages=find_packages(),
77
license='Custom License',
88
entry_points={
99
'console_scripts': [
1010
'not_gitmodules=not_gitmodules.cli:cli',
1111
],
1212
},
13+
install_requires=[
14+
'pyyaml',
15+
],
1316
long_description=open('README.md').read(),
1417
long_description_content_type='text/markdown',
1518
author='Armen-Jean Andreasian',

0 commit comments

Comments
 (0)