Skip to content

Commit

Permalink
Adding setup requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
slightlynybbled committed Jan 29, 2018
1 parent ba6ca8a commit c64bd78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
]

setup_requirements = [
'flake8 == 3.5.0',
'stringify == 0.1.1'
'flake8 >= 3.5.0',
'stringify >= 0.1.1',
'sphinx >= 1.6'
]

setup(
Expand Down

0 comments on commit c64bd78

Please sign in to comment.