Skip to content

Commit

Permalink
fixed dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTimperley committed Jul 9, 2018
1 parent 25b9c83 commit f854067
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
license='mit',
python_requires='>=3.5',
install_requires=[
'darjeeling>=0.1.10',
'bugzoo>=2.1.14',
'boggart>=0.1.12',
'rooibos>=0.3.0',
'kaskara>=0.0.3',
'darjeeling==0.1.11',
'bugzoo==2.1.14',
'boggart==0.1.12',
'rooibos==0.3.0',
'kaskara==0.0.3',
'requests',
'flask'
],
Expand Down

0 comments on commit f854067

Please sign in to comment.