Skip to content

Commit

Permalink
joined dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Dec 16, 2021
1 parent ce1d679 commit 0465353
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@
],
install_requires=[
'setuptools>=20.4', # markdown readme
'PyYAML<6' if py2 else '',
'PyYAML>=5.3.1', # security
'PyYAML<6, >5.3.1' if py2 else 'PyYAML>=5.3.1', # security
'nose',
'rednose',
'pathlib2' if py2 else '',
'pathlib2' if py2 else '', # Py2 backport
],
include_package_data = True,
test_suite = 'yamlns',
Expand Down

0 comments on commit 0465353

Please sign in to comment.