Skip to content

Commit 73d6414

Browse files
removing PyYaml from requirements
1 parent e199fe2 commit 73d6414

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
schema>=0.7.1
2-
PyYAML~=6.0
1+
schema>=0.7.1

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.1',
8+
version='2.0.2',
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)