Skip to content

Commit 2cecf26

Browse files
author
BrunoSilvaAndrade
committed
Including PyYaml in requirements.txt
1 parent 73d6414 commit 2cecf26

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
schema>=0.7.1
1+
schema>=0.7.1
2+
PyYaml>=3.12.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='python-config-parser',
8-
version='2.0.2',
8+
version='2.0.3',
99
author='Bruno Silva de Andrade',
1010
author_email='brunojf.andrade@gmail.com',
1111
description='Project created to given the possibility of create dynamics config files',

0 commit comments

Comments
 (0)