Skip to content

Commit 6384d23

Browse files
authored
Merge pull request #4 from Overseas-Student-Living/relax-dependnecy-version
Relaxed Pyyaml version.
2 parents 63fe8b9 + b78cddc commit 6384d23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='sqlalchemy-diff',
16-
version='0.1.0',
16+
version='0.1.1',
1717
description='Compare two database schemas using sqlalchemy.',
1818
long_description=readme,
1919
author='student.com',
@@ -24,7 +24,7 @@
2424
"six==1.10.0",
2525
"mock>=2.0.0",
2626
"sqlalchemy-utils==0.32.4",
27-
"pyyaml==3.11",
27+
"pyyaml>=3.11",
2828
],
2929
extras_require={
3030
'dev': [

0 commit comments

Comments
 (0)