Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rochacbruno committed Jul 18, 2016
1 parent 343067c commit 2f3821d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

requirements = [
'Click>=6.0',
'PyYAML==3.11',
'PyYAML>=3.11',
'six',
'import_string'
]

test_requirements = [
'pytest==2.9.2',
'pytest-xdist==1.14'
'pytest>=2.9.2',
'pytest-xdist>=1.14'
]

setup(
Expand Down

0 comments on commit 2f3821d

Please sign in to comment.